1. A variable ‘X’ is called pointer if :

Answer: X can store only memory address.

Reply

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Tags
Show Similar Question And Answers
QA->A variable ‘X’ is called pointer if :....
QA->In C++ , a pointer that is automatically being passed to a member function during its invocation is :....
QA->The environment variable in Linux , that contain a list of directories the shell automatically recognizes:....
QA->The Boolean expression A(B+C)+AB+AC is independent of the Boolean variable:....
QA->The first electronic computer which could store programs in the memory 'EDVAC' (Electronics Discrete Variable Computer) was invented by ?....
MCQ->Which of the following statements correctly declare a function that receives a pointer to pointer to a pointer to a float and returns a pointer to a pointer to a pointer to a pointer to a float?...
MCQ->Which of the following statements are correct about the below declarations? char p = "Sanjay";char a[] = "Sanjay"; 1: There is no difference in the declarations and both serve the same purpose. 2: p is a non-const pointer pointing to a non-const string, whereas a is a const pointer pointing to a non-const pointer. 3: The pointer p can be modified to point to another string, whereas the individual characters within array a can be changed. 4: In both cases the '\0' will be added at the end of the string "Sanjay"....
MCQ->If a variable is a pointer to a structure, then which of the following operator is used to access data members of the structure through the pointer variable?...
MCQ->You indicate a variable is a pointer variable by placing a(n) _____ in front of the variable's name...
MCQ->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?...
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions