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
→
Size of void pointer is
Q.
Size of void pointer is
A.
1 byte
B.
2 byte
C.
3 byte
D.
4 byte
Answer» B. 2 byte
1.3k
0
Do you find this helpful?
11
View all MCQs in
Programming for Problem Solving
Discussion
No comments yet
Login to comment
Related MCQs
Consider the 32 bit compiler. We need to store address of integer variable to integer pointer. What will be the size of integer pointer?
A Pointer to a block of memory is considered same as an array.
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 __________.
Wild pointer in C
#define t 10 void main() { printf("%d",t); }
void main() { printf(); }
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?