2ND IT C- Programming - Copy
2ND IT C- Programming - Copy
Debugging Techniques
Data Types and Sizes
Declaration and rule of variables, What is Escape Sequence in C? list all type of character
Modifiers
Identifiers and
keywords
symbolic constants
Stoarge classes: Auto
Storage classes :external
Storage classes: register
Storage classes: static
Enumerations
command line parameters
Macros
The C Preprocessor
Operators: Unary operators
Arithmetic operator
logical operators
Terniary operator
Bit wise operators
Assignment operators and expressions
Conditional expressions
Precedence and order of evaluation.
Control statements: if
If else
if else if
Nested if else
switch
break
continue
the comma operator
goto
statement. Loops: for
while
do-while
Nested for loops
Functions: built-in and user-defined
function declaration
definition and function call
parameter passing: call by value,
call by reference,
recursive functions.
Arrays: linear arrays
multidimensional arrays
passing arrays to functions
Arrays
strings
string manipulation functions :strlen
strcpy
strcat
Array of string
Structure in c
Union in c
Difference between structure and union
Defining and using structures
Accessing structure members
Introduction to pointers
Pointer arithmetic
Pointer to arrays and strings
Dynamic memory allocation
Introduction to file input/output
Reading and writing files
File pointers and file operations (fseek, ftell, rewind)
Getch() in C
Getchar() in C
getche()
Write 20 MCQ in c with output and explaination
Write 20 MCQ in c with output and explaination
Write 20 MCQ in c with output and explaination
Write 20 MCQ in c with output and explaination
Write 20 MCQ in c with output and explaination
Write 20 MCQ in c with output and explaination
Write 20 MCQ in c with output and explaination
Snake Game
Pacman Game
Tic-Tac-Toe Game
Mini Calculator
Basic Chat Application
Mini Voting System
Calendar Application
Mini Calculator