A ____ begins with two slashes (//) and continues to the end of the line.

a. program comment
b. function comment
c. block comment
d. line comment


d. line comment

Computer Science & Information Technology

You might also like to view...

If the user entered the title: Marketing Director . What will be the output from line 4?

Given the code: (numbers are used only for referencing the lines.) 1. ``` char title[30]; ``` 2. ``` cout << "enter the employee’s title: "; ``` 3. ``` cin >> title; ``` 4. ``` cout << "The title is: "<< title; ``` A. enter the employee’s title: B. The title is: Marketing Director C. The title is: Marketing D. Marketing

Computer Science & Information Technology

Informational text that displays when you point to commands or thumbnails on the Ribbon is called a(n) ________ Tip

Fill in the blank(s) with correct word

Computer Science & Information Technology

Group accounts make it easier for an administrator to manage user rights and permissions.

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

Computer Science & Information Technology

Which of the following is the most widely used wireless network encryption for home wireless networks?

A. WPA2 B. WPA C. WPE D. WEP

Computer Science & Information Technology