Page 1 of 1

Which of the following is false about typedef?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) typedef follow scope rules
b) typedef defined substitutes can be redefined again. (Eg: typedef char a; typedef int a;)
c) You cannot typedef a typedef with other term
d) All of the mentioned