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

Array of Objects In C++

INFORMATION COMMUNICATION AND TECHNOLOGY

INHERITANCE