formatted output - Printf():
This function is used to print any text as well as value of the variables on the standard output device/Console (monitor screen), printf is very basic library function in c language that is declared in stdio.h header file.
The printf() function prints all types of data values to the console.
Syntax:
printf(“message text”);
The printf() function prints all types of data values to the console.
Syntax:
printf(“message text”);
Post a Comment