Question
Rejection of plaint is mentioned under :
Solution
Order VII rule 11- Rejection of plaint.— The plaint shall be rejected in the following cases:— (a) where it does not disclose a cause of action; (b) where the relief claimed is undervalued, and the plaintiff, on being required by the Court to correct the valuation within a time to be fixed by the Court, fails to do so; (c) where the relief claimed is properly valued, but the plaint is returned upon paper insufficiently stamped, and the plaintiff, on being required by the Court to supply the requisite stamp-paper within a time to be fixed by the Court, fails to do so; (d) where the suit appears from the statement in the plaint to be barred by any law; (e) where it is not filed in duplicate (f) where the plaintiff fails to comply with the provisions of rule 9
Consider the following C code:
#include
#include
int main() {
  char str1[] = "Hello";
  ...
Which unit holds data temporarily and loses it when power is off?
Which statement is FALSE about open loop system?
What is the time complexity for accessing an element at a specific index in an array?
Which NoSQL database is column-oriented and widely used in Big Data?
What is the main advantage of using subword tokenization in NLP?
Which feature of Big Data refers to the speed of data generation and processing?
Which statement is FALSE for PLL used for demodulation of FM?
When building a Huffman tree, the two nodes with the smallest frequencies are combined. Which line correctly creates a new parent node newNode with left...
Which I/O scheduling algorithm is designed to reduce the average response time for disk operations by prioritizing requests based on proximity to the cu...