What is the explanation for the dangling pointer in c?


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

Post New Answer

More C Interview Questions

What is Your Name :)

1 Answers  


What is #include in c?

0 Answers  


Explain what are linked list?

0 Answers  


a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none

0 Answers  


What is the significance of scope resolution operator?

0 Answers   Agilent, ZS Associates,


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

0 Answers  


What is the use of pointers in C?

0 Answers   Impetus, Motorola, Tavant Technologies, Virtusa,


Which of the Following will define a type NODE that is a node in a Linked list? A)struct node {NODE*next;int x;};type def struct node NODE; B)typedef struct NODE {struct NODE *next;int x;}; C)typedef struct NODE {NODE *next;int x;}; D)typedef struct {NODE *next;int x;}NODE;

5 Answers   Accenture, TCS,


Explain what is operator promotion?

0 Answers  


How can I open a file so that other programs can update it at the same time?

0 Answers  


Can two or more operators such as and be combined in a single line of program code?

0 Answers  


WHAT IS INT?

8 Answers   Accenture,


Categories