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

What is difference between Structure and Unions?

0 Answers   TISL,


How to find a missed value, if you want to store 100 values in a 99 sized array?

0 Answers   Honeywell, Zomato,


. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none

9 Answers   Oracle,


what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }

3 Answers  


Explain what standard functions are available to manipulate strings?

0 Answers  






Is it possible to run using programming C for Java Application?

2 Answers   NIC,


What is spaghetti programming?

0 Answers  


Why cant I open a file by its explicit path?

0 Answers  


#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.

0 Answers  


give one ip, find out which contry

4 Answers   Google,


what is an array

5 Answers  


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

0 Answers   Wilco,


Categories