Answer Posted / nashiinformaticssolutions
Pointers pointing to memory that has been deallocated.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What functions are used in dynamic memory allocation in c?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What are the different categories of functions in c?
What do you mean by keywords in c?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Explain 'bus error'?
Why n++ execute faster than n+1 ?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What is a void pointer? When is a void pointer used?
What is the general form of #line preprocessor?
What is the default value of local and global variables in c?
Do array subscripts always start with zero?
How old is c programming language?
Explain about block scope in c?
What is typedef example?