What is C Language - nareshtechweb

 

"Hello World"

Welcome T

narestechweb.blogspot.com 

 


 

 

 

 

C  Programming Language !

C

Computer  Programming language 

C is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system. By design, C provides constructs that map efficiently to typical machine instructions.

History of C Language:

Dennis Ritchie - founder of C language

History of C language is interesting to know. Here we are going to discuss a brief history of the c language.

C programming language 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.

Initially, C language was developed to be used in UNIX operating system. It inherits many features of previous languages such as B and BCPL.

 If statement :

The if statement allows you to control if a program enters a section of code or not based on whether a given condition is true or false. ... One of the important functions of the if statement is that it allows the program to select an action based upon the user's input.

C Main Function :

in C, the "main" function is treated the same as every function, it has a return type (and in some cases accepts inputs via parameters). The only difference is that the main function is "called" by the operating system when the user runs the program.

Features of C Language :

C is the widely used language. It provides many features that are given below.

  1. Simple
  2. Machine Independent or Portable
  3. Mid-level programming language
  4. structured programming language
  5. Rich Library
  6. Memory Management
  7. Fast Speed
  8. Pointers
  9. Recursion
  10. Extensible

 

 

C language  Top IDE's

Download Mac~Linux~Windows

1.Visual Studio Code 

2.Code::Blocks

3.Eclipse


 

 

 

"Hello World" Program :

#include <stdio.h>

int main() {

   //Printf() displays the string inside quotation

   printf("Hello World");

   return 0;

 **************************************************************************************

 Output :

Hello World

**************************************************************************************

Support Me:

Follow Me : Instagram

Follow Me:Facebook 

Follow Me :Twitter

Follow Me :Blog

*********************************************************************************** 

                                               

Thank You 

               for

         Reading...🙏

 

 

 

 

 

 

 

 

 

Comments

Popular Posts