Question: C-prgram a) Have user enter some text print the address of text print the decimal value of text print the text with at least two

C-prgram a) Have user enter some "text" print the address of text print the decimal value of "text" print the text with at least two field widths print "text" as %c print "text" as % s what do you note with %c versus %s? b) Have the user enter some ASCII. print the address of the ASCII print the hexadecimal value of ASCII c) Have the user enter various decimal (int and float) values print what happens ifyou scanf in "f" and printf in "d" print what happens if you scanf in "d" and printf in "f" Explain what happens
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
