If there is an array Num[50] of integer type with size 50, then what is the correct way to store the address of an array Num in pointers variable p of integer type?
Reveal answer
Fill a bubble to check yourself
If there is an array Num[50] of integer type with size 50, then what is the correct way to store the address of an array Num in pointers variable p of integer type?