Which of the following statements in the C programming language is used to load libraries that hold the commands and functions used in your program?

A. #include
B. package
C. use
D. #import


Answer: A

Computer Science & Information Technology

You might also like to view...

To create an instance of BigDecimal for 454.45, use

a. BigInteger(454.45); b. new BigInteger(454.45); c. BigInteger("454.45"); d. new BigDecimal("454.45");

Computer Science & Information Technology

It is NOT possible to change the caption for a calculated field column heading

Indicate whether the statement is true or false

Computer Science & Information Technology

You can use the ____ Tool to drag to select a row of pixels across an image.

a. Single Row Marquee b. Cross-Image c. Pixel Row d. Magnetic Lasso

Computer Science & Information Technology

What software is responsible for starting your computer when power is applied?

A. MBR B. NTLDR C. OS Kernel D. BIOS

Computer Science & Information Technology