What is the output of printf("%d")?
Answer Posted / anand
it will print some value currently on top of the stack
| Is This Answer Correct ? | 20 Yes | 7 No |
Post New Answer View All Answers
Write a c program for binary addition of two 8 bit numbers.
What does n mean in c++?
Can I run c program in turbo c++?
What is std namespace in c++?
What is using namespace std in cpp?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
How can I improve my c++ skills?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
Explain what are the sizes and ranges of the basic c++ data types?
Which software is best for c++ programming?
What is an adaptor class in c++?
Show the declaration for a static member variable.
How can I learn dev c++ programming?
What is the difference between c++ and turbo c++?
What is the use of map in c++?