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 is a rooted hierarchy?
What is while loops?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
why is c++ called oops? Explain
Is c++ map a hash table?
What are friend classes? What are advantages of using friend classes?
What are the 2 main types of data structures?
What is the best way to take screenshots of a window with c++ in windows?
How can we access protected and private members of a class?
What is the use of volatile variable?
Explain the properties and principles of oop.
What is a null object in c++?
Explain what you mean by a pointer.
What is the benefit of c++?
How the virtual functions maintain the call up?