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

A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1239


Explain how do you print only part of a string?

638


What is pragma in c?

614


how logic is used

1487


What is the purpose of sprintf() function?

587






Is c dynamically typed?

659


What is the purpose of ftell?

589


Are pointers really faster than arrays?

551


What are type modifiers in c?

603


what is recursion in C

601


Does free set pointer to null?

544


What is keyword with example?

619


What is identifiers in c with examples?

665


What are all different types of pointers in c?

563


Is that possible to add pointers to each other?

883