What is the output of printf("%d")?
Answer Posted / guest
it is used to print one integer data type value.
| Is This Answer Correct ? | 90 Yes | 46 No |
Post New Answer View All Answers
Define whitespace in C++.
what are the decision making statements in C++? Explain if statement with an example?
What does floor mean in c++?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
What is the maximum combined length of command line arguments including the space between adjacent arguments?
program explaining feautures of c++
How do you decide which integer type to use?
When is the destructor called?
Difference between pass by value and pass by reference?
How do you generate a random number in c++?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
Explain terminate() function?
How can an improvement in the quality of software be done by try/catch/throw?
What is the most common mistake on c++ and oo projects?
What is setf in c++?