![]() Related Questions Skill/Topic: Variables and PointersA) The data type in this is CharExplanation: The data type of the memory address stored in the pointer is of Character type Latest Answer : The datatype is char * type that is the variable points to a location(stores the address of the location) which contains character type data ... Skill/Topic: Variables and PointersA) Tells the computer that you are declaring a pointerB) Tells the computer that you are declaring a variableC) Both a) and b)D) None of the aboveExplanation: The symbol Latest Answer : ans: A ... Skill/Topic: Variables and PointersA) TrueB) FalseExplanation: the symbol ; ( semi colon) tells the computer this is an instruction (statement) Latest Answer : (B) False. In several prog langauges like C C++ every statement ends with a semicolon. ... Skill/Topic: Variables and PointersA) pointer dereferencing operatorExplanation: (sometimes called as dereferencing operator) Latest Answer : deferencing operator. ... Skill/Topic: ArrayA) PeriodicalB) SequentiallyC) ParallelyD) None of the aboveExplanation: Elements of an array are stored sequentially in memory. For example,First, create an array called letters and Latest Answer : Sequentially ... Identify the error in the following example of the use of a displayNodesReverse() member function void displayNodesReverse(){ cout Skill/Topic: Linked ListA) Syntax of displayNodesReverse() is wrongB) Node*temp should be NULLC) Wrong use of paranthesisD) temp should be equal to temp->previous Explanation: The displayNodesReverse() The hashString() member function is called by other member functions of the Hashtable class whenever The hashString() member function is called by other member functions of the Hashtable class whenever a function needs to convert a ________________. Skill/Topic: Hash TableA) a hash number key to a keyB) key to a hash number keyC) a key to an IndexExplanation: The hashString() member function is another function called by other member functions of Latest Answer : Actually a pointer is just a address holder so its size is always that of an int data type,what ever may be the type of pointer.In a 16-bit compiler,its 2 bytes and in 32-bit compiler,its 4 bytes(ie depeds on sizeof(int)) ... Read Answers (5) | Asked by : yashwant patel Tags : Pointer Which of the following symbol table implementation is based on the property of locality of reference Which of the following symbol table implementation is based on the property of locality of reference ? 1. Linear list 2. search tree 3. Hash table 4. self-organization list What would be the output of the following progam?union check{ char name[10]; int age;}A;void main(){ What would be the output of the following progam?union check{ char name[10]; int age;}A;void main(){ printf("Enter your name: "); scanf("%s",&A.name);printf("Enter your age: "); scanf("%d",&A.age);printf("Name=%s Age=%d",A.name,A.age);}
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||