HELLO WORLD IN C

#include<stdio.h>
#include<conio.h>

void main() {
                       printf("Hello World"); //prints text

                       getch();                         //holds screen
                    }

Output:

Share on Google Plus

About Unknown

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

0 comments:

Post a Comment