Question
An individual who wants to be a resident of India
U/S6(1) must stay in India for at least:Solution
As per Section 6(1) of the Income Tax Act, an individual is considered a resident of India if he/she meets any of the following conditions: Stays in India for at least 182 days during the relevant financial year, or Stays in India during the 4 years immediately preceding the previous year for a total period of 365 days or more and has been in India for at least 60 days in the previous year.
Which command is used to remove all records from a table without deleting the table structure?
Which of the following is the correct definition of 'polymorphism' in Object-Oriented Programming?
The result of a Cartesian product of two relations R and S will have:
What is 'inheritance' in Object-Oriented Programming?
Which SQL keyword is used to sort the result set?
What is early binding in the context of OOP?
Which of the following prevents inheritance in C++?
Which of the following statements about abstract classes is true?
In C++, if a base class has a virtual function, and a derived class overrides that function, which mechanism ensures that the correct derived class func...
A primary key in a table: