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 are the advantages of using const reference arguments in a function?
What you know about structures in C++?
What do you mean by global variables?
Describe linkages and types of linkages?
Is c++ pass by reference or value?
What is pure virtual function?
What are the various operations performed on stack?
What is this pointer in c++?
What is format for defining a structure?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
How does c++ structure differ from c++ class?
What is basic if statement syntax?
What does h mean in maths?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
Write a program which uses Command Line Arguments