What character is used to signify the beginning of a comment statement?

(A) asterisk
(B) exclamation mark
(C) apostrophe
(D) backslash


(C) apostrophe

Computer Science & Information Technology

You might also like to view...

How many members (data and functions) does the following class have?How many members (data and functions) does the following class have?

class Rational { public: Rational(); Rational(int numer, int denom); Rational(int whole); int getNumerator(); int getDenominator(); friend void display(ostream& out, const Rational& value); private: int numerator; int denominator; }; a. 2 b. 6 c. 5 d. 7 e. 8

Computer Science & Information Technology

The _______ needs to be named in order for the input tags to be associated with the correct form.

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

Computer Science & Information Technology

Scroll bars occur automatically when a window is minimized enough so that not all information can fit

Indicate whether the statement is true or false

Computer Science & Information Technology

____ is an authentication protocol designed to work on client/server networks that use secret or symmetric cryptography.?

A. ?Kerberos B. ?DES C. ?3DES D. ?AES

Computer Science & Information Technology