Question
a.
array to
b.
pointer to
c.
address to
d.
located to
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. An asterisk placed after a data type means .
Similar Questions
Discover Related MCQs
Q. Which of the following statements creates and initializes a pointer named salesPtr?
View solution
Q. If the code and fee arrays are parallel, the fee that corresponds to the code stored in the code[3] element is located in the _____ element
View solution
Q. To use the this pointer with a member function, you _____
View solution
Q. You have declared an integer pointer called point You have also declared an integer called number. Which statement is the correct format?
View solution
Q. Which of the following will increase the value stored in the first element of the fee array by 2?
View solution
Q. Element doubleArray[7] is which element of the array?
View solution
Q. You have assigned the address of Value to the pointer P, Which statement will display the value stored in Value?
View solution
Q. Which of the following statements will create and initialize a feelnfo array named fee?
View solution
Q. One way in which a structure differs from an array is that
View solution
Q. Variables that hold memory addresses are called _____
View solution
Q. The element of an array is
View solution
Q. Assume that a program includes the short *agePtr = NULL; statement. The name of the pointer is _____
View solution
Q. A pointer to void can hold pointers to
View solution
Q. When a multidimensional array is accessed, each array index is
View solution
Q. You indicate a variable is a pointer variable by placing a(n) _____ in front of the variable's name
View solution
Q. Which of the following statements declares a one-dimensional Character array named item that consists of five elements?
View solution
Q. Assume that a program creates and initializes a Short Integer variable named age and a pointer named agePtr, to which it assigns the address of the age variable. Which of the following statements will assign the number 21 to the age variable?
View solution
Q. The statement fwrite ( (char*)&objl, sizeof(objl) );
View solution
Q. Which of the following statement is correct?
View solution
Q. Which of the following statements is correct?
1. Once a reference variable has been defined to refer to a particular variable it can refer to any other variable.
2. A reference is not a constant pointer.
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!