Introduction of C Programming Language


Please Click Below Link For See The Video Tutorial



C programming language was developed in 1972 by Dennis Ritchie at bell laboratories of AT&T (American Telephone & Telegraph), located in the U.S.A.

Dennis Ritchie is known as the founder of the c language.

It was developed to overcome the problems of previous languages such as B, BCPL, etc.

Dennis MacAlistair Ritchie (September 9, 1941 – c. October 12, 2011) was an American computer scientist.


Full forms of header file

stdio.h -> standard input output (support printf and scanf)
conio.h -> console input output (support clrscr(); and getch(); )

Short cut keys of turbo c software

Open –> f3
Save  -> f2
Save as –> f2 ( 2 times and then press y)
Run –> ctrl + f9
Access menu –> f10

data types in c with there symbols

int -> Number -> %d
char -> Character -> %c , %s 
float -> Decimal Value (Point Value) -> %f
double -> Long Number (More Than 32000) -> %lf



Thank You All

Post a Comment

2 Comments

If any one want learn some specific program in Computer Languages, so They all can comment there program questions.