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
Explain the differences between private, public and protected and give examples.
Are there interfaces in c++?
What is string in c++ programming?
Why do we use using namespace std in c++?
What are the classes in c++?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
State two differences between C and C++.
Can you declare an array without a size in c++?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
Name the implicit member functions of a class.
What is fixed in c++?
Why is standard template library used?
Is c++ an oop?
Is java the same as c++?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?