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
Give 10 points of differences between C & C++.
What is the latest c++ version?
Implement stack operations with pointers with appropriate exception checks.
What causes a runtime error c++?
Why null pointer is used?
Why c++ does not have finally?
What does ctime() do?
Explain friend class?
how to connect with oracle 9i with server in socket program in c/c++
Do vectors start at 0?
Which bitwise operator is used to check whether a particular bit is on or off?
How long will it take to learn programming?
Explain the differences between private, public and protected and give examples.
What is c++ best used for?
Write is a binary search tree? Write an algo and tell complexity?