What is the output of printf("%d")?
Answer Posted / mounika
it will get syntaxerror
| Is This Answer Correct ? | 6 Yes | 64 No |
Post New Answer View All Answers
What is meant by iomanip in c++?
Explain what is oop?
What is #include iostream h in c++?
Why is c++ not purely object oriented?
What is null c++?
Why do we use string in c++?
When do we use copy constructors?
What are the 3 levels of programming languages?
What are dynamic type checking?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
What is the most powerful coding language?
What are the differences between java and c++?
Show the declaration for a pointer to function returning long and taking an integer parameter.
What are the advantages of early binding?
What is a far pointer? where we use it?