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 / lucky

threr is no error in this prg

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can true be a variable name in c?

560


What is getch() function?

650


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

1493


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

720


What are the loops in c?

594






a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

614


if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

4506


Explain how do you determine whether to use a stream function or a low-level function?

631


What is difference between Structure and Unions?

640


i have a written test for microland please give me test pattern

2183


What is getch?

633


What are all different types of pointers in c?

580


How many header files are in c?

554


How can I ensure that integer arithmetic doesnt overflow?

608


Write a factorial program using C.

646