Q1. Write down the rules for naming the identifiers?
Q2. By using the functions, write down a program to determine the scalar product of the two vectors.
Q3. Illustrate the difference between the keyword and an identifier?
Q4. Write down a function to insert a node at the end of singly linked list.
Q5. What kinds of error usually take place while programming? Describe with illustrations.
Q6. Write down a program to determine the maximum values stored in 2D array.
Q7. Illustrate the purpose of typedef feature?
Q8. Write down a recursive Program to produce the Fibonacci series.
Q9. What do you mean by the structure? How structure elements can be accessed via:
a) Structure variable
b) Pointer to a structure.
Describe with illustrations.
Q10. Write down a program to add up two polynomials.