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

Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

2805


how to write a c program to print list of fruits in alpabetical order?

2360


What is the meaning of && in c?

1085


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

1106


c language interview questions & answer

2013


What is table lookup in c?

1144


Explain b+ tree?

1122


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

1115


What do mean by network ?

1212


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

1642


How can you avoid including a header more than once?

1019


When should you not use a type cast?

1177


Write a Program to accept different goods with the number, price and date of purchase and display them

6296


What is the importance of c in your views?

1231


What is || operator and how does it function in a program?

1158