How long does this loop run:
for(int x=0; x=3; x++)
a) Never
b) Three times
c) Forever
Answer Posted / k.premalatha
a) Never
| Is This Answer Correct ? | 4 Yes | 20 No |
Post New Answer View All Answers
What is null pointer and void pointer and what is their use?
Can you overload the operator+ for short integers?
What is the purpose of the "delete" operator?
What are the restrictions apply to constructors and destructors?
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
Explain class invariant.
What is polymorphism in c++? Explain with an example?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
Is c++ a float?
What is format for defining a structure?
Is c++ pass by reference or value?
What is the default access level?
What are the advantages of c++? Explain
What is this pointer in c++?
Why is c++ is better than c?