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

In a header file whether functions are declared or defined?

0 Answers   TISL,


Write the Program to reverse a string using pointers.

0 Answers   InterGraph,


to get a line of text and count the number of vowels in it

2 Answers  


please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(

1 Answers  


Why functions are used in c?

0 Answers  






Is c still used in 2019?

1 Answers  


How do you declare a variable that will hold string values?

0 Answers  


Explain the concept and use of type void.

0 Answers  


how can make variable not in registers

1 Answers   TCS,


what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....

1 Answers   TCS,


True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type

7 Answers  


What are the different categories of functions in c?

0 Answers  


Categories