Answer Posted / abhi
answer is 6 because
a=a++/++a
i.e.=
5=5/5+1
hence 6=5/6
5*6=5
30/5=6
reason is that the post increment increment after process
but pre increment increment before the process so th value
is increment before the process
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
difference between Low, Middle, High Level languages in c ?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What is s or c?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
Ow can I insert or delete a line (or record) in the middle of a file?
What is static identifier?
please send me the code for multiplying sparse matrix using c
What is selection sort in c?
What are different types of variables in c?
Why static is used in c?
What is a far pointer in c?
Do you know null pointer?
in iso what are the common technological language?
Should I learn data structures in c or python?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?