Computer Science, asked by shuyashkanswal, 2 months ago

Predict the output:
int main()
{
int a[10];
printf("%d", *a+1-*a+3);
return 0;
}​

Answers

Answered by THEGAMER20081
1

Answer:

The output of that should be "4"

Similar questions