What is C Language?

What is C


C is the most popular language which was developed in 1972 by Dennis Ritchie at bell laboratories of AT&T (American Telephone & Telegraph), located in the U.S.A. Dennis Ritchie is known as the founder of the C language. It was developed to overcome the problems of previous languages such as B, BCPL, etc...


C language follows the Top-Down Approach.


C  is the Structure programming language.


There are 32 Keywords available in C.


Common data types in C are -:

  • float -> Float Number
  • char -> Character
  • double -> Long Float Number

Placholders in C are -: 

  • %s -> String or Character Array
  • %f -> Float Number
  • %e -> Double(Long Float)


I hope you can understand easily if you can understand easily then follow and subscribe to my blogs and share them. Otherwise, you don't follow and subscribe to my blogs.


No comments