Activity 2 (CPE-PC112)
Activity 2 (CPE-PC112)
Activity 2 (CPE-PC112)
Directives
Preprocessor
Libraries
Comment
open/close braces
ampersand
single quotation
equal sign
Braces
Body
Executable Statements
Variable
double quotation
ampersand
single quotation
equal sign
True
False
Derived statements from the algorithm into machine language and later *1/1
executed.
Directives
Function Main
Executable Statements
Declaration
It has a special meaning in C and cannot be used for other purposes. * 1/1
Reserved Words
Declaration
Executable Statements
Variable
This is helpful when you revisit the code at a later date. * 1/1
Directives
Preprocessor
Libraries
Comment
All identifiers that are to be changed by the preprocessor are written in *1/1
capital letters.
True
False
This tells the compiler the names of memory cells in a program needed in *1/1
the function.
Directives
Function Main
Executable Statements
Declaration
True
False
True
False
It has a standard header file whose name ends with the symbol .h. * 1/1
Directives
Preprocessor
Libraries
Comment
True
False
Correct answer
False
This is where you found the body of your program that has beginning and *1/1
end indication.
Directives
Preprocessor
Libraries
Function Main
Forms