 
			 
			MCQOPTIONS
 Saved Bookmarks
				This section includes 1 Mcqs, each offering curated multiple-choice questions to sharpen your C knowledge and support exam preparation. Choose a topic below to get started.
| 1. | We want to create an alias name for an identifier of the type unsigned long. The alias name is: ul. The correct way to do this using the keyword typedef is ____________ | 
| A. | typedef unsigned long ul; | 
| B. | unsigned long typedef ul; | 
| C. | typedef ul unsigned long; | 
| D. | ul typedef unsigned long; | 
| Answer» B. unsigned long typedef ul; | |