Examveda

Which of the following is an invalid if-else statement?

A. if (if (a == 1)){}

B. if (func1 (a)){}

C. if (a){}

D. if ((char) a){}

Answer: Option A


This Question Belongs to C Program >> Control Structures

Join The Discussion

Related Questions on Control Structures