The ____ primitive data type represents an empty value.

A. null
B. undefined
C. string
D. Boolean


Answer: A

Computer Science & Information Technology

You might also like to view...

Two child elements that share the same parent are referred to as ______ elements.

A. parent B. sibling C. child D. descendant

Computer Science & Information Technology

The ________ dialog box displays tabs for each object type and a tab for each open database

Fill in the blank(s) with correct word

Computer Science & Information Technology

Consider the following struct definition:  struct rectangleData{  double length;  double width;  double area;  double perimeter; };Which of the following variable declarations is correct?

A. rectangle rectangleData; B. struct rectangleData(); C. rectangleData myRectangle; D. rectangleData rectangle = new rectangleData();

Computer Science & Information Technology

A structure definition statement is identical to the form used in defining any program variable: the data type is followed by a list of variable names.

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

Computer Science & Information Technology