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
What are local static variables?
Why is c known as a mother language?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Differentiate between full, complete & perfect binary trees.
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What is the maximum length of an identifier?
What does it mean when the linker says that _end is undefined?
Explain how can I right-justify a string?
Is c pass by value or reference?
write a program to rearrange the array such way that all even elements should come first and next come odd
What is a pointer value and address in c?
What is gets() function?
Can we use any name in place of argv and argc as command line arguments?
What are 'near' and 'far' pointers?
What is a list in c?