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

Can we use visual studio for c?

553


Write a program to find the biggest number of three numbers in c?

589


if p is a string contained in a string?

1406


How can I get random integers in a certain range?

614


Difference between pass by reference and pass by value?

659






Explain logical errors? Compare with syntax errors.

632


Write a program to print numbers from 1 to 100 without using loop in c?

643


What is an endless loop?

805


What is the purpose of main( ) in c language?

624


Explain what are compound statements?

606


What are the different types of data structures in c?

609


Does * p ++ increment p or what it points to?

619


Where is volatile variable stored?

652


What is malloc() function?

638


Why cant I open a file by its explicit path?

594