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 do you mean by a local block?
The statement, int(*x[]) () what does in indicate?
How to set file pointer to beginning c?
Can you write a programmer for FACTORIAL using recursion?
the question is that what you have been doing all these periods (one year gap)
Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered
What does %f mean c?
How to access or modify the const variable in c ?
16 Answers HCL, HP,
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
write a program to interchange the value between two variable without using loop
What does malloc () calloc () realloc () free () do?