Answer Posted / prasannanjaneyulu.kandimalla
a=5;
a=a++/++a;
in that numerator is 5 and denominator is 6(finally a value
is:6)
so a=6/6=1
finally a is postincremented so it is2(1+1)
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
What are the properties of union in c?
What is wild pointer in c?
How many types of functions are there in c?
What does the && operator do in a program code?
What are the 4 data types?
What is a structure in c language. how to initialise a structure in c?
What is pointer in c?
What is a list in c?
What is #line in c?
what is different between auto and local static? why should we use local static?
What is a union?
Is there sort function in c?
Why do we need arrays in c?
What is a dynamic array in c?
What is difference between far and near pointers?