MCQOPTIONS
Bookmark
Saved Bookmarks
→
Arduino
→
Setting Pin Mode
→
What is the meaning of the data returned by the s...
1.
What is the meaning of the data returned by the sizeof() function?
A.
Length
B.
Location
C.
Pointer
D.
Memory
Answer» B. Location
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
What does the following code do?int* ptr = (int*)malloc(100 * sizeof(int));
What will be the output of the following code given below?
What notation should we use for denoting the breadth of an array?a) sizeof(a[0])b) sizeof(
What function will we use to find out the number of elements in an array?
When the sizeof() function is invoked on an array. What information does it return?
What is the meaning of the data returned by the sizeof() function?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply