What is the output of the progrsm int foo(const void*x?
Answers
Answered by
0
Predict the output of below program: ... int arr[5];. // Assume that base address of arr is 2000 and size of integer. // is 32 bit. arr++; .... void xyz( int a[], int b [], int c []).
Similar questions