what is the associativity of bitwise OR operator?



what is the associativity of bitwise OR operator?..

Answer / ravi joshi

left-to-right

Is This Answer Correct ?    10 Yes 0 No

Post New Answer

More C Interview Questions

What does d mean?

0 Answers  


how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *

3 Answers  


Can we declare variable anywhere in c?

0 Answers  


How can I recover the file name given an open stream?

0 Answers  


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

0 Answers  






Can include files be nested?

0 Answers  


write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix

0 Answers  


what is difference between array,strutter,union and pointers

3 Answers   CTS, Lovely Professional University, Mannar Company,


What is p in text message?

0 Answers  


What does a run-time "null pointer assignment" error mean?

2 Answers  


What is linear search?

0 Answers  


Write a program to swap two numbers without using third variable in c?

0 Answers  


Categories