What is the advantage of using #define to declare a constant?
No Answer is Posted For this Question
Be the First to Post Answer
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
What are formal parameters?
every function has return the value?
an algorithem for the implementation of circular doubly linked list
What is difference between union All statement and Union?
All technical questions
Why clrscr is used in c?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
hat is a pointer?
what is diffrence between string and character array?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What is output redirection?