Skip to main content

Fact about C

Fact of C Language, C language fact
Important Facts of C Language
  • C was invented to write an operating system.
  • C is successor of B language which was introduced around the early 1970.
  • Today C is the most widely used popular system programming language.
  • Most of the state of the art software has been implemented using C Language.
  • With the help of C language we are developed RDBMS, MySQL etc.

Comments

Popular posts from this blog

Welcome to my all viewer's and reader's.   Hello friends today I am coming for you to get the some knowledge about the new and updated pattern of NIELIT 'O' level course.   In this section today I am going to discuss of 2nd paper of 'O'Level which is Web Design & Publishing. Here you can get the details about the new course pattern and all these things. Click on this link and download the new syllabus of Web Design & Publishing. https://drive.google.com/open?id=11VVsGsVoqfvagQubyIYITlV9CyB3rEHS For more updates subscribe this page and share this page 😇😇

Why we use C language???

C language was initially used for system development, work particularly the programs that make-up the operating system. C was adopted as a system development language because it produces code that was nearly as fast as the code written in Assembly Language. Some example of the used of C might be. 1) Operating System 2) Language Compiler  3) Assembler 4)  Text Editor 5) Network Driver 6) Print Spoolers 7) Database etc. 

Tokens in C language

Tokens in C programming language or Basic elements of C First of all we should discuss about Tokens, know about what is Tokens. Tokens :  "Tokens are smallest and individual unit of programming language". Why we need Basic Elements:  "The basic elements are used to construct a simple programs".  Tokens are classified into further categories: 1) Character set 2) Variable 3) Constant 4) Keywords 5) Identifier 6) Datatype 7) Escape sequences 8) Symbolic Constant 9) Delimiter 10) Operator etc.