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
What is the difference between near, far and huge pointers?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is selection sort in c?
Why is c called c not d or e?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
Explain the difference between ++u and u++?
Is a house a shell structure?
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
What are data structures in c and how to use them?
List a few unconditional control statement in c.
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
List the difference between a "copy constructor" and a "assignment operator"?
Why malloc is faster than calloc?
Why use int main instead of void main?
Tell me when is a void pointer used?