What will happen if a pointer is deleted twice?
No Answer is Posted For this Question
Be the First to Post Answer
Have you used MSVC? What do you think of it?
What is atoi?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What are the differences between malloc() and calloc()?
Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
What language is a dll written in?
How size of a class can be calulated?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What happens when you make call 'delete this;'?
What is the full form of c++?
What do you mean by global variables?
Write any small program that will compile in "C" but not in "C++"?