How to reverse a linked list without using array & -1?
Thank you.
Answers were Sorted based on User's Feedback
Answer / naveengoud31@yahoo.com
IS it possible by sorted list???.
| Is This Answer Correct ? | 1 Yes | 1 No |
void main() { int i=7; printf("N= %*d",i,i); }
what are the techniques for reducing the fragility of a memory bug?
#include"stdio.h" #include"conio.h" void main() { int a; printf("\n enter a number:"); scanf("%c\n"); getch(); }
what is meant by linking error? how can i solve it? if there is a linking error " unable to open file 'cos.obj'? then what should i do?
void main() { for(int i=0;i<5;i++); printf("%d",i); } What is the output?..
32 Answers College School Exams Tests, CTS, HCL, iGate, SmartData,
How to create a program that lists the capital country when told what the original country is? (Terribly sorry, I'm a novice programmer and would appreciate any help ;). Cheers, Alexxis
How to convert hexadecimal to binary using c language..
1 Answers Bajaj, GAIL, Satyam, Zenqa,
How to reverse a linked list without using array & -1? Thank you.
Write a C program to enter 10 integer numbers through one variable and count how many of them are even using while loop ?
full c programming error question based problem
difference between c/c++ programing language? what is necessesity of c++ when existing c programing language?
write a profram for selection sort whats the error in it?