Computer Science, asked by ilovevirat4255, 11 months ago

What is the output of the progrsm int foo(const void*x?

Answers

Answered by Anonymous
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