Answer Posted / ambar
whenever a structure calls itself during execution it is
known as a self referential structurte
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why pointers are used?
How do c compilers work?
a program that can input number of records and can view it again the record
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
Explain setjmp()?
what is the syallabus of computer science students in group- 1?
Is it possible to have a function as a parameter in another function?
Why do we use pointer to pointer in c?
What is the use of function overloading in C?
What are variables c?
What is the use of bitwise operator?
Describe newline escape sequence with a sample program?
Compare and contrast compilers from interpreters.
Do you know what are the properties of union in c?
What was noalias and what ever happened to it?