1.

Point out the error in the program? #include int main() { struct emp { char name[20]; float sal; }; struct emp e[10]; int i; for(i=0; i

A. Error: invalid structure member
B. Error: Floating point formats not linked
C. No error
D. None of above
Answer» C. No error


Discussion

No Comment Found