Home » C++ Programming » Questions and Answers » Question
  1. What is the scope of typedef defined data types?
    1. outside the program
    2. inside that block only
    3. whole program
    4. All of above
    5. None of these
Correct Option: A

We are defining the user-defined data type to be availed only inside that program, if we want to use anywhere means we have to define those types in the header file.



Your comments will be displayed only after manual approval.