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 is not a type of button?

a. command buttons. b. toggle buttons. c. check boxes. d. All of the above are types of buttons.

Computer Science & Information Technology

As part of a business continuity plan, distinguish between a warm site and a hot site.

What will be an ideal response?

Computer Science & Information Technology

Technologies such as ____________________ made it possible to communicate by voice right over an IP network, even one as big as the Internet.

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

Computer Science & Information Technology

Case 2You are volunteering at a non-profit organization, helping them revamp their website. Answer the following questions. You can modify character attributes for text fields in the panel shown in the accompanying figure.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology