G
G
Gimir2017-10-07 13:26:48
C++ / C#
Gimir, 2017-10-07 13:26:48

How to create a 2D array in C?

How to create a two-dimensional array with the ability to assign to it the value entered by the user in the terminal in C?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
Zakhar Kushchenko, 2017-10-07
@ZZahar

take and create an array and take the value with cin (I don't remember what this command is called in C). int x[20][20]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question