Hello
What is the output on no.1
1. Write statements to accomplish each of the following: (complete code is not required) a. Display (print) the value of the seventh element (as people count them) of character array f b. Input (scan) a value into index value 7 of a floating point array b c. Initialize an array G of integers so that each of its eight elements has the starting value 17 d. Copy array b into array a. Assume they are declared as int a(10), b[10]; 2. Write a function with the following prototype: void print_array (double data[ ], int n); When the function is called, it prints the array in an appropriate fashion on the screen.
Hello What is the output on no.1
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Hello What is the output on no.1
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!