![]() |
what should be the output?
int DIMension(int array[]){
return sizeof(array/sizeof(int);} main(){ int arr[10]; printf(“Array dimension is %d”,DIMension(arr)); } |
Re: what should be the output?
Code:
#include <stdio.h> |
Re: what should be the output?
Quote:
|
Re: what should be the output?
Why not grab yourself a compiler and try these things out?
|
| All times are GMT +5.5. The time now is 14:38. |