Search this site
Embedded Files
STUDYTECHIT
  • Home
  • Tutorials
    • 5G
      • 1G
      • 2G
      • 2.5G
      • 3G
      • 4G
    • Python
      • Introduction
      • Variables
      • Data Types
      • Operators
      • Keywords
      • List
      • Strings
      • For loop
      • while loop
      • Tuples
      • Mathematical Operations
      • Arrays
      • Dictionaries
      • Sets
      • Classes and Objects
      • AI
      • Data Science
      • Identifiers
      • Comments
      • Number
      • INPUT AND OUTPUT STATEMENTS
      • DEBUGGING
      • Functions
      • Type Conversion Python
      • If... else Python
      • Nested Loops Python
    • C
      • Identifiers in C
      • Keywords in C
      • Data Types in C
      • Variables in C
      • Constants in C
      • Operators in C
      • Operator Precedence and Associativity in C
      • If Statement in C
      • If-else statement in C
      • Nested if-else statement in C
      • Switch statement in C
      • do-while loop in C
      • While Loop in C
      • For loop in C
      • Jump Statements in C
      • ARRAYS in C
      • Multidimensional Arrays in C
      • Array of Strings in C
      • FUNCTIONS in C
      • Standard Functions in C
      • Storage Classes IN C
      • Recursion in C
      • Preprocessor Commands in C
      • POINTERS in C
      • Arrays and Pointers in C
      • Array of Pointers in C
      • Memory Allocation Functions in C
      • Structure Definition in C
      • Nested Structures in C
      • Unions in C
      • FILE in C
      • Introduction C
    • C++
    • Rust
      • Installation
      • Data Type
      • About Rust
    • Computer Network
    • Machine Learning
      • Type of machine learning
      • Supervised Learning
    • WiFi
      • Network Components
    • Linux
    • Testing
    • Python Programs
      • simple python generator program for prime numbers
      • Filter Program to search students
  • Resources
  • Topics
  • Blogs
    • Machine Learning Top 10 Real Projects
  • Contact us
STUDYTECHIT
  • Home
  • Tutorials
    • 5G
      • 1G
      • 2G
      • 2.5G
      • 3G
      • 4G
    • Python
      • Introduction
      • Variables
      • Data Types
      • Operators
      • Keywords
      • List
      • Strings
      • For loop
      • while loop
      • Tuples
      • Mathematical Operations
      • Arrays
      • Dictionaries
      • Sets
      • Classes and Objects
      • AI
      • Data Science
      • Identifiers
      • Comments
      • Number
      • INPUT AND OUTPUT STATEMENTS
      • DEBUGGING
      • Functions
      • Type Conversion Python
      • If... else Python
      • Nested Loops Python
    • C
      • Identifiers in C
      • Keywords in C
      • Data Types in C
      • Variables in C
      • Constants in C
      • Operators in C
      • Operator Precedence and Associativity in C
      • If Statement in C
      • If-else statement in C
      • Nested if-else statement in C
      • Switch statement in C
      • do-while loop in C
      • While Loop in C
      • For loop in C
      • Jump Statements in C
      • ARRAYS in C
      • Multidimensional Arrays in C
      • Array of Strings in C
      • FUNCTIONS in C
      • Standard Functions in C
      • Storage Classes IN C
      • Recursion in C
      • Preprocessor Commands in C
      • POINTERS in C
      • Arrays and Pointers in C
      • Array of Pointers in C
      • Memory Allocation Functions in C
      • Structure Definition in C
      • Nested Structures in C
      • Unions in C
      • FILE in C
      • Introduction C
    • C++
    • Rust
      • Installation
      • Data Type
      • About Rust
    • Computer Network
    • Machine Learning
      • Type of machine learning
      • Supervised Learning
    • WiFi
      • Network Components
    • Linux
    • Testing
    • Python Programs
      • simple python generator program for prime numbers
      • Filter Program to search students
  • Resources
  • Topics
  • Blogs
    • Machine Learning Top 10 Real Projects
  • Contact us
  • More
    • Home
    • Tutorials
      • 5G
        • 1G
        • 2G
        • 2.5G
        • 3G
        • 4G
      • Python
        • Introduction
        • Variables
        • Data Types
        • Operators
        • Keywords
        • List
        • Strings
        • For loop
        • while loop
        • Tuples
        • Mathematical Operations
        • Arrays
        • Dictionaries
        • Sets
        • Classes and Objects
        • AI
        • Data Science
        • Identifiers
        • Comments
        • Number
        • INPUT AND OUTPUT STATEMENTS
        • DEBUGGING
        • Functions
        • Type Conversion Python
        • If... else Python
        • Nested Loops Python
      • C
        • Identifiers in C
        • Keywords in C
        • Data Types in C
        • Variables in C
        • Constants in C
        • Operators in C
        • Operator Precedence and Associativity in C
        • If Statement in C
        • If-else statement in C
        • Nested if-else statement in C
        • Switch statement in C
        • do-while loop in C
        • While Loop in C
        • For loop in C
        • Jump Statements in C
        • ARRAYS in C
        • Multidimensional Arrays in C
        • Array of Strings in C
        • FUNCTIONS in C
        • Standard Functions in C
        • Storage Classes IN C
        • Recursion in C
        • Preprocessor Commands in C
        • POINTERS in C
        • Arrays and Pointers in C
        • Array of Pointers in C
        • Memory Allocation Functions in C
        • Structure Definition in C
        • Nested Structures in C
        • Unions in C
        • FILE in C
        • Introduction C
      • C++
      • Rust
        • Installation
        • Data Type
        • About Rust
      • Computer Network
      • Machine Learning
        • Type of machine learning
        • Supervised Learning
      • WiFi
        • Network Components
      • Linux
      • Testing
      • Python Programs
        • simple python generator program for prime numbers
        • Filter Program to search students
    • Resources
    • Topics
    • Blogs
      • Machine Learning Top 10 Real Projects
    • Contact us

Back

Identifiers in C 

Keywords in C 

Data Types in C 

Variables in C 

Constants in C 

Operators in C 

If Statement in C 

If-else statement in C 

Nested if-else statement in C 

Switch statement in C 

do-while loop in C 

For loop in C 

While Loop in C 

Jump Statements in C 

ARRAYS in C 

Multidimensional Arrays in C 

Array of Strings in C 

FUNCTIONS in C 

Storage Classes IN C 

Recursion in C 

Preprocessor Commands in C 

POINTERS in C 

Arrays and Pointers in C 

Memory Allocation Functions in C 

Structure Definition in C 

Nested Structures in C 

Unions in C 

FILE in C 

About C


C is a programming language was developed at AT & T‟s Bell Laboratories of USA in 1972. It was designed and written by Dennis Ritchie . 


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. C is a structured language and its very fast . 


C language is used when program need to run very fast and required less memory .

First C Program :-


#include<stdio.h>  

 int main()

{ 

printf("Hello C Language");

return 0;

} 

This Program is very basic program where only one header file is used and only function is called which is writing hello world .


Google Sites
Report abuse
Page details
Page updated
Google Sites
Report abuse