Computer Applications
Related Questions
The first line of function definition that tells about the type of return value along with number and type of arguments is called …………… .
Function not returning any value has return type as :
- int
- char
- float
- void
The parameters appearing in function call statement are called …………… .
- actual parameters
- formal parameters
- call parameters
- all the above
The parameters appearing in function definition are called …………… .
- actual parameters
- formal parameters
- call parameters
- all the above