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
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
What are literals in C++?
Differentiate between late binding and early binding.
What is #include iostream h in c++?
Explain the difference between class and struct in c++?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
Explain the register storage classes in c++.
How many ways can a variable be initialized into in C++?
What is a stack c++?
Is there finally in c++?
Why was c++ created?
What is the best c++ book?
What is token c++?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What is the latest c++ standard?