Answer Posted / hyrish
The function printf
is defined by stdio.h
header file. It is
the most commenly
used output stement
in c language.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How long it will take to learn 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?
Is ca high or low level language?
Can we declare a base-class destructor as virtual?
Explain dangling pointer.
Write about the access privileges in c++ and also mention about its default access level?
What is an object in c++?
Write a program to find the Factorial of a number
What does ctime() do?
What are compilers in c++?
Can you please explain the difference between overloading and overriding?
Will the following program execute?
What is the difference between #import and #include in c++?
What is the use of default constructor?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].