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
What do you know about near, far and huge pointer?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
Write a struct time where integer m, h, s are its members?
Does c++ have finally?
Explain how overloading takes place in c++?
When does the c++ compiler create temporary variables?
Explain the difference between class and struct in c++?
When do we run a shell in the unix system? How will you tell which shell you are running?
Mention the ways in which parameterized can be invoked. Give an example of each.
Explain the problem with overriding functions
Is it possible to get the source code back from binary file?
Discussion on error handling of C++ .
What is c++ stringstream?
Which compiler does turbo c++ use?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)