A
Q. What is the output of the following code?
Code:
int arr[] = {1,2,3};
printf("%d", *(arr+1));
printf("%d", *(arr+1));
- Correct Answer - Option(B)
- Views: 10
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.