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

How to write a multi-statement macro?

621


What is chain pointer in c?

602


Do you have any idea about the use of "auto" keyword?

662


What are register variables in c?

574


What is a buffer in c?

575






Explain spaghetti programming?

682


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

7395


What does c in a circle mean?

582


What are the usage of pointer in c?

701


Write a program for Overriding.

683


What is the general form of a C program?

596


What is preprocessor with example?

584


What is c language and why we use it?

620


Why & is used in scanf in c?

623


What is the role of && operator in a program code?

566