main()
{
int i = 1;
int num[] = {1,2,3,4};
num[i] = i++;
printf("%d", num[i]);
}

what will be the output?
}

Answer Posted / vinay

Idiots please don't give wrong answers. While you answer
the questions, please check the output practically and post

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1632


Define recursion in c.

704


Explain high-order and low-order bytes.

671


What is main () in c?

590


What is identifiers in c with examples?

680






What is calloc in c?

665


What are the various types of control structures in programming?

631


What is a example of a variable?

557


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

1932


what is use of malloc and calloc?

1388


How can I automatically locate a programs configuration files in the same directory as the executable?

634


What is the use of static variable in c?

597


Tell me is null always defined as 0(zero)?

677


Is it valid to address one element beyond the end of an array?

677


What is the difference between typedef struct and struct?

602