C Language (BASIC START POINT)
C Language C is a general-purpose,computer programming language developed at AT & T's Bell Laboratories of USA in 1972. It was written by " Dennis Ritchie" who was the father of C language. C is the advanced language, which features you can't see in B and BCPL languages. B and BCPL are "typeless" languages, typeless means there are no rules to write a language. C used to make utilities running on UNIX (utilities like cat used to create a single or multiple files). C language is a high level language i.e it is human readable and easy to understand.The language is converted from high level language to low level language(Hardware Understandable) using C compiler. Why C Language For Beginners, C seems so popular because it is reliable,simple and easy to use. It is the basic thing to deal with problem. A problem can be solvable. Suppose if you want to calculate 99999+99999= 199998 it was quite complex so that you can use a automation ...
Comments
Post a Comment