Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Is the following code legal?
struct a
{
int x;
struct a b;
}

Answer Posted / dilpreet

yes, it is nested structure

Is This Answer Correct ?    6 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between ā€˜g’ and ā€œgā€ in C?

4091


What is pragma in c?

1282


What is wild pointer in c?

1125


What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.

4332


What are the general description for loop statement and available loop types in c?

1167


What are the 5 types of inheritance in c ++?

1073


What is signed and unsigned?

1122


What is the explanation for cyclic nature of data types in c?

1262


Write a code to generate a series where the next element is the sum of last k terms.

1290


Explain what is the benefit of using enum to declare a constant?

1131


Is boolean a datatype in c?

1128


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

2025


Explain how can you determine the size of an allocated portion of memory?

1150


What is const keyword in c?

1218


Write a factorial program using C.

1120