A pointer declaration statement
Pointers

Quiz
•
Computers
•
12th Grade
•
Medium
Habeebuddin Khaja
Used 18+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
datatype pointername;
ptrname datatype;
datatype *ptrname;
datatype &ptrname;
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Double pointer is also known as
Pointer to a Pointer
Pointer to a variable
pointer to a memory
pointer to a value
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What is the data type of generic pointer?
float
void
int
double
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
In the statement char names[10][5] how many address are saved;
10
5
50
15
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
In the statement int a[5][5] how many one dimensional arrays exists?
1
10
25
5
6.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
struct student
{
char *name;
}s,*sptr;
the statement which initializes names to "cse"
s.*name="cse";
sptr->name="cse";
*s.name="cse"
None
7.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
From single dimensional array, Statement to get the address of the element at the ith index
a+i
&(a+i)
both
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Round-1 Technical Aptitude

Quiz
•
11th Grade - Professi...
20 questions
G10 CS Programming: Variables & Datatypes

Quiz
•
12th Grade
20 questions
iGCSE Computer Science: Programming Languages

Quiz
•
9th - 12th Grade
15 questions
Learning SQL

Quiz
•
11th - 12th Grade
15 questions
Java Level 1 - D

Quiz
•
12th Grade
18 questions
Linked List

Quiz
•
KG - University
20 questions
HOME AND UPPER ROW KEYS TEST

Quiz
•
6th - 12th Grade
18 questions
Programming in C language

Quiz
•
12th Grade - 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
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

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

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University