Discussion Forum : C Miscellaneous
Question - Determine Output:
void main()
{
int a[] = {10,20,30,40,50}, j, *p;
for(j=0; j
Options:
A .  10 20 30 40 50 10 20 30 40 50
B .  10 20 30 40 50 Garbage Value
C .  Error
D .  None of These
Answer: Option C

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *