What does a pointer variable store?
Revision 2 MCA

Quiz
•
Computers
•
University
•
Easy
Abhishek Pandey
Used 2+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Both the value and address of the variable it points to
The value of the variable it points to
Holds a character
The address of the variable it points to
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a two-dimensional matrix declaration, the first subscript specifies the number of______________.
Column
Rows
Diagonal
None
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The dereference operator is also referred to as ___________________________.
indirection operator
Logical operator
relational operator
Reference operator
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the storage class used for a global variable in C?
register
Auto
static
extern
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct syntax for declaring an array of size 10 in C?
int arr[10];
array int arr[10];
int[10] arr;
int arr{}
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct syntax to access a structure member through a pointer?
ptr.member_name
*ptr.member_name
ptr[member_name]
ptr->member_name
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following represents a collection of different data types?
char
string
structure
array
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
DATA STRUCTURES QUIZ

Quiz
•
University
10 questions
Programming in C

Quiz
•
University
15 questions
Milking Minds 2 17-01-24

Quiz
•
University
15 questions
C Pointers 17May2023

Quiz
•
University
8 questions
C++ pointers

Quiz
•
University
15 questions
uNIT 11_14

Quiz
•
University
10 questions
Rapid Round 2

Quiz
•
University
15 questions
C programming

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade