What are the formal parameters in C++? a) Parameters with which functions are called b) Parameters which are used in the definition of the function c) Variables other than passed parameters in a function d) Variables that are never used in the function
What are the formal parameters in C++? a) Parameters with which functions are called b) Parameters which are used in the definition of the function c) Variables other than passed parameters in a function d) Variables that are never used in the function
Share
b) Parameters which are used in the definition of the function