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
Where is volatile variable stored?
write a program to create a sparse matrix using dynamic memory allocation.
What is return in c programming?
What does != Mean in c?
What are qualifiers in c?
Process by which one bit pattern in to another by bit wise operation is?
What are the types of i/o functions?
How can you find out how much memory is available?
List the difference between a While & Do While loops?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Which header file should you include if you are to develop a function which can accept variable number of arguments?
How is null defined in c?
Explain what standard functions are available to manipulate strings?
Is that possible to add pointers to each other?
What are the types of operators in c?