i have this two dimensional array

float grades size  [30] [10];

my question is how to address a number for example 2 in the first row first column?

grades[0][0] = 2;

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.