Get Email Subscription

Enter your email address:

Delivered by FeedBurner

Tuesday, December 29, 2009

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.

Related Posts by Categories



0 comments:

About This Blog

Lorem Ipsum

  © Blogger templates Newspaper III by Ourblogtemplates.com 2008

Back to TOP