Learn How to Program in C

by
Dr. Kristin Switala

Introduction

Directives

Variables

Conditionals

Loops

Arrays

Pointers

Strings

Functions

Structures


Site Map

Answers to Review: Functions (a)


General Questions

1. a function that is part of the C programming language

2. a function that the programmer creates

3. no

4. yes

5. built-in

6. user-defined

7. type of variable, name of the function, and parameters of the function (passed variables)

8. a variable from the main( ) function that is given to a user-defined function

9. b. MyFunct

10. yes

11. gives the result of the user-defined function back to the main( ) function

12. yes

Copyright
© 2001
Kristin Switala
Hosted by www.Geocities.ws

1