What is the output of printf("%d")?
Answer Posted / mousam sahu
it will give an expression syntax error as printf must have
an expression like ;
| Is This Answer Correct ? | 5 Yes | 22 No |
Post New Answer View All Answers
What is private inheritance?
How do you establish an is-a relationship?
Explain what is oop?
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
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
what is upcasting in C++?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
What is lazy initialization in c++?
Do class declarations end with a semicolon? Do class method definitions?
Why c++ is so important?
What is array in c++ example?
What are the sizes and ranges of the basic c++ data types?
Define a constructor - what it is and how it might be called (2 methods)?
What is the best it certification?
What is meant by entry controlled loop?