Array Question???

danecom

danecom

@danecom-ZLaFIg Oct 22, 2024
Just a quick question.

if the array size is w1[6] w2[6] w3[6]

And I am putting in 6 items into the array for f and r.

for(i=0;i<n1;i++)
for(j=0;j<n1;j++)
w3.f=w1.f+w2[j].f
w3.r=w1.r;
How are the arrays .f and .r being stored?

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform