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 is the last index number in an array of 100 characters a) 100 b) 99 c) 101
Is map thread safe c++?
What is a sequence in c++?
Explain what data encapsulation is in c++?
Can user-defined object be declared as static data member of another class?
Which operator cannot be overloaded c++?
What is a pointer how and when is it used?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is ios flag in c++?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
How do c++ struct differs from the c++ class?
What is ostream in c++?
Can a built-in function be recursive?
Which software is best for c++ programming?
What is problem with overriding functions?