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

Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

0 Answers  


What are the features of c language?

0 Answers  


What is the meaning of ?

0 Answers  


what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }

6 Answers   Microsoft,


Why does this code crash?

0 Answers  






A program to write a number of letters and numbers, such as counting and display

0 Answers  


What is mean by data types in c?

0 Answers  


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

0 Answers  


What are file streams?

0 Answers  


Where is c used?

0 Answers  


Explain is it better to bitshift a value than to multiply by 2?

0 Answers  


how to write a data 10 in address location 0x2000

3 Answers  


Categories