C-Talk

1. Hello World program: 

#include<stdio.h>

main()
{
    printf("Hello World");


}




No comments:

Post a Comment