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 |
How will you allocate memory to a double pointer ?
What are the features of c languages?
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
how to find string length wihtout using c function?
What is #define size in c?
What is #define used for in c?
Can you write the function prototype, definition and mention the other requirements.
without using control structures and control structures find the max and min of given 2 nos
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.
What is optimization in c?
Do you know the purpose of 'register' keyword?
What is the purpose of sprintf() function?