What displays left and right margins
Answers
Answered by
0
I didn't understand what you want to say
pranjal1522005252:
Me yaha khena chatha hi ki What display left and right margins
Answered by
1
For left margins you can follow the given below statement:-
ios_base& left (ios_base& str);
Adjust output to the left
Sets the adjustfield format flag for the str stream to left.
When adjustfield is set to left, the output is padded to the field width by inserting fill characters at the end, effectively adjusting the field to the left.
ios_base& left (ios_base& str);
Adjust output to the left
Sets the adjustfield format flag for the str stream to left.
When adjustfield is set to left, the output is padded to the field width by inserting fill characters at the end, effectively adjusting the field to the left.
Similar questions