Functions in C (original) (raw)

Which of the following is the correct way to declare a function in C?

In C, what is the meaning of following **function prototype with empty parameter list.

C `

void fun();

`

What keyword is used to return a value from a function?

What is the purpose of function prototypes in C?

Which of the following statements about function arguments is FALSE?

What happens if a function is called before it is defined and declared?

Which of the following can be used to achieve "pass by reference" in C?

Which function is always called when a C program starts execution?

Identify the correct statement about the void return type.

There are 22 questions to complete.

Take a part in the ongoing discussion