0
You visited us 0 times! Enjoying our articles? Unlock Full Access!
Question

5 arr 5\( \mathrm { cm } \) 13em

Solution
Verified by Toppr



Was this answer helpful?
0
Similar Questions
Q1
Consider the following ANSI C program:

#include<stdio.h>
int main( )
{
int arr [4] [5] ;
int i, j;
for (i = 0; i < 4; i++)
{
for (j = 0; j<5; j++)
{
arr [i] [j] = 10 * i + j;
}
}
printf("%d", *(arr[i] + 9));
return 0;
}

What is the output of the above program?
View Solution
Q2
Name the function of management under which employs arre guided and inspired
View Solution
Q3
Consider on array arr[0 .... 10] which is of character type and occupies 2 byte memory each, then what would be the address of the element arr[7].
Note : Consider first value is stored at 50.
View Solution
Q4

Read the following and find the error in the picture.

Mother: Neela, go bring 5 grams of cardamoms from the grocer’s Take a cloth bag.

View Solution
Q5

Define statistics.what arr the central tenfency meadure and what isthe realtion between them???

View Solution