which operator having lowest precedence??
a.)+ b.)++ c.)= d.)%
Answers were Sorted based on User's Feedback
Answer / cynthia,1st b.sc.,itm
option d)%
as ++ is unary operator with highest precedence,
= is assingnment operator with the next level of precedence
and + is an arithemetic operator with the next level of
prececende.
| Is This Answer Correct ? | 1 Yes | 5 No |
What is a good data structure to use for storing lines of text?
What is C language Terminator?
Why does not c have an exponentiation operator?
How can I determine whether a machines byte order is big-endian or little-endian?
define c
How do you use a pointer to a function?
What is difference between main and void main?
What is Bitwise Operator and how it works?
how to add numbers without using arithmetic operators.
c program to compute AREA under integral
code for find determinent of amatrix
Explain how can type-insensitive macros be created?