main()
{ int i;
printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i));
}
ans is 24 bt how?pls tell smbody............
Answer Posted / rama krishna sidhartha
Actually answer is not 24 it is -7567. When i executed this
in the turbo c compiler i got the answer like that.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are reserved words?
What does c value mean?
Can include files be nested? How many levels deep can include files be nested?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
How are strings stored in c?
Is c easier than java?
Write a code of a general series where the next element is the sum of last k terms.
When should a type cast not be used?
What are qualifiers in c?
What is difference between union All statement and Union?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Can we assign string to char pointer?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
Why static is used in c?
How can a program be made to print the name of a source file where an error occurs?