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...

Find Error if any in below code, Justify ur answer:

struct xx
{
int a;
struct yy
{
char c;
struct xx* p;
}
struct yy* q;
}

Answer Posted / raj

struct xx
{
int a;
struct yy
{
char c;
struct xx* p;
};//Semicolon is missing
struct yy* q;
}

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the code for 3 questions and answer check in VisualBasic.Net?

2153


Can we compile a program without main() function?

1118


What are the types of bitwise operator?

1105


all c language question

2432


Why we use conio h in c?

1220


How do we print only part of a string in c?

1020


List out few of the applications that make use of Multilinked Structures?

2187


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

1083


What are register variables? What are the advantage of using register variables?

1181


Tell me what is the purpose of 'register' keyword in c language?

1004


I have a varargs function which accepts a float parameter?

1036


What is structure pointer in c?

1046


What is meant by 'bit masking'?

1384


What are the uses of a pointer?

1149


What are the different types of errors?

1132