What would be the output of the following statement?
printf( "%4d", 123456 );
a) 1234
b) 2345
c) 3456
d) none of these
d) none of these
Computer Science & Information Technology
You might also like to view...
The feature that reflows text as you move or size an object so that you can view the placement of surrounding text is:
A) Print Preview. B) Text Wrap. C) Wrap Layout. D) Live Layout.
Computer Science & Information Technology
Which of the following cannot be an Enum’s underlying type?
a) SByte b) Integer c) ULong d) Double
Computer Science & Information Technology