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 the difference between single charater constant and string constant?
How do I determine whether a character is numeric, alphabetic, and so on?
Is multithreading possible in c?
Which function in C can be used to append a string to another string?
Which is more efficient, a switch statement or an if else chain?
What does == mean in texting?
What is the argument of a function in c?
What is the deal on sprintf_s return value?
Explain what is gets() function?
How can you tell whether two strings are the same?
What does volatile do?
How can I do graphics in c?
explain what is a newline escape sequence?
write a program to find the given number is prime or not
Can you define which header file to include at compile time?