GuidePedia

0

Today we create our first program in C language (dev C)

                      At first we learn our first coding in C language "Showing Hallow word"


// Hallow word //



#include<stdio.h>

#include<conio.h>

#include<math.h>
main()
{

printf("\n hallow guys");
getch();
}

   Type this code in dev C for Hallow word as :


Now compile and run.........and you will get output as :




Next
This is the most recent post.
Previous
Older Post

Post a Comment Blogger

 
Top