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
Subtract Two Number Without Using Subtraction Operator
What does %p mean c?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Explain function?
Explain 'far' and 'near' pointers in c.
Explain what are reserved words?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Why we use int main and void main?
What is the advantage of c?
What is the difference between a function and a method in c?
What is scanf_s in c?
What is difference between arrays and pointers?
Why is struct padding needed?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is string function c?