Q:

Find out the error #include struct emp { char name[20]; int age; }; int main() { emp int xx; int a; printf("%d\n", &a); return 0; }

0

Find out the error

#include struct emp { char name[20]; int age; }; int main() { emp int xx; int a; printf("%d\n", &a); return 0; }


  1. Error: in declaration
  2. No error
  3. Error: printf
  4. Error: in emp int xx;

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

Error: in emp int xx;

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now