In C language what is a 'dangling pointer'?


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

Post New Answer

More C Interview Questions

What does c mean in basketball?

0 Answers  


Example of friendly function in c++

2 Answers  


a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6

7 Answers   TCS,


4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

5 Answers  


what is a constant pointer in C

0 Answers  






What is string function in c?

0 Answers  


What is volatile variable in c?

0 Answers  


How do we declare variables in c?

0 Answers  


What are the usage of pointer in c?

0 Answers  


What do you mean by a sequential access file?

0 Answers  


How many types of linked lists what are they? How many types of data structures?

18 Answers   BSNL, Pivotal Software,


which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;

5 Answers   Assurgent, TCS,


Categories