Write a output for the following c program?
#include< 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 _ _ _
#include< mani( ) { char x = '&'; float y = 2134.627; printf("%3c %9.2f\n", x, y); printf("% -4c -7.0f\n", x, y); return(0); } |
---|
© Blogger templates Newspaper III by Ourblogtemplates.com 2008
Back to TOP
0 comments:
Post a Comment