GuidePedia

1
hi guys, are you beginer, want to programming in C program language.So this is the right position for you. every topics related to C programming is available.C program is vast and simple to creat computer exe file or software. Let's see What is C program and how to write C program code.


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




Next
This is the most recent post.
Previous
Older Post

Post a Comment

  1. The article is clear as it is. It clearly communicated the idea of why functions are beneficial in programming. If anyone want to learn C you can visit our website. This make a mastered in C programing. We have complete C tutorials teaching you to program in C. Whether you’ve had any prior experience programming or not, the tutorials on this site will walk you through all the steps you’ll need to know in order to create and compile your programs..

    Thank you very much!



    ReplyDelete

 
Top