Question
Legal disability of limitation Act applies in case of:
Solution
Limitation Act S. 6. Legal disability.— (1) Where a person entitled to institute a suit or make an application for the execution of a decree is, at the time from which the prescribed period is to be reckoned, a minor or insane, or an idiot, he may institute the suit or make the application within the same period after the disability has ceased, as would otherwise have been allowed from the time specified therefor in the third column of the Schedule. (2) Where such person is, at the time from which the prescribed period is to be reckoned, affected by two such disabilities, or where, before his disability has ceased, he is affected by another disability, he may institute the suit or make the application within the same period after both disabilities have ceased, as would otherwise have been allowed from the time so specified.  None of the above are a valid ground for legal disability. Grounds for legal disability as per Limitation Act, 1963 are- 
A C function print_matrix(int rows, int cols, int matrix[rows][cols]) is designed to print a matrix.
#include
void print_matrix(...
Which algorithm is used in game playing for decision making?
Fill the blank
In K-Means algorithm, we calculate the distance between each point of the dataset to every ________ initialized.Â
In the Knuth-Morris-Pratt (KMP) algorithm, the Longest Proper Prefix Suffix (LPS) array lps[] is crucial. When pat[i] and pat[len] match, len is increme...
Consider a system with 4 CPU cores. If there are 8 user-level threads in a single process, what is the maximum number of these threads that can execute ...
You are trying to parse a JSON string in Java using a library like org.json.
import org.json.JSONObject;
import org.json.JSONException;
Consider the following Java code:
class Animal {
  String type = "Generic Animal";
  void eat() {
    System...
Which of the following data structures is most suitable for implementing a priority queue with efficient insertion and deletion operations based on prio...
What is a "smart object" in IoT?
The latency of a network isÂ