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
16 questions
Introduction to DBMS

Quiz
•
11th - 12th Grade
18 questions
GCE computer science - Program construction

Quiz
•
12th Grade
15 questions
Basics in Java

Quiz
•
9th - 12th Grade
20 questions
SQL Commands Part 1

Quiz
•
11th - 12th Grade
15 questions
Data Structures

Quiz
•
12th Grade
15 questions
2.5 Translators, Compilers & Interpreters

Quiz
•
12th Grade
20 questions
Mastering Python Loops and Functions

Quiz
•
10th Grade - University
17 questions
Greenfoot

Quiz
•
10th - 12th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade