dibakar & vekatesh..uttejana here..abt ur reply for in
place reversal of linked list..wats p stands for there?
Answer Posted / vinod l r
p stands for head node.
link stands for the next node it has to point
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is const keyword in c?
What is pivot in c?
int i=10; printf("%d %d %d", i, i=20, i);
Write a program to print numbers from 1 to 100 without using loop in c?
Explain the array representation of a binary tree in C.
Why is %d used in c?
Should a function contain a return statement if it does not return a value?
Explain the binary height balanced tree?
What is meant by 'bit masking'?
Write a program to print factorial of given number without using recursion?
Explain what is the difference between far and near ?
What is meant by high-order and low-order bytes?
What is a structural principle?
What is the difference between arrays and pointers?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference