C programming
hello world
"Hello World" in C
10 May
2
Write a program(WAP) in C to print "Hello World".
#include<stdio.h>
int main()
{
printf("Hello World\n");
return 0;
}
Try it Yourself ➠
Previous article
Next article
This Is The Oldest Page
printf("Hello sarthak mund s3";
ReplyDeleteprintf("Hello sarthak mund s3");
Delete