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

Answer Posted / pramod

ERROR! Left Operand must be an LVALUE

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how do you print only part of a string?

652


List the variables are used for writing doubly linked list program.

1626


What is wrong in this statement?

608


Can you tell me how to check whether a linked list is circular?

781


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

945






write a program for the normal snake games find in most of the mobiles.

1789


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

1712


What is c token?

615


How to declare a variable?

575


What is function pointer c?

586


Write a program to know whether the input number is an armstrong number.

675


What are the loops in c?

597


What is a constant and types of constants in c?

606


Subtract Two Number Without Using Subtraction Operator

360


How does pointer work in c?

623