Pages

Thursday, 28 February 2013

C Part 1

Hi Guys,
      C programming is a basic type of programming language which is used for different applications in engineering field and also in the field of robotics, so in this session i am going to discuss about some standard header files and their uses.This is a post for all the fellows who are not to develop

#include<stdio.h>

What is really stdio.h . Stdio is basically standard input and output function. We define inputs like scanf, printf  etc are defined in it.

#include<conio.h>

What is really conio.h . Conio is basically Console input and output function. We define inputs like getch, clrscr etc are defined in it.

#include<math.h>

What is really math.h . Math is basically defines all the mathematical function. We define inputs like sin, cos, tan,sqrt etc are defined in it.

OK friends this is a small starting stay tuned.....
For more reference read Balaguruswamy ANSI c text book..
-ASV

No comments:

Post a Comment