Question 1: Write a single C statement to accomplish each of the following: Convert the character stored in variable c t
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 1: Write a single C statement to accomplish each of the following: Convert the character stored in variable c t
Question 1: Write a single C statement to accomplish each of the following: Convert the character stored in variable c to an uppercase letter. Assign the result to variable c. Use the function rand () to generate one binary digit. 18) To pass an array to a function, specify a) the name of the array without any brackets. b) the name of the array preceded by an empty pair of brackets. c) the name of the array followed by a pair of brackets including the size of the array. d) the name of the array followed by a pair of brackets including a number one less than the size of the array.