Question
If '@' denotes 'addition', '#' denotes 'subtraction',
'$' denotes 'multiplication' and '%' denotes 'division', then what will be the value of the following expression? {(14 @ 21) $ 16 # 360 % (24 # 15)}Solution
{(14 @ 21) $ 16 # 360 % (24 # 15)} {(14 + 21) X 16 - 360 ÷ (24 - 15)} {35 X 16 - 360 ÷ 9} 560 – 40 = 520.
Consider the following three functions.
f1 = 100n
f2 = nlogn
f3 = n√n
Which one of the fo...
How to debug bash script
What is the main objective of cluster analysis in data analytics?
Which key is used to create a digital signature?
Which component of the CPU is responsible for executing instructions?
What is false about linked list?
What is the purpose of a firewall in cybersecurity?
Which device is responsible for making routing decisions in a network?
What is the purpose of an index in a database?
Accessing top element of stack without deleting it ?