-
What is the scope of typedef defined data types?
-
- outside the program
- inside that block only
- whole program
- All of above
- 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.