+2 votes
by
Select the best from following statements is correct about 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

1 Answer

0 votes
by

a) Parameters with which functions are called

Related questions

0 votes
asked Jan 24, 2021 in JAVA by rajeshsharma
+2 votes
asked Jan 21, 2021 in C Plus Plus by SakshiSharma
...