The returned character should be upper case


Program C
Write function which has no arguments (inputs) and returns a single character value. The returned character should be upper case and generated in a pseudo-random fashion.
Hint: the upper case ASCII character codes are in the range 65 to 90 decimal as can be verified in Appendix B of the textbook.
The main( ) function should call the function you wrote five times and print out a five-character "word" composed of pseudo-random upper-case characters.
When run a second time, the program should generate a different word than it did the first time.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: The returned character should be upper case
Reference No:- TGS096604

Expected delivery within 24 Hours