Question
a.
Deference pointer
b.
Null pointer
c.
Dangling pointer
d.
Empty pointer
Posted under Object Oriented Programming Using C++
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. A pointer that is not initialized, is called
Similar Questions
Discover Related MCQs
Q. The address of a variable is accessed by
View solution
Q. A type of variable that stores an address is called
View solution
Q. Arrays, constants, and functions all are derived from int, that's why they are called
View solution
Q. What is used for accessing the contents of memory location whose address is stored in a pointer variable?
View solution
Q. A derived type that is based upon more than one fundamental type, is called
View solution
Q. X *= y is an example of
View solution
Q. <, >, <=, >=, == all this operators are called
View solution
Q. The terms lvalue and rvalue is referred to the things that appears on
View solution
Q. A non-member function that is given access to all members of a class within it is declared, is called
View solution
Q. The address operator is denoted by
View solution
Q. The increment operator ++and decrement operator ââ each have two forms, that is called
View solution
Q. Float * p = new float [50]; is an example of
View solution
Q. Lvalues that appears on the left side of an assignments are called
View solution
Q. When a variable is declared, three attributes are associated with it, its name, its type and
View solution
Q. There are how many different ways to pass a pointer to a function?
View solution
Q. What is a Pointer?
View solution
Q. There are how many values that can be used to initialize a pointer
View solution
Q. A unary operator that returns the address of its operands, are called
View solution
Q. There are how many ways in C++ to pass an arguments to a function?
View solution
Q. A pointer can be initialized with
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Object Oriented Programming Using C++? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!