A function that need no return value, called __________
A function that need no return value, called __________
A function cannot be defined inside ______________
A function cannot be defined inside ______________
Which from the following function is defined in library?
Which from the following function is defined in library?
A program that tells the compiler the name of the function, the type of function, and about the function parameters _________________
A program that tells the compiler the name of the function, the type of function, and about the function parameters _________________
A variable that is declared inside a block called __________
A variable that is declared inside a block called __________
The variable that are listed in the function's calls are called ________________
The variable that are listed in the function's calls are called ________________
Void function is also called as ________________
Void function is also called as ________________
All variables declared in function definition are called ____________
All variables declared in function definition are called ____________
The () parenthesis in a function call _____________
The () parenthesis in a function call _____________
The functions body is also referred as ______________
The functions body is also referred as ______________
Why a parameter that is passed by value is referred as read only?
Why a parameter that is passed by value is referred as read only?
Which function is known as standard library function?
Which function is known as standard library function?
Which C++ function is used for finding the absolute values?
Which C++ function is used for finding the absolute values?
Which of the following function returns no value?
Which of the following function returns no value?
A permutation is an arrangement of elements taken form ____________
A permutation is an arrangement of elements taken form ____________
A function is invoked by a_____________
A function is invoked by a_____________
Which C library file declare functions for processing strings?
Which C library file declare functions for processing strings?
The default return type for every function is _____________
The default return type for every function is _____________
C++ allows you to use the same name for different functions with different parameters, called __________
C++ allows you to use the same name for different functions with different parameters, called __________
Which statement is correct about Passing by value parameters?
Which statement is correct about Passing by value parameters?