C Language - Syllabus

O LEVEL-PAPER 3rD -- M3-R4


C   LANGUAGE 


Contents



Introduction of C Language:-
History of C language, Some important concept, Following Steps to Execute a program, Following Steps to software Development in C, Basic steps to learn any program.
Identifier:-
Constant, Variables, Keywords
Data types
Instructions
Standard Input and Output
Printf() and Scanf()
Getch(), Excape sequences and Format Specifiers
Gotoxy and Clrscr function in C
Sample program
Operators Groups :-
Unary, Arithmetic, Bitwise, Relational, Logical, Conditional and Assignment Operators
Control Instructions:-
Decision, Iterative, Switch case and goto control Instruction
Function Overview:-
What is Function, Four way to defined function and Recursive function
Arrays in C:-
Single, Two, Three and Multiple Dimensional Arrays
Strings in C
string manipulation, multiple string handling
Pointer in C
Pointer basics, Extended concept of pointer, Pointer's arithmetic, Application of pointer

Structure in C
Union in C
Enumeration in C
typedef in C
Pre-processor in C
Pre-processor Directives in C
## operator in C
#Include in C
#define in C
File Handling in C:-

File modes, fgets(), fput(), fwrite(), fread(), fprint() and fscanf() functions

Comments

Popular posts from this blog

Important Announcements(download all my book free)

O LEVEL- INTERNET TECHNOLOGY & WEB DESIGN

Call by Reference with Pointer in C Language part-4-a