Question: Please complete these C programming questions. Thanks you kindly 21. Useful to read in a single character (a) printf (b) scanf (c) fgets (d) display
Please complete these C programming questions. Thanks you kindly

21. Useful to read in a single character (a) printf (b) scanf (c) fgets (d) display 22. Useful to read in a full line of text (a) printf (b) scanf (c) fgets (d) display 23. Useful to print out a single integer (a) printf (b) scanf (c) fgets (d) display 24. Useful to print out a single character (a) printf (b) scanf (c) fgets (d) display 25. Produces all numbers under 10 (a) rand(10) (b) rand() % 10 (c) rand % 10 + 1 (d) rand() % 11 26, Produces all numbers 1 to 10 (a) rand(10) (b) rand() % 10 (c) rand % 10 + 1 (d) rand() % 11
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
