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
What are register variables? What are the advantage of using register variables?
Is javascript written in c?
What does the c preprocessor do?
What does dm mean sexually?
program to convert a integer to string in c language'
What are Macros? What are its advantages and disadvantages?
How can you pass an array to a function by value?
What is structure and union in c?
can any one provide me the notes of data structure for ignou cs-62 paper
What is header file definition?
How do you determine whether to use a stream function or a low-level function?
Is null always equal to 0(zero)?
Compare and contrast compilers from interpreters.
any "C" function by default returns an a) int value b) float value c) char value d) a & b
how can f be used for both float and double arguments in printf? Are not they different types?