What are dangling pointers in c?


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

Post New Answer

More C Interview Questions

write a function which accept two numbers from main() and interchange them using pointers?

3 Answers  


Why doesn't C support function overloading?

2 Answers  


What is a node in c?

0 Answers  


second highest number in a given set of numbers

3 Answers   TCS,


where does it flourished?

0 Answers   Microsoft,






#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?

7 Answers   Intel,


What is queue in c?

0 Answers  


What is enumerated data type in c?

0 Answers  


Explain what is output redirection?

0 Answers  


What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack

6 Answers  


i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....

0 Answers   RBI,


Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)

1 Answers   HTC,


Categories