which operator having highest precedence?
a.)+ b.)++ c.)= d.)%
Answer Posted / margarate mary
%
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why c is faster than c++?
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.
How do you determine the length of a string value that was stored in a variable?
What is ## preprocessor operator in c?
What are the advantages of external class?
Differentiate abs() function from fabs() function.
Why is c not oop?
What is an arrays?
What are different storage class specifiers in c?
Why c is a procedural language?
Explain the ternary tree?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
can we have joblib in a proc ?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Explain what is the benefit of using #define to declare a constant?