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
If there are two catch statements, one for base and one for derived, which should come first?
Should I learn c or c++ or c#?
Can we use this pointer in a class specific, operator-overloading function for new operator?
What is the need of a destructor?
What are the effects after calling the delete this operator ?
Define pre-condition and post-condition to a member function in c++?
Which one is better- macro or function?
How are the features of c++ different from c?
Describe the advantages of operator overloading?
What character terminates all character array strings a) b) . c) END
How do you write a function that can reverse a linked-list?
Why do we need runtime polymorphism in c++?
What is c++ hiding?
What is the benefit of learning c++?
What is the cout in c++?