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>
mani( )
{
int x = 789;
float y = 6767.8787;
printf("% -8d %+9.3f\n", x, y);
printf("%+-6d % -15.2f\n", x, y);
}

Output:-

789 _ _ _ _ _+6767.879
+789 _ _ 6767.88 _ _ _ _ _ _ _ _

Related Posts by Categories



0 comments:

About This Blog

Lorem Ipsum

  © Blogger templates Newspaper III by Ourblogtemplates.com 2008

Back to TOP