What is the output of printf("%d")?
Answer Posted / hardik jasani
void main()
{
printf("%d");
}
getch();
Output:0
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain object slicing in c++?
Which bit wise operator is suitable for turning off a particular bit in a number?
Is c++ used anymore?
What is a multiset c++?
Write about the various sections of the executable image?
What is the need of a destructor?
Carry out conversion of one object of user-defined type to another?
How is c++ different from java?
Define upcasting.
What c++ is used for?
Is c better than c++?
How do you initialize a string in c++?
What is a float in c++?
What is class invariant in c++?
Explain rethrowing exceptions with an example?