Find the output for the following C program#include<stdio.h>void main(void);{int a[10];printf("%d",((a+9) + (a+1)));}

Showing Answers 1 - 2 of 2 Answers

Meet

  • Nov 26th, 2006
 

Compile Error: Invalid arguments to + operatorIF we remove the second 'a' then ita valid expression

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions