Answer Posted / ninja
A pointer referring to an area of memory that has been
deallocated. Dereferencing such a pointer usually produces
garbage
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
How does free() know explain how much memory to release?
What is static identifier?
Why n++ execute faster than n+1 ?
What is the difference between far and near in c?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
Why is c faster?
How many types of arrays are there in c?
What is the scope of an external variable in c?
What is the translation phases used in c language?
What are the advantages of using Unions?
Explain what is wrong with this statement? Myname = ?robin?;
Is swift based on c?
Write a program of advanced Fibonacci series.
What are the advantage of c language?
What is a good data structure to use for storing lines of text?