program to find error in linklist.(i.e find whether any
node point wrongly to previous nodes instead of next node)


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How to print %d in output

6 Answers   Wipro,


How can I call fortran?

0 Answers  


What would be an example of a structure analogous to structure c?

0 Answers  


#include<stdio.h> #include<conio.h> void main() {clrscr(); char another='y'; int num; for(;another=='y';) { printf("Enter a number"); scanf("%d",&num); printf("squre of %d is %d",num,num*num); printf("\nwant to enter another number y/n"); scanf("%c",&another); } getch(); } the above code runs only one time.on entering 'y' the screen disappeares.what can i do?

3 Answers  


When should we use pointers in a c program?

0 Answers  


Where is c used?

0 Answers  


What is the difference between i++ and i+1 ?(in terms of memory)

3 Answers   HCL,


write a program of bubble sort using pointer?

3 Answers   TCS,


What is the difference between new and malloc functions?

0 Answers   InterGraph,


plz let me know how to become a telecom protocol tester. thank you.

0 Answers  


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

0 Answers  


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

0 Answers   College School Exams Tests,


Categories