How a new operator differs from the operator new?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of variables in C++?
Eplain extern keyword?
What is a catch statement?
What is istream and ostream in c++?
What happens when the extern "c" char func (char*,waste) executes?
What are the two types of comments?
How do you decide which integer type to use?
structure that describe a hotel with name, address,rooms and number of rooms
3- Write a program to find larger and smaller of the two numbers.
What are arrays c++?
Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }
What does std mean in c++?