End-of-line comments that should be ignored by the compiler are denoted using

a. Two forward slashes ( // ).
b. Three forward slashes ( /// ).
c. A slash and a star ( /* ).
d. A slash and two stars ( /** ).

a. Two forward slashes ( // ).

Computer Science & Information Technology

You might also like to view...

If double *p_volume = &volume; What will be printed by the statement cout << &p_volume; ?

A. The address of volume. B. The value of volume. C. The value of p_volume. D. The address of the pointer p_volume.AHow many bytes of memory are reserved for a pointer variablein Visual C++? A. It depends on the datatype. B. 8 bytes. C. 4 bytes. D. 2 bytes.

Computer Science & Information Technology

You can place almost any other tag in a div tag.

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

Computer Science & Information Technology