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
Can we define function inside main in c++?
How do I download c++?
What are the main features of c++?
Write a program to find the reverse Fibonacci series starting from N.
What language is a dll written in?
Can we specify variable field width in a scanf() format string? If possible how?
How do we balance an AVL Tree in C++?
What's the order in which the objects in an array are destructed?
Show the declaration for a static member variable.
can any one help to find a specific string between html tags
which is changed to a sting..
weather.html looks (for location) is
Is java easier than c++? How to implement is-a and has-a class relationships? Will c++ be replaced? What is the difference between public and private data members? int age=35;
if(age>80)
{Console.WriteLine("Boy you are old");}
else
{Console.WrieLine("That is a good age");}