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 the difference between c++ and turbo c++?
What is c++ try block?
Which software is used to run c++ program?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
What do you mean by translation unit in c++?
Explain public, protected, private in c++?
Define pointers?
Can non-public members of another instance of the class be retrieved by the method of the same class?
What are the rules about using an underscore in a c++ identifier?
What are the implicit member functions of class?
What is microsoft c++ redistributable 2013?
What is the use of ::(scope resolution operator)?
what is C++ exceptional handling?
When is the copy constructor called?
Explain queue. How it can be implemented?