What is the function of the symbol & when used with a variable?

A. It makes a pointer to that variable.
B. It allows main() to access the variable in memory.
C. Gives the address of a variable in memory.
D. You can’t use this operator alone.


C

Computer Science & Information Technology

You might also like to view...

Which input statement reads the following standard input stream and stores 6.7 in a (type float), 12 in b (type int), Ben in d (type string) and % in c (type char). :

xyz 6.7Ben % 12 a) cin >> c >> c >> c >> c >> a >> d >> c >> b; b) cin >> d >> a >> b >> c >> d; c) cin >> d >> a >> d >> c >> b; d) cin >> d >> a >> c >> d >> c >> b;

Computer Science & Information Technology

The attributes of the HTML tag for a table are visible in the Property inspector when the entire table is selected.

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

Computer Science & Information Technology

On a binary tree, ____ are used to represent conditions.

A. flowlines B. ovals C. diamond boxes D. process rectangles

Computer Science & Information Technology

To use a frame as the target of a link, you must add the ________ attribute to the frame

Fill in the blank(s) with correct word

Computer Science & Information Technology