What is the output of printf("%d")?
Answer Posted / guest
it is used to print one integer data type value.
Is This Answer Correct ? | 90 Yes | 46 No |
Post New Answer View All Answers
Is it possible to use a new for the reallocation of pointers ?
What is command line arguments in C++? What are its uses? Where we have to use this?
Can I uninstall microsoft c++ redistributable?
What is the auto keyword good for in c++?
Explain the difference between class and struct in c++?
What is the role of static keyword for a class member variable?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
If you don’t declare a return value, what type of return value is assumed?
Why do we use the using declaration?
What is capacity in vector in c++?
What are guid? Why does com need guids?
What does it mean to declare a destructor as static?
What is a constant? Explain with an example.
Describe the advantages of operator overloading?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00