Join Examsbook
327 0

Q:

जब एक साथ एक से अधिक if-स्टेटमेंट का उपयोग होता है, तब वह क्या कहलाता है ?

  • 1
    if-else statement
  • 2
    nested statement
  • 3
    more if statements
  • 4
    उपर्युक्त में से कोई नहीं
  • Show AnswerHide Answer
  • Workspace

Answer : 2. "nested statement"
Explanation :

Certainly! A nested if statement refers to an if statement that is placed inside another if statement or other control structures. It allows for more specific conditions and complex decision-making in a program. The inner if statement is only executed if the outer if statement's condition is true.


Are you sure

  Report Error

Please Enter Message
Error Reported Successfully