What do you mean by stack unwinding in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Describe protected access specifiers?
What is a manipulative person?
What is the use of ‘using’ declaration?
Is c++ high level programming language?
what is oops
Carry out conversion of one object of user-defined type to another?
What is flag in computer?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What is namespace std; and what is consists of?
What is the Diffrence between a "assignment operator" and a "copy constructor"?
1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v
Explain differences between alloc() and free()?