void main()
{
int i=5;
printf("%d",i+++++i);
}

Answer Posted / basha

error: invalid lvalue in increment

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do array subscripts always start with zero?

788


How can you call a function, given its name as a string?

716


In c programming language, how many parameters can be passed to a function ?

637


Did c have any year 2000 problems?

660


What is the use of getchar functions?

680






why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1320


Why do we use namespace feature?

586


What is the difference between struct and union in C?

580


What is the meaning of typedef struct in c?

600


Explain how can you be sure that a program follows the ansi c standard?

870


How do you search data in a data file using random access method?

840


Explain the use of bit fieild.

717


Explain what is the difference between null and nul?

662


Define recursion in c.

704


Is it better to use malloc() or calloc()?

653