Question
Supreme Court in which of the following case held that
women can also “be manager of a Joint Family:Solution
Shreya Vidyarthi v. Ashok Vidyarthi 2015 (13) SCALE 643 In this case, the Supreme Court of India held that women can also be the manager of a joint Hindu family. The court observed that the Hindu Succession Act, 1956, which governs the devolution of property among Hindus, does not discriminate between male and female heirs. The court noted that the Act recognizes the right of female heirs to inherit property and that this right extends to the management of joint family property as well.
Which tree traversal is most suitable for finding the shortest path in an unweighted graph represented as a tree?
Which C operator is used to access a value at a memory address stored in a pointer?
Which Python keyword is used to define a function?
Which of the following statements is correct for Python lists?
Which of the following is used to handle exceptions in Java?
- Which network device operates at the Data Link Layer of the OSI model and helps to filter and forward data between LAN segments?
In Python, what does len() function do?
Which algorithm is used to find the shortest path from a single source in graphs with negative weights?
In Java, which method is used to start a thread?
Which of the following is a valid C++ constructor?