Closed parikshit223933 closed 4 years ago
just a minor correction... corrected int arr* to int *arr. and now the code wont give errors. :)
int arr*
int *arr
Thanks for pointing it out!
just a minor correction... corrected
int arr*
toint *arr
. and now the code wont give errors. :)