Vidyalelo
C++ Programming · Q93

Classes and Objects in C++

Programming · C++ Programming · question 93

Q93

What is the scope of typedef defined data types?

A.
inside that block only
B.
whole program
Answer
C.
outside the program
D.
main function

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board