Question: 1) Why should programs have comments? Organization, makes it easy to debug 2) What identifies a comment in a C program? /**/ 3) Comments can

1) Why should programs have comments? Organization, makes it easy to debug 2) What identifies a comment in a C program? /**/ 3) Comments can appear anywhere in a C program. True/False 4) Preprocessor directives are manipulated before a C program is compiled. True/False 5) Why should a programmer use symbolic constants? 6) What is used to open and close the body of the main function? 7) Declaring variables allows the compiler to set aside memory for storing numeric and character information. True/False 8) When variables are declared, the C compiler will automatically assign a zero to the memory space. True/False 9) are sequential sets of instructions used to complete a programming task. 18 10) What character (punctuation) must be placed at the end of a statement in C? 11) What command is used to end a function and pass control back to the operating system
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
