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
What does nil mean in c?
What is the difference between array and pointer?
Do pointers need to be initialized?
Why we use int main and void main?
Explain bitwise shift operators?
How can I swap two values without using a temporary?
What are qualifiers in c?
What is data structure in c programming?
What is the use of getch ()?
How can I call fortran?
What are the different file extensions involved when programming in C?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What's the right way to use errno?
Write the syntax and purpose of a switch statement in C.
What is the explanation for cyclic nature of data types in c?