Char *ptGrade;Which is the data type in this declaration?

Skill/Topic: Variables and Pointers
A) The data type in this is Char
Explanation: The data type of the memory address stored in the pointer is of Character type

Showing Answers 1 - 2 of 2 Answers

s

  • Jun 18th, 2006
 

The datatype is char * type that is the variable points to a location(stores the address of the location) which contains character type data

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions