GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Concepts  >  Data Structures
Go To First  |  Previous Question  |  Next Question 
 Data Structures  |  Question 21 of 202    Print  
Char *ptGrade;The use of the symbol ; ( semi colon) in the above example is wrong.
Skill/Topic: Variables and Pointers
A) True
B) False
Explanation: the symbol ; ( semi colon) tells the computer this is an instruction (statement)



  
Total Answers and Comments: 1 Last Update: January 19, 2006   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
January 19, 2006 04:15:39   #1  
samiksc Member Since: October 2005   Contribution: 233    

RE: char *ptGrade;The use of the symbol ; ( semi colon...
(B) False. In several prog langauges like C C++ every statement ends with a semicolon.
 
Is this answer useful? Yes | No

 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 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 ?
1. Linear list 2. search tree 3. Hash table 4. self-organization list 
Read Answers (1) | Asked by : Rujul

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);}
Read Answers (3) | Asked by : jitudash


 Sponsored Links

 
Related Articles

Semi-Structured Model

What is the Semi-Structured Data Model The semi-structured data model is a data model where the information that would normal be connected to a schema is instead contained within the data this is often referred to as self describing model. With this type of database there is no clear separation bet
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape