C Languages Interview Questions
5. | What is a function? |
---|---|
A Function is a set of instructions used to perform a specified task which repeatedly occurs in the main program. | |
6. | What is the difference between declaration and definition of a function? |
---|---|
|
|
7. | What is gets() function? |
---|---|
|
|
8. | What are static functions? |
---|---|
In C, functions are global by default.
|
|