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)
→
Programming for Problem Solving
→
A Pointer to a block of memory is consid...
Q.
A Pointer to a block of memory is considered same as an array.
A.
NO
B.
YES
C.
none
D.
all
Answer» B. YES
625
0
Do you find this helpful?
1
View all MCQs in
Programming for Problem Solving
Discussion
No comments yet
Login to comment
Related MCQs
If we have declared an array described below – int arr[6]; then which of the following array element is considered as last array element ?
Consider the 32 bit compiler. We need to store address of integer variable to integer pointer. What will be the size of integer pointer?
Array can be considered as set of elements stored in consecutive memory locations but having __________.
Array which is having ____ dimensions is called as 2-D array.
Array with last element 'n' will always have array size equal to _______.
What will happen if in a C program you assign a value to an array element whose subscript exceeds the size of array?
Array is an example of _______ type memory allocation.
Pointer is special kind of variable which is used to store __________ of the variable.
Pointer variable is declared using preceding _________ sign.
Address stored in the pointer variable is of type __________.