Text enclosed in /* */ in a C program _________.
a. gives instructions to the processor
b. declares memory requirements
c. makes files available
d. causes a syntax error
e. is ignored by the C compiler
e. is ignored by the C compiler
You might also like to view...
Write a function that lists the number of ordinary files, directories, block special files, character special files, FIFOs, and symbolic links in the working directory. Do this in two different ways:
a. Use the first letter of the output of ls –l to determine a file’s type. b. Use the file type condition tests of the [[ expression ]] syntax to determine a file’s type.
The Script navigator makes it easy for non-programmers to add ActionScript code to a Flash project.
Answer the following statement true (T) or false (F)
The bubble sort efficiency is O(n²).
Answer the following statement true (T) or false (F)
Which of the following scenarios should be covered in a disaster recovery plan??
A. damage caused by lightning strikes B. ?damage caused by flood C. ?damage caused by a virus contamination D. ?all of the above