Skip to content
Home » C Tutorial

C Tutorial

C Tutorial

  • by

C programming language developed at AT & T’s Bell Laboratories of the USA in 1972.

C Structures

  • by

An array or a variable can store elements of same data type, but they cannot store data of multiple data types. C programming language provides… Read More »C Structures

C Data Types

  • by

Data types are a very important concept in programming languages. You can choose the right kind of variable types for your program. The data types… Read More »C Data Types

C Macro Expansion

  • by

You learned about C preprocessor directives and its components earlier. These directive are of four types – macro expansion, file inclusion, conditional compilation ,and other… Read More »C Macro Expansion