show hello word in funciton code example
Example 1: c hello world
#include <stdio.h>
int main() {
printf("Hello, world!");
return 0;
}
Example 2: print hello world in c
int main() {
printf("Hello, World!");
return 0;
}
#include <stdio.h>
int main() {
printf("Hello, world!");
return 0;
}
int main() {
printf("Hello, World!");
return 0;
}