Jul 26, 2014

C Quiz #04: Datatypes and Variable

Please go though C Programming #04: Datatypes and Variable before taking this quiz.

Question 1: What are the basic data types that C supports ?

Show Answer
 Question 2: Is string a native data type in C ?
Show Answer

Question 3: what is following statement called in "int a; "? 

Show Answer

Question 4: Where are variables stored ?

Show Answer

Question 5: Is it valid name "int 007_Agent;"

Show Answer

Question 6: What are the three things associated with variable ?

Show Answer

Question 7: Why variables having a name ?

Show Answer

Question 8: Why variables have data type ?

Show Answer

Question 9: What is size of integer in 32 bit Computer ?

Show Answer

Question 10: what is use of sizeof operator ?

Show Answer

No comments :

Post a Comment