C Programming Assignment
1. Explain the general structure of C programming?
2. What is variable? How do we declare and initialize a variable?
3. Define constant? Explain the different types of constants?
4. What is user defined functions? Explain the syntax for defining user defined
functions?