What is the output of printf("%d")?
Answer Posted / guest
it is used to print one integer data type value.
| Is This Answer Correct ? | 90 Yes | 46 No |
Post New Answer View All Answers
program explaining feautures of c++
What are the uses of c++ in the real world?
What is boyce codd normal form in c++?
How do I download c++?
Is python written in c or c++?
What are shallow and deep copy?
Difference between pointer to constant and constant pointer to a constant. Give example.
What are destructors?
What data encapsulation is in c++?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
What are c++ tokens?
What is a character in c++?
Why are arrays usually processed with for loop?
Describe Trees using C++ with an example.
Is c++ primer good for beginners?