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
what are the events occur in intr activated on interrupt vector table
How the programmer of a class should decide whether to declare member function or a friend function?
What is the benefit of encapsulation?
What is string in c++ programming?
How would you use qsort() function to sort an array of structures?
State the difference between delete and delete[].
What is else if syntax?
What is the first name of c++?
What is double in c++?
How do you clear a map in c++?
What is the default access level?
What is the most powerful coding language?
Explain the static storage classes in c++.
What flag means?
Explain the difference between using macro and inline functions?