Which of the following lines is a properly formatted comment?
a) ```
// This is a comment
```
b)```
/* This is a comment */
```
c)```
/*
this is a comment
*/
```
d) both a and b
e) a, b and c
c)```
/*
this is a comment
*/
```
Computer Science & Information Technology
You might also like to view...
Which feature of SQL Server 2012 provides a failover environment consisting of a groupof primary user databases with up to four replicas?
A. FCI B. AG C. ETL D. IS
Computer Science & Information Technology
You use the ________ view to create queries
Fill in the blank(s) with correct word
Computer Science & Information Technology
What network type covers a large campus or city?
A. PAN B. WLAN C. MAN D. WAN
Computer Science & Information Technology
When working with unions, typically a second variable keeps track of the current data type stored in the union.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology