dibakar & vekatesh..uttejana here..abt ur reply for in
place reversal of linked list..wats p stands for there?
Answer / 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 |
What is the difference between array and linked list in c?
Explain what is the general form of a c program?
Write a program for Overriding.
How do you initialize pointer variables?
write a program to print sum of each row of a 2D array.
all c language question
how to build a exercise findig min number of e heap with list imlemented?
How can I determine whether a machines byte order is big-endian or little-endian?
how to swap four numbers without using fifth variable?
what is the role you expect in software industry?
What is the purpose of main( ) in c language?
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.