Online games

Home Top Ad

Responsive Ads Here

Download 0 Seconds Download all episodes and movies for free Get Link PRIVACY POLICY 

Download

0
Seconds

                      " HELLO WORLD" Program : #include <stdio.h> main () { printf ( "Hello World\n" ); } ...

                      "HELLO WORLD"
Program :
#include<stdio.h>
main()
{
printf("Hello World\n");
}
Output:
Hello World