Give three uses for the * operator. Name and describe each use.

What will be an ideal response?

Multiplication: x * y
Pointer definition: int *p;
Pointer dereferencing: int x; x = *p;
Pointer parameter declaration: void foo( int * p);

Computer Science & Information Technology

You might also like to view...

Objects on a form or report that display the data from fields

A) Titles B) Labels C) Text boxes

Computer Science & Information Technology

Where does the Total row of an aggregate function display its results?

A) Only row in Datasheet view B) First row in Datasheet view C) Last row in Datasheet view D) It does not display in Datasheet view.

Computer Science & Information Technology