Difference between null pointer and dangling pointer?
Answer Posted / vrushali
free should be able to free as it maintains a table from
where it can start freeing the memory. It is OS related issue.
There is no way in C where we can ensure that the particular
memory is freed a even after free we can access the variable
for some time. In Java, we have a memory deallocator.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
how can I convert a string to a number?
The __________ attribute is used to announce variables based on definitions of columns in a table?
Why isnt there a numbered, multi-level break statement to break out
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is typedef?
List the variables are used for writing doubly linked list program.
How are strings stored in c?
What are the 5 data types?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What are valid signatures for the Main function?
What is volatile variable how do you declare it?
What is getch c?
What is the benefit of using an enum rather than a #define constant?
How do I get an accurate error status return from system on ms-dos?