Which C library file declare functions for processing strings?
Which C library file declare functions for processing strings?
Void function is also called as ________________
Void function is also called as ________________
A variable that is declared inside a block called __________
A variable that is declared inside a block called __________
Which statement is correct about Passing by value parameters?
Which statement is correct about Passing by value parameters?
The functions body is also referred as ______________
The functions body is also referred as ______________
Which C++ function is used for finding the absolute values?
Which C++ function is used for finding the absolute values?
The variable that are listed in the function's calls are called ________________
The variable that are listed in the function's calls are called ________________
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?
The () parenthesis in a function call _____________
The () parenthesis in a function call _____________
Which from the following function is defined in library?
Which from the following function is defined in library?
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 ____________
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 __________
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 _________________
Which function is known as standard library function?
Which function is known as standard library function?
A function that need no return value, called __________
A function that need no return value, called __________
A function is invoked by a_____________
A function is invoked by a_____________
All variables declared in function definition are called ____________
All variables declared in function definition are called ____________
A function cannot be defined inside ______________
A function cannot be defined inside ______________
The default return type for every function is _____________
The default return type for every function is _____________