Why doesn't the code "a[i] = i++;" work?

Answer Posted / guest

The variable i is both referenced and modified in the same
expression.

Is This Answer Correct ?    11 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

1718


Why do we use static in c?

634


What is storage class?

655


Explain how can you avoid including a header more than once?

603


What is time complexity c?

568






What are structure members?

600


How many main () function we can have in a project?

615


any "C" function by default returns an a) int value b) float value c) char value d) a & b

667


How can I copy just a portion of a string?

818


what is recursion in C

616


largest Of three Number using without if condition?

1009


What are data structures in c and how to use them?

681


What is the difference between ++a and a++?

698


What is #line?

611


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

1907