- Online Exam Test Papers | - MCQs[multiple choice questions and answers ] | - Mock Test Papers | - Practice Papers | - Sample Test Papers |

Question:
. What is error in following declaration?
struct outer{ int a;
struct inner{
char c;
};
};

1. nesting of structure is not allowed in c

2.it is necessary to initialize the member variable

3. inner structure must have name

4.outer structure must have name

Posted Date:-2022-07-06 13:47:10


More MCQS Questions and answers

Search