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( )
{
char x = '&';
float y = 2134.627;
printf("%3c %9.2f\n", x, y);
printf("% -4c -7.0f\n", x, y);
return(0);
}

Output:-

_ _ & _ _ 2134.63
& _ _ _ 2135 _ _ _

Related Posts by Categories



0 comments:

About This Blog

Lorem Ipsum

  © Blogger templates Newspaper III by Ourblogtemplates.com 2008

Back to TOP