C |anguage first program
0pen Online C Compiler https://www.onlinegdb.com/online_c_compiler
type....
#include
int main()
{
printf("Hello World");
return 0;
}
0n the other side you will get your code printed
Comments
Post a Comment