printf( ) function in 'C'
printf( ) :- This function is use to receive the output in the formatted manner. Format should be specified by the user. It is called as formatted output function. Having the following syntax :-
Syntax:-
printf("control string", arg1, arg2, arg3, ..........................................., argn);
The meaning of control string is same as scanf( ) but the argument in the above function should not begin with & (ampersand) symbol and the arguments are optional in the function.
Syntax:-
printf("control string", arg1, arg2, arg3, ..........................................., argn);
The meaning of control string is same as scanf( ) but the argument in the above function should not begin with & (ampersand) symbol and the arguments are optional in the function.
0 comments:
Post a Comment