 
			 
			MCQOPTIONS
 Saved Bookmarks
				This section includes 3 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.
| 1. | how many storage classes in c? | 
| A. | 2 | 
| B. | 3 | 
| C. | 4 | 
| D. | 5 | 
| E. | |
| Answer» D. 5 | |
| 2. | An identifier's storage class determines | 
| A. | The time during which the identifier exists in memory | 
| B. | Which function is to use | 
| C. | Where to store the program | 
| D. | None of them | 
| Answer» B. Which function is to use | |
| 3. | Which of the following statement are correct?(I) The maximum value a variable can hold depends upon its storage class.(II) By default all variables enjoy a static storage class. | 
| A. | Only I is correct | 
| B. | Only II is correct | 
| C. | Both I & II are correct | 
| D. | Both I & II are incorrect | 
| Answer» E. | |