Você está na página 1de 1

1. The core function in every C language program is called A. numero_uno(). B. main(). C. primus(). D. core(). 2. C language keywords are A.

The words of the C language. B. Held together with string and earwax. C. Uttered only in candlelit reverence by the C Language Gurus. D. As numerous as the stars and nearly as distant. 3. In addition to keywords are A. Functions, such as printf(). B. Operators, such as +, -, and other weird things. C. Curly braces or brackets, angle brackets . all sorts of brackets. Man, do we have a bracket problem! D. Probably all of the above. 4. Functions require parentheses because A. They talk in whispers. B. The parentheses keep the function warm. C. The parentheses hold various things required by or belonging to the function. D. Whats a function? 5. A telltale sign of any C program is its curly braces. Using what you know of C, draw in the braces where they should appear in the following program:
int main() printf(Goodbye, cruel world!\n); return(0);

Answers on page 516.

Assignments

Você também pode gostar