What is the output of printf("%d")?
Answer Posted / priya
the output of printf("%d") is create a blankspace
| Is This Answer Correct ? | 11 Yes | 61 No |
Post New Answer View All Answers
What is the c++ programming language used for?
What are shallow and deep copy?
Write about c++ storage classes?
What is the most useful programming language?
Explain the difference between overloading and overriding?
What are the differences between new and malloc?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
What is near, far and huge pointers? How many bytes are occupied by them?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
Why would you use pointers in c++?
Why c++ is the best language?
Show the declaration for a static member variable.
What is the hardest coding language to learn?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
Why do we use classes in programming?