What is the output of printf("%d")?
Answer Posted / masquerade
for int and char specifier it prints garbage value
and for float it will give error
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the unique features of C++.
What is double in c++?
What is pointer to member?
Why c++ is not a pure oop language?
What is a dynamic binding in c++?
What is a v-table?
How much is c++ certification?
Can we use this pointer inside static member function?
What are features of c++?
Why are pointers not used in c++?
Explain the use of virtual destructor?
What does I ++ mean in c++?
Is c++ a difficult language?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What do you mean by static variables?