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
Which is more efficient, a switch statement or an if else chain?
What is "Duff's Device"?
How do you sort filenames in a directory?
How do you view the path?
What are pragmas and what are they good for?
What are qualifiers in c?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Which function in C can be used to append a string to another string?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What are the types of data types and explain?
what are # pragma staments?
What is an operator?
What does 3 periods mean in texting?
Explain what math functions are available for integers? For floating point?
What are the advantages of using Unions?