Explain the difference between class and struct in c++?
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;
Distinguish between new and malloc and delete and free().
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
what is importance of data sturture in a programming language?
22 Answers L&T, TCS, Wipro,
What is the difference between "calloc" and "malloc"?
What is a down cast?
Explain the concept of friend function in c++?
What is difference between shallow copy and deep copy? Which is default?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
Write about all the implicit member functions of a class?
What's c++ used for?
what is the emaning of '#include" "'?