C Programming


 Contents:

Introduction to C Programming 

        Features of C programming

        Basic Structure of C Program

        First C Program

        How to compile and execute the c program

        Process of execution

printf() and scanf() function in C

Variable in C

Data Types in C

Keywords in C

Constants in C

Operators in C

Statements and blocks in C 

       If statement

       If. . else statement

       Nested if-else statement

Switch statement in c

Loops in C

     While loop

     Do while loop

     For loop

     Nested for loop

Continue and break in C

Function in C

   Function definition

   Function call

   Function Prototype

   Passing argument to the function

Array in C

Pointer in C





Previous
Next Post »