which operator having lowest precedence??
a.)+ b.)++ c.)= d.)%
Answer Posted / 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 |
Post New Answer View All Answers
Is linux written in c?
Is main an identifier in c?
What is ## preprocessor operator in c?
Is c++ based on c?
what do the 'c' and 'v' in argc and argv stand for?
Explain 'bit masking'?
What does *p++ do? What does it point to?
What is maximum size of array in c?
What does sizeof function do?
What is the difference between test design and test case design?
Define the scope of static variables.
Tell me the use of bit field in c language?
What are 3 types of structures?
What are loops in c?
Is it acceptable to declare/define a variable in a c header?