Function prototypes

Function prototypes: Function declaration which specifies the function name, return type and parameter list of the function.

Syntax: return_type function_name(type var1, type var2,….,type varn);

   Related Questions in Programming Languages

©TutorsGlobe All rights reserved 2022-2023.