What is the output of printf("%d")?
Answer Posted / reegan
printf"%d");
it just prints '0'
| Is This Answer Correct ? | 12 Yes | 21 No |
Post New Answer View All Answers
What is polymorphism and its type in c++?
Define upcasting.
give me an example for testing a program showing the test path .show how the test is important and complex.
Write a function to find the nth item from the end of a linked list in a single pass.
Can c++ do everything c can?
What is a storage class used in c++?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
How can a called function determine the number of arguments that have been passed to it?
Difference between pointer to constant and constant pointer to a constant. Give example.
What is setiosflags c++?
What is a forward referencing and when should it be used?
Write a program in C++ for Fibonacci series
What is a singleton c++?
What is a terminating character in c++?
What are register variables?