Why c++ does not have finally?
No Answer is Posted For this Question
Be the First to Post Answer
Is c++ a software?
Which programming language is best?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
Difference between shift left and shift right?
What is struct c++?
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
What are shallow and deep copies?
How can we read/write Structures from/to data files?
How to give an alternate name to a namespace?
Should I learn c++ c?
why is iostream::eof inside a loop condition considered wrong?
how to explain our contribution in the project?