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
Write a simple code fragment that will check if a number is positive or negative.
What is the difference between strcpy() and memcpy() function in c programming?
Is return a keyword in c?
Write a C program to count the number of email on text
What is the difference between #include and #include 'file' ?
What is clrscr ()?
What is the difference between int main and void main in c?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is ambagious result in C? explain with an example.
Is null equal to 0 in sql?
write a program to print largest number of each row of a 2D array
Process by which one bit pattern in to another by bit wise operation is?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
Tell me the use of bit field in c language?
how do you execute a c program in unix.