which operator having highest precedence?
a.)+ b.)++ c.)= d.)%
Answer Posted / sivasiva
++
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is #define in c?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is output redirection?
What is the total generic pointer type?
What is the significance of c program algorithms?
What will be the outcome of the following conditional statement if the value of variable s is 10?
show how link list can be used to repersent the following polynomial i) 5x+2
What is main return c?
What is the -> in c?
Explain union.
i have a written test for microland please give me test pattern
shorting algorithmS
what do u mean by Direct access files? then can u explain about Direct Access Files?
Why is c fast?
What is function in c with example?