GuidePedia
Latest News

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 :




Post a Comment Blogger

Emoticon
:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

 
Top