Page 1 of 1

Section B1 Write a C statement to accomplish each of the following tasks. i. Instruct the complier that you don't want i

Posted: Sun Jul 03, 2022 9:57 am
by answerhappygod
Section B1 Write A C Statement To Accomplish Each Of The Following Tasks I Instruct The Complier That You Don T Want I 1
Section B1 Write A C Statement To Accomplish Each Of The Following Tasks I Instruct The Complier That You Don T Want I 1 (71.79 KiB) Viewed 21 times
Section B1 Write a C statement to accomplish each of the following tasks. i. Instruct the complier that you don't want it to suggest secure versions of the library functions using appropriate C statement ii. Declare and initialize a float variable x to 0.0. iii. Define a table to be an integer array of 3 rows and 3 columns using symbolic constant named SIZE. Assume the symbolic constant SIZE has been defined as 3 previously. iv. Variable V1 has the value of 100 and V2 has the value of 200. Use a ternary operator in a single statement to do the following: Assign 5000 to variable result checking if V1 is greater than V2 Assign 1000 to variable result checking if V2 is greater than V1