Get Email Subscription

Enter your email address:

Delivered by FeedBurner

Thursday, February 11, 2010

Write a output for the following c program



#include<stdio.h>
main( )
{
int x = 6589;
char z = '*';
float y = 8888.9935;
printf("% -6.1f %3c\n", y, z);
printf("% +5d % -3c\n", x, z);
}

Ouput:-

8889.0 _ _ *
+6589 * _ _

Related Posts by Categories



0 comments:

About This Blog

Lorem Ipsum

  © Blogger templates Newspaper III by Ourblogtemplates.com 2008

Back to TOP