C Program Functions with 2D Arrays Write a function named displayElements that takes a two-dimensional array, the size of its rows and columns, then prints every element of a two-dimensional array. Separate every row by a new line and every column by a space.   In the main function, write a program that asks for integer input to be assigned on a 3 x 3 array and call the function displayElements to print the contents on the next line. Input 1. Multiple lines containing integer each line Output R1C1: 1 R1C2: 2 R1C3: 3 R2C1: 4 R2C2: 5 R2C3: 6 R3C1: 7 R3C2: 8 R3C3: 9 1 2 3 4 5 6 7 8 9

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section: Chapter Questions
Problem 12PP: (Data processing) The answers to a true-false test are as follows: T T F F T. Given a twodimensional...
icon
Related questions
Question

C Program Functions with 2D Arrays

Write a function named displayElements that takes a two-dimensional array, the size of its rows and columns, then prints every element of a two-dimensional array. Separate every row by a new line and every column by a space.

 

In the main function, write a program that asks for integer input to be assigned on a 3 x 3 array and call the function displayElements to print the contents on the next line.

Input

1. Multiple lines containing integer each line

Output

R1C1: 1
R1C2: 2
R1C3: 3
R2C1: 4
R2C2: 5
R2C3: 6
R3C1: 7
R3C2: 8
R3C3: 9
1 2 3
4 5 6
7 8 9
2. Functions with 2D Arrays Practice II
by CodeChum Admin
Write a function named display Elements that takes a two-dimensional array, the size of its
rows and columns, then prints every element of a two-dimensional array. Separate every
row by a new line and every column by a space.
In the main function, write a program that asks for integer input to be assigned on a 3×3
array and call the function display Elements to print the contents on the next line.
Input
1. Multiple lines containing integer each line
Output
R1C1: 1
R1C2: 2
R1C3: 3
R2C1: 4
R2C2: 5
R2C3: 6
R3C1: 7
R3C2: 8
R3C3: 9
123
456
789
main.c
1
> + 16
с
Test Cases
Constraints
O Constraint 1
This code must call the function inside the main
Test Cases
O Test Case 1
Your Output
No Output
Expected Output
RIC1: 0
R1C2: 2
RIC3: 4
R2C1: 6
R2C2: B
R2C3: 1
R3C1: 3
R3C2: 5
R3C3: 7
924
681
357
Transcribed Image Text:2. Functions with 2D Arrays Practice II by CodeChum Admin Write a function named display Elements that takes a two-dimensional array, the size of its rows and columns, then prints every element of a two-dimensional array. Separate every row by a new line and every column by a space. In the main function, write a program that asks for integer input to be assigned on a 3×3 array and call the function display Elements to print the contents on the next line. Input 1. Multiple lines containing integer each line Output R1C1: 1 R1C2: 2 R1C3: 3 R2C1: 4 R2C2: 5 R2C3: 6 R3C1: 7 R3C2: 8 R3C3: 9 123 456 789 main.c 1 > + 16 с Test Cases Constraints O Constraint 1 This code must call the function inside the main Test Cases O Test Case 1 Your Output No Output Expected Output RIC1: 0 R1C2: 2 RIC3: 4 R2C1: 6 R2C2: B R2C3: 1 R3C1: 3 R3C2: 5 R3C3: 7 924 681 357
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,