Suggestion
Suggestion
1. Practice relational algebra and SQL from book exercise. No need to practice SQL
for joining.
2. Read definition and example of joining.
3. ER Diagram
4. Theory from given slides
Programming:
1. Explain the Features of C
2. What is function and function argument?
3. What is variable? Types of variable.
4. How to declare variables?
5. Explain different data types in C.
6. What is loop? Why loop is necessary?
7. Write down the Syntax of for loop, if-else, array.
8. What is header file? What is the importance of header files
9. Write short note on:
• Arithmetic expression
• Conditional operator
• Nested conditional operator
10. Practice output from:
• For loop
• If else
• Function
• array
Program code:
11. Write a program to add, multiply, subtract, divide using separate function.
12. Write a program to find prime number.
13. Write a program to find even odd
14. Write a program to find largest among three values
15. How to declare an array? Write a program using array.
16. Write a program using function parameter.
17. C program to find sum of series. 1+2+3+….100.
18. C Program to check leap year