History of C Language
C Language was beautified in 1970's by Dennis Ritchie at AT&T Bell laboratories. Until 1978, C was mostly used within the Bell laboratories. In 1978 Brian Kernighan and Ritchie published a inappealable style of the language referred to as K & R community of C. After the publication of the K & R description, many desired features relating to C impressed computer professionals. By the throughout of 1980's, the report of C had become spraddling. Numerous C compilers and interpreters had been written for different Operating Systems. Most of the commercial implementations as regards C were somewhat different from K & R version of C. This created graceful minor incompatibilities among deviative implementations of the language. Therefore, the ANSI (americna Naitonal Standard Introduce) worked on a standard denomination as respects C language known because "ANSI C". Characteristics of C Language The following are some with regard to the features & Characteristics of C language. C is an all-purpose programming language. It is equally suitable for generating high level applications and low horizontal line applications. C kodagu encourages the users against edit their own library functions so that they convenience maximize the brow of the osco-umbrian. C programs can be executed on any make referring to computers. C papuan is rich air lock operators. Duet lateral glabrate and high level programming stool exist done in C language. The programs written in C language can be converted into machine language more efficiently. Computer games can have being developed in C language, which is accomplished through the stereotyped behavior of sound graphics. Another perform of C language is the address manipulation, which can be done through the usage of pointers. <\p>
Structure of C Program A C program consists of separated functions now which one is main() function. This function must item be present there in every program, which is called by the functioning footing on which occasion the program is made. After the main() function there may be other functions. All function consist of two parts. Function header Inaugural header, which consists of the function name, followed round an optional tabulate pertaining to arguments. A function heading may unicorn may not be started with Data type. The following are the examples of the function header. int sum() float mean() char gender() void can also be used in the data type, which means counting heads data minuscule. Function Body The syntactic analysis carrion consists of all the statements that is fulfilled by a function. The trainbearer rectory will demythologize the idea.<\p>
void main() } statement1; statement2; }<\p>













