Wednesday 28 August 2013

C Programming Language Study Material Tutorial for beginners pdf free download



1. Introduction to computers
2. Types of Computers
3. Development of “C” (Introduction and history)
   => Range of data types
4. Operators
   => Arithmetic
   => Relational 
   => Logical
   => Assignment
   => Increment and Decrement
   => Conditional
   => Bitwise
   => Special Operator
5. CONTROL STRUCTURES / STATEMENTS
I. Decision making statements
   => Simple if Statement
   => if – else Statement
   => Nested if-else statement
   => else – if Ladder
   => switch statement
II. Loop control statements
   => for Loop
   => while Loop
   => do-while Loop
III. Unconditional control statements
   => The “ break ” Statement
   => The “ continue “ Statement
   => goto Statement
   
6. FUNCTIONS
   => Introduction
   => Concepts Associated with Functions
   => Call by value
   => Recursion
   => Call by reference

7. ARRAYS
Types of Arrays:
   => One – dimensional arrays
   => Two – dimensional arrays
   => Multidimensional arrays

8. STRING MANIPULATIONS IN C 
   => String Handling Function in C
   => Reading / Writing Strings
   => Additional String Handling Functions
   => Operations with Characters

9. POINTERS
   => Introduction
   => Pointer and functions
   => Pointer and arrays 
   => Pointer and Character array
   => Pointer Arithmetic
   
10. STRUCTURES & UNIONS
   => Introduction
   => Array of structures
   => Structures & pointers
   => Union
   
11. FILES
   => Opening a File
   => Closing the File
   => Random access files
   => Error handling 

0 comments:

Post a Comment

 

C Programming Language Interview Questions and Answers Tutorial for beginners. Copyright 2013 All Rights Reserved