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
How do you declare A pointer to function which receives an int pointer and returns a float pointer
What is a dll entry point?
What flag means?
What is the full name of logo?
What is an orthogonal base class in c++?
How do you sort a sort function in c++ to sort in descending order?
What is nested class in c++?
What is recursion?
Can char be a number c++?
What are the rules for naming an identifier?
What is the need of a destructor? Explain with the help of an example.
What is a storage class?
What is class invariant in c++?
Carry out conversion of one object of user-defined type to another?
What is static in c++?