hello guys
we are printing "hello world " in C language.


#include<stdio.h>
void main()
{
        printf("hello world");
}

Comments