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
A pointer declaration statement
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 Wayground
15 questions
Photoshop

Quiz
•
9th - 12th Grade
20 questions
Sistem Komputer

Quiz
•
12th Grade
20 questions
CDM202-ID

Quiz
•
12th Grade
25 questions
arrays and strings in java

Quiz
•
12th Grade
15 questions
Kuiz Pengenalan Pengaturcaraan

Quiz
•
12th Grade
20 questions
Algorithm questions

Quiz
•
12th Grade - University
23 questions
CSAwesome Unit 1 Vocabulary

Quiz
•
10th - 12th Grade
20 questions
Google SketchUp Tool

Quiz
•
KG - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade