Vidyalelo
C Programming · Q116

Structure and Union

Programming · C Programming · question 116

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;)
Answer
C.
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