WAP IN C TO DISPLAY HELLO WORLD.

C language is simple to learn and structured query language.
#include
#include
int main()
{
printf("HELLO WORLD");
getch();

}

🎭 Series Post

View all