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

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

672


Can the size of an array be declared at runtime?

604


What is hashing in c language?

613


what is the significance of static storage class specifier?

1661


Can a function argument have default value?

672






Explain what are the different file extensions involved when programming in c?

633


What does static variable mean in c?

647


What is the correct code to have following output in c using nested for loop?

609


What are different types of variables in c?

569


A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?

1775


How can you restore a redirected standard stream?

610


What is the maximum no. of arguments that can be given in a command line in C.?

667


Write a code to generate a series where the next element is the sum of last k terms.

732


What is a lvalue

663


will u please send me the placement papers to my mail???????????????????

1361