Examlex

Solved

What Is the Error in the Following Structure Definition

question 14

Essay

What is the error in the following structure definition?
struct A
{
int b;
int c;
}
int main()
{
A x;
// other code
}


Definitions:

Related Questions