STL (140)
OOPS (873)
C++ General (2409)
Without using third variable write a code to swap two numbers.
What is the use of turbo c++?
How do you define/declare constants in c++?
What information can an exception contain?
Why is oop useful?
Is c++ slower than c?
Program to check whether a word is a sub-string or not of a string typed
What is prototype in c++ with example?
Can we provide one default constructor for our class?
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
What is prototype for that c string function?
What is the cout in c++?
What is abstraction and encapsulation?
Explain virtual class and friend class.
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)