Explain what happens if you free a pointer twice?


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

Post New Answer

More C Interview Questions

What is the benefit of using an enum rather than a #define constant?

0 Answers  


How can I increase the allowable number of simultaneously open files?

1 Answers   ABC,


what is the associativity of bitwise OR operator?

1 Answers  


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

0 Answers  


which one is better structure or union?(other than the space occupied )

2 Answers  






what is the use of operator ^ in C ? and how it works?

2 Answers  


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

0 Answers  


What are the types of functions in c?

0 Answers  


How would you use the functions fseek(), freed(), fwrite() and ftell()?

0 Answers   Aspire, Infogain, TISL,


What is signed and unsigned?

0 Answers  


what is the hexidecimal number of 4100?

16 Answers   Google,


in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?

11 Answers   IBM,


Categories