What will be the output of the following program
#include<stdio.h>
void main()
{
int i=20;
i-=i+++++i++;
printf("%d",i);
}
Answer Posted / anil kumar singh
this program depend on compiler dos turbo3 cpp
error msg:Lvalue required
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Differentiate between the = symbol and == symbol?
What is the use of function in c?
Why is sizeof () an operator and not a function?
How do I copy files?
What is graph in c?
What is a dynamic array in c?
What is the difference between exit() and _exit() function in c?
What is a structural principle?
What are the different types of pointers used in c language?
Explain what’s a signal? Explain what do I use signals for?
What should malloc() do?
Explain how can type-insensitive macros be created?
How are strings stored in c?
Is c easier than java?
What is mean by data types in c?