Describe the advantages of operator overloading?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between global variables and static varables?
Write about the local class and mention its use?
catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;
How do you write a function that can reverse a linked-list?
How to write a program such that it will delete itself after exectution?
Explain the operation of overloading of an assignment operator.
How do you print for example the integers 3,2,1,5,4 in a binary tree within the console in format where it looks like an actual binary tree?
What can c++ be used for?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
0 Answers College School Exams Tests, CS,
can anybody please tell me how to write a program in c++,without using semicolon(;)
What is the difference between structure and class?
How can you create a virtual copy constructor?