which one low Priority in c?
a)=,b)++,c)==,d)+
Answers were Sorted based on User's Feedback
Answer / satheesh
a)=
The highest priority out of the above is ++,then comes
+,then==, and last priority for =.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / dharmaraj
d) +
because maths formet to using the answer
B -bracatt ()
O - off %
D - division /
M - mulitiplication *
A - addition +
S - subtractio -
so , low priority is +
| Is This Answer Correct ? | 0 Yes | 0 No |
What are pointers? Why are they used?
Write a programe print the sum of series 0,1,2,.....10
How can I increase the allowable number of simultaneously open files?
What are high level languages like C and FORTRAN also known as?
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
What is hungarian notation? Is it worthwhile?
How can you draw circles in C?
Can you apply link and association interchangeably?
#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }
Differentiate between the expression “++a” and “a++”?
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,