16: What is the output?
#include <stdio.h>
int main()
{
int a[5] = {1,2,3,4,5);
int *ptr = (int*)(&a+1);
printf("%d %d", *(a+1), *(ptr-1));
return 0;
}
Answers
Answered by
3
Answer:
, 0 is the output
Explanation:
I think it is hope but arrived the zero is the correct answer and the percent b is equals to zero has multiplied to 1
MARK ME AS BRAIN LIST
Similar questions