aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Data Structure Quiz 15
  • Find the address of the element A[3, 8] in the column maj...
Multiple choice

Find the address of the element A[3, 8] in the column major order array A[2:7, 4:9] with the base address 1 and each element occupies 4 bytes of memory.

  1. 1028

  2. 1040

  3. 1112

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer

Keep practicing — related questions

  • The memory address of the first element of an array is called
  • The memory address of the first element of an array is called
  • What is the address name of the first element of an array?
  • An array has 10 elements. The fifth element is stored at a location in memory address, 2008. If the array i...
  • 1)main() { int a[2][3][2]={{{2,4},{7,8},{3,4}},{{2,2},{2,3},{3,4}}}; printf(“%u %u %u %d”,a,*a,**a,***a); p...
  • The memory address of fifth elements of an array can be calculated by the formula
  • The memory address of fifth element of an array can be calculated by the formula
  • When int array [7] is declared, the term array [5] represents
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Data Structures and Algorithms (1518 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy