1.

Write the syntax of the function prototype.

Answer»

return type specifier function name( datatype argument1, datatype argument2, ..);



Discussion

No Comment Found