What is the output of printf("%d")?
Answer Posted / vijay
it will print the recently assigned integer value.....
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Why do we need templates?
Why cstdlib is used in c++?
Why we use #include conio h in c++?
Which bitwise operator is used to check whether a particular bit is on or off?
Are php strings immutable?
How can an improvement in the quality of software be done by try/catch/throw?
Is c++ used anymore?
What is one dimensional array in c++?
Which c++ operator cannot overload?
What is pure virtual function? Or what is abstract class?
What is struct c++?
What is an adaptor class in c++?
Program to check whether a word is a sub-string or not of a string typed
What is unary operator? List out the different operators involved in the unary operator.
What do you mean by function overriding & function overloading in c++?