For a project in C i need to work on a table that contains x differents 2 dimensionnals tables. However, i don't know how to create one, and how to call only one value [i,j] of one table into my general table [x,y] --> x and y are the coordinates of a table. this is an example of a small version of my table Could you please help me to understand how to call my values to then use them in my for or if conditions, or is it imposssible to work on such tables in C? Thank You
I tried to create a small version of two 3×3 tables into one 1×2 table. But even that did not work. I already know how to work on an x×x table.
I tried to also represent what i will have to work on with a little drawing on paint drawing. I hope this will help. My goal is the same, learn how to call just one element of every "intern array" that i will have (one the drawing for example calling X, X1, X2, ..., Xn)