What is the difference between (int a ,int a[ ] )while passing array in to the function)
Arguments passing
int a is just a integer variable
while
int a[] is a array ( a collection of integer placed in contigous memory location ) that is being passed.
U may read about what an array is if you are not aware of it.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.