How is a null pointer different from a dangling pointer?


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

Post New Answer

More C Interview Questions

Why is c called a structured programming language?

0 Answers  


Suggesting that there can be 62 seconds in a minute?

0 Answers  


void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }

9 Answers  


What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?

1 Answers  


What is c language in simple words?

0 Answers  






What is pointer to pointer in c with example?

0 Answers  


What is the return type of sizeof?

0 Answers  


What do you mean by c?

0 Answers  


give an example of type casting by a simple c program

2 Answers   TCS,


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...

0 Answers  


How does C++ help with the tradeoff of safety vs. usability?

1 Answers  


Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)

2 Answers  


Categories