Is the NULL pointer same as an uninitialized pointer
UNIT9: pointer types in c

Quiz
•
Computers
•
University
•
Easy
Abhishek Pandey
Used 7+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
True
false
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int *ptr, p;
both ptr and p are pointers
both ptr and p are not pointers
ptr is a pointer to integer, p is not
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT a pointer variable declaration
int *number;
char *name[20];
double *dp;
float height[];
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If a pointer variable points another pointer value known as_____
Array of pointers
Run time error
pointer to pointer
multidimensional pointer
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is wild pointer in c___
a pointer which we need to write in future
a pointer which has bad naming convention
a point which has not initialized
a pointer which has a limit
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
__________can stored the address of any types of data.
Wild ponter
dangling pointer
Generic pointer
NULL
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Assign the null value is called
wild pointer
dangling
NULL pointer
all
Similar Resources on Quizizz
10 questions
IT Quiz Round 3

Quiz
•
University
10 questions
Weekly Contest #8 - TechXNinjas

Quiz
•
University
10 questions
C++ vs Python: A Quiz Introduction

Quiz
•
11th Grade - University
10 questions
DS 24 G2 Q1

Quiz
•
University
10 questions
PDS - 04225 Pointers & Dynamic Arrays - Chapter 8

Quiz
•
University - Professi...
10 questions
Programming in C

Quiz
•
University
10 questions
DS UNIT-2 TEST-3

Quiz
•
University
10 questions
DATA STRUCTURE QUIZ 1- INTRO TO DATA STRUCTURES

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