https://ide.codingblocks.com/s/478175 —> why can’t i use sizeof() func here ??
Doubt doubt doubt
hello @parth_tyagi
inside function , arr is treated as pointer ,hence size of function will return size occupied by pointer and not the array
hello @parth_tyagi
inside function , arr is treated as pointer ,hence size of function will return size occupied by pointer and not the array