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

Write a program to reverse a string.

0 Answers   Global Logic, iNautix, TCS, Wipro,


What are # preprocessor operator in c?

0 Answers  


How do you determine the length of a string value that was stored in a variable?

0 Answers  


What is register variable in c language?

0 Answers  


what is the function of pragma directive in c?

0 Answers  


where do we use structure pointer?

1 Answers  


which one low Priority in c? a)=,b)++,c)==,d)+

10 Answers  


write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?

3 Answers   Broadcom, TCS,


Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.

1 Answers  


What is a Deque?

2 Answers  


how to find out the reverse number of a digit if it is input through the keyboard?

6 Answers  


main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????

1 Answers  


Categories