Write a output for the following c program
#include< 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 _ _ _ _ _ _ _ _
#include< mani( ) { int x = 789; float y = 6767.8787; printf("% -8d %+9.3f\n", x, y); printf("%+-6d % -15.2f\n", x, y); } |
---|
© Blogger templates Newspaper III by Ourblogtemplates.com 2008
Back to TOP
0 comments:
Post a Comment