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 is the difference between constant pointer and pointer to a constant. Give examples.
Write a programe print the sum of series 0,1,2,.....10
What is alloca() and why is its use discouraged?
What are types of structure?
What is the difference between int main and void main?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
How to set file pointer to beginning c?
how can i sort numbers from ascending order and descending order using turbo c..
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
Explain the difference between ++u and u++?
what is the similarities between. system call and library function?
What is a null pointer in c?