Wednesday 30 November 2011

concept of printf function using c language;printf function

Printf Function:
It is used to display output on the monitor.It is most commonly used for displaying output on screen.It can display the output of any Text,constants or the values of variable in specified format.



Standard input and output in C language;what do you mean by input in C++;Some of important input and output function which use in C language

Standard input:
The process of giving something to the computer is said to be input.Mostly input is given by keyboard and standard input refers to the input using keyboard.
In C++ program need some inputs from user to work properly.