What is the output of printf("%d")?
Answers were Sorted based on User's Feedback
Answer / kumar
it was compiled in dev c++
prints a value 31783972
| Is This Answer Correct ? | 14 Yes | 39 No |
Answer / priya
the output of printf("%d") is create a blankspace
| Is This Answer Correct ? | 11 Yes | 61 No |
What is the error in the code below and how should it be corrected?
How does a copy constructor differs from an overloaded assignment operator?
Is overriding possible in c++?
program in c++ to input digits and print in words
What is a list c++?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
What are the advantages of early binding?
When there is a global variable and local variable with the same name, how will you access the global variable?
What is virtual function? Explain with an example
Disadvantages of c++
What is java and c++?
What is an inclusion guard?