MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is false about typedef? |
| A. | typedef follow scope rules |
| B. | typedef defined substitutes can be redefined again. (Eg: typedef char a; typedef int a;) |
| C. | You cannot typedef a typedef with other term |
| D. | All of the mentioned |
| Answer» B. typedef defined substitutes can be redefined again. (Eg: typedef char a; typedef int a;) | |