What is the output of printf("%d")?
Answer Posted / vijay kumar cet bikaner 1st y
the output of printf("%d") is 0 beacause machine dureng the
execution of program has no address in the memory location
then it goes to the starting point then it print out the
value 0 .....
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What is the use of endl in c++?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
What do you understand by zombie objects in c++?
What is the use of class in c++?
What do manipulators do?
What is the difference between *p++ and (*p)++ ?
Tell me an example where stacks are useful?
What is long in c++?
What is different in C++, compare with unix?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
How can you differentiate between inheritance and implementation in c++?
Define the process of handling in case of destructor failure?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
Why c++ is created?