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 difference between functions getch() and getche()?

1032


why do some people write if(0 == x) instead of if(x == 0)?

1011


how to create duplicate link list using C???

2501


How do I create a directory? How do I remove a directory (and its contents)?

1094


Is c language still used?

932


What are external variables in c?

1036


Are global variables static in c?

1107


Does sprintf put null character?

982


When should the register modifier be used? Does it really help?

918


Is there a built-in function in C that can be used for sorting data?

1179


What does main () mean in c?

1055


Suggesting that there can be 62 seconds in a minute?

995


What are disadvantages of C language.

1100


Difference between Function to pointer and pointer to function

1018


What are all different types of pointers in c?

956