In which header file the function clrscr ( ) in included?
iomanip.h
conio.h
stdio.h
iostream.h
Suggest the suitable storage class for the variable,"a variable that spans multiple files "
static
extern
register
auto
A function that cells itself directly or indirectly is reffered to as
Recursive function
Function call
Function definition
Prototype
The declaration of a function in the calling program is known as
prototype
definition
function call
return
All the function prototypes are terminated with ___________
underscore
semicolon
colon
dot
What helps reduce the program size and avoid ambiguity .
Program
Class
Function
A function is :
Set of operations
A program
A set of operations ,is part of a program
Task for the computer
Function definition void check (int i,char*j) is
Call by value
Call by reference
Both a and b
Invalid function
What act as a means of communication between the calling and called function?
Arguments
Function name
Function type
Scope
The concept in which the same name gives different meanings in different context(with different parameters) is called
Recursive
Function loop
Function execution
Overloading