Of the interface file and the implementation file, which may be directly compiled?

a) Only the interface?
b) Only the implementation?
c) None of the above?
d) Some of the above? Which?

Only b), the implementation file, has function definitions, hence may be compiled. (While explicitly compiling a header file, such as file.h, is illegal, the implementation will necessarily #include the interface, so the interface will be compiled, but not directly.)

Computer Science & Information Technology

You might also like to view...

What term is used to denote a person who breaks into a computer system just for the challenge of it?

A) cracker B) hacker C) script kiddie D) terrorist E) white-hat criminal

Computer Science & Information Technology

Which of the following commands would allow a technician to see the DNS servers that a computer is configured to use?

A. netstat B. nbtstat C. nslookup D. arp

Computer Science & Information Technology