Variable : Variable is a value that can change, depending on conditions or on information passed to the program. Typically, a program consists of instruction s that tell the computer what to do and data that the program uses when it is running.
In this Chapter we will understand following:>
One Way Statement
Practical Problems & Answers
Decision Control Structure
If
If....Else
If...... Else if........... Else
Nested If
Loop
While
Do.... While
For
Switch Case
Function & Pointer
User Defined Function
1) No Argument No Return Value sum()
2) No Argument Return Value x=sum()
3) Argument No Return Value sum(10,2)
4) Argument with Return Value x=sum(10,2)
mul ptr ftc aoc
fact digsum power rev
Preprocessor
Array
One Dimentional Array
Calculation with Array
Two Dimensional Array
Multi Dimensional Array
Calculation with MultiDimensional Array
String Function
Strlen
Strcpy
Strcat
Strcmp
More.................15 Function about String Operation
Structure
Simple Structure
Structure withArray
Structure with array and calculation