akedrou
0
Q:

c print program

#include <stdio.h>
int main() {
   // printf() displays the string inside quotation
   printf("Hello, World!");
   return 0;
}
1
printf("Hello World");
printf("your text here");
1
// print hello world using c
printf("Hello World");
0
          int printf(const char *format, ...);
0

New to Communities?

Join the community