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


Please Help Members By Posting Answers For Below Questions

What is the difference between single charater constant and string constant?

729


How do I determine whether a character is numeric, alphabetic, and so on?

727


Is multithreading possible in c?

650


Which function in C can be used to append a string to another string?

744


Which is more efficient, a switch statement or an if else chain?

679






What does == mean in texting?

784


What is the argument of a function in c?

677


What is the deal on sprintf_s return value?

731


Explain what is gets() function?

717


How can you tell whether two strings are the same?

920


What does volatile do?

654


How can I do graphics in c?

677


explain what is a newline escape sequence?

768


write a program to find the given number is prime or not

4074


Can you define which header file to include at compile time?

685