anil kumar


{ City } new delhi
< Country > india
* Profession *
User No # 62843
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 1
Users Marked my Answers as Wrong # 9
Questions / { anil kumar }
Questions Answers Category Views Company eMail




Answers / { anil kumar }

Question { HCL, 15934 }

int main()
{
int i ,a[i];
i = 0;
a[i] = 10;
cout<< a[i] << endl;
return 0;


}

What will be output of this program?


Answer

it will return any integer value.....

Is This Answer Correct ?    1 Yes 9 No