Which of the following is a compiler directive:


a) #include
b) using namespace std;
c) int main ( )
d) return 0;

a) #include

Computer Science & Information Technology

You might also like to view...

What List action does this depict?

Given the following diagram.

a. insert a new node
b. get the value stored at a node
c. remove a node from the chain
d. get the value stored at a node

Computer Science & Information Technology

The ____ content model allows an element to store any type of content.

A. OPEN B. mixed C. #PCDATA D. ANY

Computer Science & Information Technology