first program in C

#include<stdio.h>

int main()

{

printf("\n Welcome to the world of C ");

return 0;

}

Comments

Popular posts from this blog

COMPUTER SCIENCE TUTORIALS

JAVA NOTES

JAVA NOTES