What happens if an exception is throws from an object's constructor and from object's destructor?
TCS,
3 7905Post New C++ General Questions
Differentiate between a copy constructor and an overloaded assignment operator.
What is c++ course?
How do I run a program in notepad ++?
What is class and structure in c++?
what is the difference between overloading & overriding? give example.
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What are the two types of comments, and how do they differ?
What is auto used for in c++?
What is c++ & why it is used?
What are guid?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
What operator is used to access a struct through a pointer a) >> b) -> c) *
What is the difference between structures and unions?
Which programming language's unsatisfactory performance led to the discovery of c++?
Explain Memory Allocation in C/C++ ?