ACTUAL AND FORMAL PARAMETERS

The Actual parameters are the variables that are transferred to the function when it is requested. The Formal Parameters are the values determined by the function that accepts values when the function is declared. In actual parameters, only the variable is mentioned, not the data types.


 

Comments

Popular posts from this blog

BEST C++ COMPILER

Array of Objects In C++

Top 10 Python Libraries for Data Science in 2024