McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Computer Science Engineering (CSE)
→
Data Structure and Algorithms (DSA)
→
how many vlue can held by an array A(-1…...
Q.
how many vlue can held by an array A(-1…m,1…m)?
A.
m
B.
m^2
C.
m(m+1)
D.
m(m+2)
Answer» D. m(m+2)
1.1k
0
Do you find this helpful?
16
View all MCQs in
Data Structure and Algorithms (DSA)
Discussion
No comments yet
Login to comment
Related MCQs
What will be output if you will compile and execute the following c code? #include<stdio.h> int main(){ int array[]={10,20,30,40}; printf("%d",-2[array]); return 0; }
If the input array is unsorted, then only a linear ______ can be used.
The memory address of fifth element of an array can be calculated by the formula
The number of elements n is called the length or _____ of the array.
Which of the following items are not part of the array declaration?
The process of accessing and processing each element of an array A, exactly once is called _______.
_________ refers to the operations of rearranging the elements of an array A so that they are in increasing order.
Array is a
Row -major order in two -dimentional array refers to an arrangement where
Array is