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 are the general description for loop statement and available loop types in c?

0 Answers  


What is this infamous null pointer, anyway?

0 Answers  


Why Modern OS are interrupt driven?Give an example

3 Answers  


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

0 Answers   Huawei,


Why does everyone say not to use gets?

0 Answers  






Why is not a pointer null after calling free?

0 Answers  


explain memory layout of a C program

2 Answers  


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

0 Answers  


What is the most efficient way to count the number of bits which are set in a value?

4 Answers  


6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()

2 Answers   Accenture,


Which command is more efficient? *(ptr+1) or ptr[1]

3 Answers  


Write a program to find the biggest number of three numbers in c?

0 Answers  


Categories