1. |
What is the default return type if it is not specified in function definition?
|
||||||||
Answer:
Option (b) |
2. |
Every C Program should contain which function?
|
||||||||
Answer:
Option (d) |
3. |
Any C Program
|
||||||||
Answer:
Option (a) |
4. |
Function have______
|
||||||||
Answer:
Option (c) |
5. |
Which is not a correct function declaration?
|
||||||||
Answer:
Option (b) |
6. |
06 What is the return type of the function with declaration:
int func(char x, float v, double t);
|
||||||||
Answer:
Option (b) |
7. |
Which of the following is a valid function call (assuming the function exists)?
|
||||||||
Answer:
Option (c) |
8. |
In C, function parameters are always
|
||||||||
Answer:
Option (a) |
9. |
What is use of functions?
|
||||||||
Answer:
Option (d) |
10. |
Arguments passed to a function in C language are called ____
|
||||||||
Answer:
Option (b) |