Question
If '+' means '-', '-' means '+', '×' means
'÷', and '÷' means '×', then the value of 42 – 12 × 3 + 8 ÷ 2 + 15 / 8 × 2 – 4 + 9 ÷ 3 is :Solution
42−12×3+8÷2+15/8×2−4+9÷3 On changing the sign, 42+12÷3−8×2−15/8÷2+4−9×3 = 42+4−8×2−15/ 4+4−9×3 = 42+4−16−15/ 4+4−27 = 15/19
Which network layer protocol is responsible for multicasting, where a packet is sent to multiple destinations simultaneously?
Which of the following is NOT a common use of PHP?
How can the Banker's algorithm be used to prevent deadlocks?
Which SQL keyword is used to remove rows from a table?
Write a query to fetch department-wise count of employees sorted by department’s count in ascending order. EmployeeInfo is the table name.
...What is the primary advantage of using DMA in C programming for data transfers?
What is abstraction in object-oriented programming?
In a digital signature scheme, what does the process of "signing" mean?
A non-member function cannot access which data of the class?
The average number of comparisons in sequential search is