Coding Club
Coding Club
Topics to be covered: -
1) - variables, data types, input/output
2) - Instructions & Operators
3) - Conditional Statements
4) - Loop Control Statements
5) - Functions & Recursion
6) - Pointers
7) - Arrays
8) - Strings
Chapter - 1 - variables, data types,
input/output.
Variables: -
In C language, a variable is a named storage location that
holds a value of a particular data type. It is used to store
values that can be accessed and manipulated by the
program during runtime.
do if static while