What is the output of printf("%d")?
Answer Posted / bheda govind
printf("%d") THAN
OUTPUT IS----0(ZIRO)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How are the features of c++ different from c?
Differentiate between an external iterator and an internal iterator?
What is a pdb file?
How many types of comments are there in c++?
Is python better than c++?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
How do I download c++?
Explain deep copy and a shallow copy?
What is the difference between global variables and local variable
Is map ordered c++?
Explain what are mutator methods in c++?
Why Pointers are not used in C++?
What are pointer-to-members? Explain.
describe private access specifiers?
Mention the ways in which parameterized can be invoked.