aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Programming Concepts
  • An array int a[5][6] can store __________.
Multiple choice

An array int a[5][6] can store __________.

  1. 29 numbers

  2. 30 numbers

  3. 31 numbers

  4. 28 numbers

  5. no number

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

It contains 5 rows and 6 column. So, it can store 30 numbers.

Keep practicing — related questions

  • Index a[5] represents the number of integer in array ___________.
  • When int array [7] is declared, the term array [5] represents
  • How do you create an array of 20 integers?
  • There are 10 elements in an array. If 4th element is deleted, position of how many elements is changed?
  • int num[ ] = {24,32,12,44,56,17}, *(num +0) refers to
  • If int s[5] is a one dimensional array of integers, which of the following refers to the 3rd element in the...
  • int num[ ] = {24,32,12,44,56,17}, *(num +4) refers to
  • Which one of the following will declare an array and initialize it with five numbers?
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