write a C code To reverse a linked list
Answer Posted / haymo
sir u can reverse a linklist
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What do you mean by keywords in c?
What is a structure member in c?
What are the complete rules for header file searching?
What is the difference between printf and scanf )?
Can you please explain the difference between strcpy() and memcpy() function?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What does the message "automatic aggregate intialization is an ansi feature" mean?
What is main () in c?
Where static variables are stored in memory in c?
What are the types of data files?
How will you write a code for accessing the length of an array without assigning it to another variable?
Why shouldn’t I start variable names with underscores?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What is the size of structure in c?