"mastering The Art Of Programming: A Journey Into The Heart Of C"
C" is a general-purpose, procedural programming language that was developed in the early 1970s
... [Show More]
by Dennis Ritchie at Bell Labs. It is one of the most influential and widely used programming languages, forming the foundation for many other languages and operating systems.
[Show Less]
CLANGUAGEBy :Sujan Limbu Presented To:Sanjay Chaudary C Language is a high-level structured programming language. Normally this language is used to develop system software. The C programming language was developed by Dennis Ritchie at Bell Labs during the early 1970s. Quite unpredictably it derived from a computer language named B and from an earlier language BCPL. Initially designed as a system programming language under UNIX, it expanded to have wide usage on many different systems.Introduction FeaturesIt is procedural languageIt is fast ,portable and available in all platformIt has features of low level language and high level languageIt allows a programmer to store section of c code in the form of libraries for future uses. SOURCE CODE AND OBJECT CODEThe machine readable code which is obtained after the translation is called binary code or object code . The instruction written using c language is known as source code C language and QbasicSimilaritiesBoth are high level programming language Both are structured programming languageDifferencesQBASIC is high level language whereas C language is middle level language. QBASIC has limited data type whereas c language has wide range of data type. Basic elements of C languageCharacter of c languageKeywordIdentifiers in c languageData types in c languageVariables