Large portions of code can be prevented from compiling by

(a) #if 0
code prevented from compiling
#endif
(b) #nodefine
code prevented from compiling
#endif
(c) #if 1
code prevented from compiling
#endif
(d) #ifndef 0
code prevented from compiling
#endif
ANS: (a)
a) #if 0
code prevented from compiling
#endif
b) #nodefine
code prevented from compiling
#endif
c) #if 1
code prevented from compiling
#endif
d) #ifndef 0
code prevented from compiling
#endif

a) #if 0
code prevented from compiling
#endif

Computer Science & Information Technology

You might also like to view...

________ act as local variables to PSP instances.

a) Implicit objects. b) Directives. c) Servlets. d) None of the above.

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 1-2Ted is asked to create a page of family photos for his family reunion Web site. He will have about 20 pictures to post, with a caption that he wants to display before each one. Each picture is a group photo of a particular family. What character entity reference could Ted use to add a notice at the bottom of the page to remind viewers that the photos are protected by copyright?

A. © B. & C. ©: D. º:

Computer Science & Information Technology