How To Program In C Language, C Programming
Get Our Latest Interview Questions: Aptitude, Reasoning, English, GD, HR-PI
How to write c program:
----------------------------------------------
#include<stdio.h>
#include<conio.h>
void main ()
{
printf("Technical Programming");
getch();
}
-------------------------------------------------
Output of this program is "Technical Programming".
Now if you read my previous post then you can understand this code very easily, if you are first time visiting on my blog, then it is difficult to understand, But you can understand my above program by reading my one old post (Click Here To Read Explanation).
I am just giving you the brief introduction of my program:
First 2 lines (1st & 2nd) are header files.
3rd line is main section.
4th & 7th Line is opening and closing braces.
5th line printf is printing line, here it is showing output "Technical Program".
6th Line getch is used to hold the output screen in turbo c.
Watch Our Video Tutorial On Writing Simple C Program In Hindi:
Click Here To Know How To Download Above Video Tutorials Or YouTube Videos Free