What is the precedence of arithmetic operators (from highest to lowest)?
What will be the output of the following arithmetic expression 5+3*2%10-8*6
In PAL system weighting of R - Y and B - Y signals is done to
In paints, the pigment is responsible for
Six men A, B, C, D, E, F agree with a seventh man G to provide a sum of money among them. A, B, C, D, E, F are to subscribe Rs.10 each, and G is to pay Rs.3 more than the average of the seven. What is the whole sum to be provided
I went ______ him and asked him the best way to get ______ town
A person from parachute falls slowly to ground due to
In concert halls, soft materials and carpets are used to
The interface ResultSet has a method, getMetaData(), that returns a/an
How to send data in get method
What is the output of this C code? int main() { int i = 5; int l = i / -4; int k = i % -4; printf("%d %d\n", l, k); return 0; }
A man works for 2 days and then rests for one day, then works for 2 days and rests for one day and so on. For everyday he works, he earns Rs. 100. How much will he earn from Monday to Saturday
The last statement of the source program should be _______
What is the output of this C code? int main() { int i = -5; int k = i %4; printf("%d\n", k); }