A declaration allows you to test certain aspects of a program at compile time.

a. compile_time_test
b. static_assert
c. test
d. check

b. static_assert

Computer Science & Information Technology

You might also like to view...

What router interface is most commonly used to interconnect LANs in a campus network?

a. Serial b. Console port c. Ethernet d. ATM

Computer Science & Information Technology

In a PHP __________, you can group together functionality that may be reused in multiple classes.

a. interface b. trait c. per-class constant d. constructor

Computer Science & Information Technology