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
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What is assert and when would I use it?
What are the two types of structure?
What is structure of c program?
What is the difference between #include
What is difference between structure and union with example?
What is void c?
Why do we use null pointer?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What Is The Difference Between Null And Void Pointer?
What is a header file?
What are two dimensional arrays alternatively called as?
Is multithreading possible in c?
What is #include conio h?