You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to C summer class
Assignment 2
1. What is datatype? Define various types of data types.
2. What is the function in C language, which is compiled at first
place?
3. State the difference between double and float by using them in a
program.
4. Explain different kind of relational and numeric operators with
help of a program.
5. In what scenarios use of switch case is preferred in place of if-
else? Implement a program with both techniques.