Q116
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;)
AnswerC.
You cannot typedef a typedef with other term
D.
All of the mentioned
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board