You are on page 1of 1

1. What are the general characteristics of C?

2. Where was C originally developed and by whom?

3. To what extent do individual versions of C differ from one another? Has the language been
standardized?

4. What are the major components of C program? What significance is attached to the main?

5. Describe the composition of a function in C.

6. What are arguments? Where do arguments appear within a C program? What other term is
sometimes used for an argument?

7. What is a compound statement? How is a compound statement written?

8. What is an expression statement? Can an expression statement be included in a compound


statement? Can a compound statement be included in an expression statement?

9. How can comments (remarks) be included within a C program? Where can comments be
placed?

Are C programs required to be typed in lowercase? Can uppercase be used for anything in a C
program? Explain

You might also like