483 views
0 votes
0 votes

Consider the following type definition.

typedef char x[10];

x myArray[5];

What will sizeof(myArray)  be ? (Assume one character occupies 1 byte)

A.

15 bytes

B.

10 bytes

C.

50 bytes

D.

30 bytes

Please log in or register to answer this question.

Related questions

2 votes
2 votes
0 answers
1
0 votes
0 votes
0 answers
2
Indu123 asked Aug 20, 2017
336 views
Minimun number of comparison required to compute the largest and second largest element in array isA.n-[log₂n]-2B.n+[log₂n-2]C.log₂nD.None of these Answer Report Di...
0 votes
0 votes
0 answers
3
0 votes
0 votes
0 answers
4
Shrenik Pradhan asked Nov 16, 2023
179 views
How can I represent the ER model in tabular form? , in java point, the tabular form doesn't seem to be correct.Ref. https://www.javatpoint.com/dbms-reduction-of-er-diagra...