What is function parameters?

1 answer

Answer

1170150

2026-08-05 15:20

+ Follow

whatever the variables we declare in function signature to receive the arguments at the calling that are known as parameters..

e.g.

int sum(int a,int b);

here a & b are known as parameters.....

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.