Solved

You Can Calculate the Size of an Array (The Number

Question 46

Multiple Choice

You can calculate the size of an array (the number of elements) called nums as follows ____.


A) sizeof(nums)
B) nums.length
C) nums.length()
D) sizeof(nums) /sizeof(nums[0]) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions