main()
{
int i = -3,j=2,k=0,m;
m= ++i || ++j && ++k;
printf("%d%d%d",i,j,k,m);
}
Answer Posted / jeke kumar gochhayat
i=-2
j=3
k=1
m=1
| Is This Answer Correct ? | 11 Yes | 12 No |
Post New Answer View All Answers
Can a local variable be volatile in c?
Is a house a shell structure?
What is the use of header?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
How do you print an address?
What is p in text message?
What is huge pointer in c?
What are the keywords in c?
what is uses of .net
How do I get a null pointer in my programs?
Can true be a variable name in c?
How was c created?
What’s a signal? Explain what do I use signals for?
When should we use pointers in a c program?
Explain how can I read and write comma-delimited text?