edited by
483 views
0 votes
0 votes

column major order formula would be

a+w*[(E3L2+E2)L1+E1] if i solve getting ans 1956 but given 1513 for 3d array. Please explain how

edited by

Please log in or register to answer this question.

Related questions

5 votes
5 votes
2 answers
1
saurabh0709 asked Aug 1, 2023
1,253 views
What will be the output of the following code? _______ #include <stdio.h int main(){ char val=250; int ans; ans= val+ !val + ~val + ++val; printf("%d", ans); return 0; }
0 votes
0 votes
0 answers
2
SKMAKM asked Oct 22, 2022
435 views
Answer -3.7
0 votes
0 votes
2 answers
3
SKMAKM asked Oct 21, 2022
356 views
Answer 1.18
0 votes
0 votes
0 answers
4
SKMAKM asked Oct 21, 2022
339 views
Answer (A)