#include int main() { struct emp { char - TopicsExpress



          

#include int main() { struct emp { char name[25]; int age; float bs; }; struct emp e; e.name = "Suresh"; e.age = 25; printf("%s %d ", e.name, e.age); return 0; } A. Error: Lvalue required/incompatible types in assignment B. Error: invalid constant expression C. Error: Rvalue required D. No error, Output: Suresh 25
Posted on: Sat, 21 Sep 2013 15:17:50 +0000

Trending Topics



Recently Viewed Topics




© 2015