Related Posts
Telugu Video Tutorials – Notes – Shortcuts
Printf Function :-
It is standard Output function which is used to display the information given by the user.
Syntax 1:
Format Specifiers :-
The format specifier in C is used to tell the compiler about the type of data to be printed or scanned in input and output operations. They always start with a % symbol and are used in the formatted string in functions like printf(), scanf() etc.

Syntax 2:
Program-1 :-

Program-2

Program-3

Program-4 ( Student Details )

