Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

14. Which statement about the i and d integer conversion specifiers is false? a) They display a signed decimal integer (when used with printf). b)

image text in transcribed
14. Which statement about the i and d integer conversion specifiers is false? a) They display a signed decimal integer (when used with printf). b) They are identical when used with printf. c) They are identical when used with scanf. d) They display numbers without a decimal point 15. Which integer conversion specifier would display the hexadecimal digit A? a)h b) H c) d) X 16. Which statement about integer conversion specifiers is false? a) It is an error to print a negative value with a conversion specifier that expects an unsigned value. b) -455 when printed with %u prints 455. c) When printing integers with %d, the plus sign on a positive integer) does not print. d) Place ani ("el") before any integer conversion specifier to indicate that a long integer is displayed 17. The %g conversion specifier indicates (a) color (b) significant digits (c) a global variable (d) a hexadecimal integer 18. A floating-point value always contains a a) decimal point b) comma c) plus sign d) e or E 19. In 1.504582E+02, the E+02 indicates that a) 1.504582 is to be raised to the second power b) 1.504582 is to be extended by two print positions c) 1.504582 is to be multiplied by 100 d) 1.504582 is to be doubled to the left of the 20. Conversion specifierse and E always print exactly decimal point. a) zero digits b) one digit c) two digits d) three digits

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts Of Database Management

Authors: Joy L. Starks, Philip J. Pratt, Mary Z. Last

9th Edition

1337093424, 978-1337093422

More Books

Students also viewed these Databases questions