which operator having lowest precedence??
a.)+ b.)++ c.)= d.)%

Answers were Sorted based on User's Feedback



which operator having lowest precedence?? a.)+ b.)++ c.)= d.)% ..

Answer / jalal

c)=

Is This Answer Correct ?    17 Yes 0 No

which operator having lowest precedence?? a.)+ b.)++ c.)= d.)% ..

Answer / amala v

c.)=

Is This Answer Correct ?    5 Yes 1 No

which operator having lowest precedence?? a.)+ b.)++ c.)= d.)% ..

Answer / sivasiva

+

Is This Answer Correct ?    2 Yes 3 No

which operator having lowest precedence?? a.)+ b.)++ c.)= d.)% ..

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

Post New Answer

More C Interview Questions

What is the explanation for cyclic nature of data types in c?

0 Answers  


What are the types of pointers?

0 Answers  


Why calloc is better than malloc?

0 Answers  


Why can't we initialise member variable of a strucutre

1 Answers  


how to write a program which adds two numbers without using semicolon in c

2 Answers  






what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?

1 Answers  


Can you pass an entire structure to functions?

0 Answers  


what is Structural oriented language? give some example of this language.....?

1 Answers  


Write a program to know whether the input number is an armstrong number.

0 Answers   Wipro,


which is the best antivirus and how to update it

7 Answers   Infosys,


How many data structures are there in c?

0 Answers  


What is the difference between malloc calloc and realloc in c?

0 Answers  


Categories