Is the following code legal?
struct a
{
int x;
struct a b;
}
Answer Posted / siva
This code is illegal.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is sizeof c?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What are the benefits of organizational structure?
Multiply an Integer Number by 2 Without Using Multiplication Operator
Define VARIABLE?
Which header file is used for clrscr?
What is the difference between array_name and &array_name?
What is a ternary operator in c?
Is register a keyword in c?
What are c identifiers?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Why clrscr is used after variable declaration?
What is the g value paradox?