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

Is null always equal to 0(zero)?

0 Answers  


10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning

5 Answers   Accenture,


what is the full form of c language

9 Answers   Satyam, TCS, VNC,


What are loops c?

0 Answers  


Once I have used freopen, how can I get the original stdout (or stdin) back?

0 Answers  






What is scope rule in c?

0 Answers  


2. What does static variable mean?

2 Answers  


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

0 Answers  


Why is c called a structured programming language?

0 Answers  


What is structure in c definition?

0 Answers  


how to write palindrome program?

3 Answers  


In which layer of the network datastructure format change is done

0 Answers   Honeywell,


Categories