adspace
Question { 5464 }
what is the output of following question?
void main()
{
int i=0,a[3];
a[i]=i++;
printf("%d",a[i]
}
Answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Question { 7264 }
In which category does main function belong??
Answer
| Is This Answer Correct ? | 1 Yes | 0 No |