STL (140)
OOPS (873)
C++ General (2409) Distinguish between: a) Normal layout & Print Layout views b) Windows Clipboard & office Clipboard c) Save & Save As Commands d) Program File & Data File e) Pie Charts & Barr Charts
2282Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.
BNB, FDS, Goldman Sachs, Nagarro,
16 27829this is to swap to strings....but in output the whole
strings are swapped leaving first as it is...why it is so
#include
Why many objects can working together? How objects working togetherM I want to see example code.
2 5113suppose A is a base class and B is the derved class. Both have a method foo which is defined as a virtual method in the base class. You have a pointer of classs B and you typecast it to A. Now when you call pointer->foo, which method gets called? The next part of the question is, how does the compiler know which method to call?
3 9687
Is enum a class?
Define stacks. Provide an example where they are useful.
What is the most useful programming language?
Is c++ still in demand?
Why is c++ not purely object oriented?
Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D
Is c++ proprietary?
what do you mean by exception handling in C++?
What are the advantages of using const reference arguments in a function?
What is persistence in oop?
What is static function? Explain with an example
What is the purpose of templates in c++?
Is empty stack c++?
why is iostream::eof inside a loop condition considered wrong?
What is the type of 'this' pointer? When does it get created?