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
Explain how can I remove the trailing spaces from a string?
Is null a keyword in c?
How do you define a string?
How are structure passing and returning implemented?
How many bytes are occupied by near, far and huge pointers (dos)?
What is file in c language?
Did c have any year 2000 problems?
Is stack a keyword in c?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
How many types of arrays are there in c?
Write a program of prime number using recursion.
what are bit fields in c?
By using C language input a date into it and if it is right?
How macro execution is faster than function ?
What is formal argument?