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
What are c++ variables?
What are the 2 main types of data structures?
Is c++ a pure oop language?
Show the declaration for a pointer to function returning long and taking an integer parameter.
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
Explain about Garbage Collector?
What are the different types of comments allowed in c++?
How do we implement inheritance in c++?
Write a Program for find and replace a character in a string.
what is COPY CONSTRUCTOR and what is it used for?
What do you mean by delegate? Can a user retain delegates?
What do you mean by global variables?
What is polymorphism and its type in c++?
Explain mutable storage class specifier.
Explain the properties and principles of oop.