Question
The ratio of the number of English books to Hindi books
in a library shelf is 3:2. If 140 Hindi books are written by Pradeep, which constitutes 35% of the Hindi books, then find the difference between the number of English books and Hindi books in the shelf.Solution
Number of Hindi books = 140/0.35 = 400 Number of English books = 400 × (3/2) = 600 Required difference = 600 – 400 = 200
What will be the output of the following code:
int main() {
  int...
Which command is used to delete a file in a Unix/Linux system?
Which is correct with respect to the size of the data types in C?
How does public key cryptography address the issue of secure key exchange?
Which algorithm is commonly used for collaborative filtering in recommendation systems?
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
What is the primary design goal of a combinational circuit?
What is the term for the process of transferring data between physical memory and secondary storage in virtual memory systems?
What is the primary advantage of using DMA in C programming for data transfers?
Which layer of the OSI model is responsible for logical addressing (e.g., IP addresses) and routing?