Assignment Question
1.Explain a general structure of C program with an
example.
2. Explain the different types of loops in C with syntax.
3. What is an array? How a single dimension and two
dimension arrays are declared and initialized?
4. Write a c-program using functions to generate the
Fibonacci series.