Write a printf or scanf statement for each of the following: a) Print unsigned i
ID: 3615520 • Letter: W
Question
Write a printf or scanf statement for each of the following:a) Print unsigned integer 40000 left justified in a 15-digit fieldwith 8 digits.
b) Read a hexadecimal value into variable hex.
c)Print 200 with and without a sign.
d) Print 100 in hexadecimal form preceded by 0x.
e)Read characters into array s until the letter p isencountered.
f) Print 1.234 in a 9-digit field with preceding zeros.
g) Read a time of the form hh:mm:ss, storing the parts of the timein the integer variables hour, minute, and second. Skip the colons(:) in the input stream. Use the assignment suppressioncharacter.
h) Read a string of the form "characters" from the standard input.Store the string in character array s. Eliminate the quotationmarks from the input stream.
i) Read a time of the form hh:mm:ss, , storing the parts of thetime in the integer variables hour, minute, and second. Skip thecolons (:) in the input stream. Do not use the assignmentsuppression character.
Thanks for your time, this is all one question in my book, and it'sdefinitely shorter than a normal program. Please help, thanks!
Explanation / Answer
h.scanf("%[^?]",str); i.scanf("%d:%d:%d", &hour,&minute, &second);
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.