Question
What is the annual income limit for filing
ITR-4?Solution
To use ITR-4 (Sugam), taxpayers must meet specific criteria: • Total income should not exceed Rs. 50 lakh. • Income must be derived from specified sources, such as salary, pension, one house property, interest income, presumptive business income (up to Rs. 2 crores), and professional income (up to Rs. 50 lakh).
Output of below code
public class Prg {
public static void main(String args[]){
System.out.print("A" + "B" + 'A');
}
...The Master Theorem gives time complexity for recurrences of the form:
Which of the following is true for the time complexity of binary search?
Which is not true about minimum spanning tree?
Which sorting algorithm divides the array into halves recursively?
Which command is TCL command
Which of the following is substring of “IXAMBEE”?
Which data structure is used in BFS (Breadth-First Search)?
Which of the following is considered the strongest type of encryption method in modern cyber security practices?
In a binary search tree (BST), what is true about the left child of a node?