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 |
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
inline function is there in c language?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What does 4d mean in c?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
write a c program to store and print name,address,roll.no of a student using structures?
What is a char c?
whitch value return void main?
array of pointer pointer to array pointer to pointer
Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
18 Answers Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,
Why isnt there a numbered, multi-level break statement to break out
#define d 10+10 main() { printf("%d",d*d); }