Tuesday, August 11, 2020

hello world program in C

 #include <stdio.h>

int main(void)

{

printf("hello, world\n");

}



No comments:

Post a Comment