an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order
a) assignment, relational, arithematic
b) arithematic, relational, assignment
c) relational, arithematic, assignment
d) assignment, arithematic, relational
No Answer is Posted For this Question
Be the First to Post Answer
Is there any demerits of using pointer?
Difference between constant pointer and pointer to a constant.
biggest of two no's with out using if condition statement
Is c language still used?
how to swap 4 number without using temporary number?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Write a program that his output 1 12 123
What is structure padding & expalain wid example what is bit wise structure?
Difference between Class and Struct.
13 Answers Ericsson, Motorola, Wipro,
Explain the binary height balanced tree?
What is typedef struct in c?
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*