InterviewSolution
Saved Bookmarks
| 1. |
What is the scope of typedef defined data types?(a) inside that block only(b) whole program(c) outside the program(d) main functionI had been asked this question during an interview for a job.I'm obligated to ask this question of User Defined Types topic in division Source Files, Classes and Operator Overloading in C++ of C++ |
|
Answer» Right choice is (b) whole PROGRAM |
|