Question
In which of the following case it was held that a
contract through telephone is concluded at the place where acceptance is heard ?Solution
In Bhagwandas V. Girdhari lal the court held that the contract act does not expressly deal with the place where a contract has been made. As against cases of correspondence by post or telegram, in the present case of correspondence by a telephone, a contract was formed when acceptance was duly communicated to the offeror Lalman Shukla V. Gauri Dutt is touted as a landmark judgment for the validity of the contract The issue in Carlill v Carbolic Smoke Ball Co was whether the advert in question constituted an offer or an invitation to treat. By Satyabrata v Mugneeram, [1] the Supreme Court established the scope of Section 56 of ICA [2] that impossibility as mentioned in the said Section is used in a practical and not in literal sense
In the context of cloud computing, what is the main difference between containers and virtual machines?Â
Consider the following Python code:
  def mystery(a, b):
    if a == 0:
      return b
    e...
Which system call is typically used by a parent process to wait for a child process to terminate?
In data analysis, a "sparse matrix" is often used. What is the defining characteristic of a sparse matrix?
State true or false
This scheduling algorithm is not ideal for time sharing systems.
Which of the following is a type of polymorphism achieved through method overloading?
A C function print_matrix(int rows, int cols, int matrix[rows][cols]) is designed to print a matrix.
#include
void print_matrix(...
Which of the following sorting algorithms has the best worst-case time complexity of O(n log n)?
Which of the following best describes the "Ready" state of a process?
Consider the following Python code:
from abc import ABC, abstractmethod
class Shape(ABC):
  @abstractmethod
  def ar...