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...

Which of the following Windows utility programs arranges pieces of files on your hard drive to allow for faster access?

A) Task Manager B) Disk Cleanup C) Disk Defragmenter D) Error-checking

Computer Science & Information Technology

This term refers to a way in which you can manage e-mail messages by checking to see if they meet certain conditions and deciding what to do with the messages based on those conditions:

A) condition B) field C) version D) rule

Computer Science & Information Technology

Give an example of an object whose sensitivity may change during execution

What will be an ideal response?

Computer Science & Information Technology

You cannot use the ____________ statement to test for a range of values.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology