In: Computer Science
Write a function declaration for a function that sums each row of a 2D array, where each row size is 10. The function does not return a result. IN C Program.
Here is the answer for your question in C Programming Language.
Kindly upvote if you find the answer helpful.
###########################################################################
CODE :
#include<stdio.h> //Function prototype void main(){ //Prints given array
|
####################################################################
SCREENSHOTS :
Please see the screenshots of the code below for the indentations of the code.
###########################################################################
OUTPUT :
Any doubts regarding this can be explained with pleasure :)