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
What are the types of bitwise operator?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Is there a way to jump out of a function or functions?
What is operator promotion?
write a program to find out number of on bits in a number?
explain what is an endless loop?
Explain the difference between exit() and _exit() function?
What is the use of the function in c?
can we implement multi-threads in c.
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
How can I increase the allowable number of simultaneously open files?
Write a program to generate prime factors of a given integer?