a=5
a=a++/++a
Answers were Sorted based on User's Feedback
Answer / 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 |
What is getch() function?
When should you not use a type cast?
difference between memcpy and strcpy
Why c is a mother language?
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
What is the difference between array and linked list in c?
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
What is the meaning of 2d in c?
Why we use stdio h in c?
Define the scope of static variables.
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is 02d in c?