ADVT POST

c first program hello world c tutorial

 c first program hello world c programming tutorial

#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf("hello world visit www.naturesoftweb.com");
getch();
}

Share on Google Plus
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.