Computer Science, asked by harpreetsinghhs10603, 6 hours ago

ਇਕ if ਸਟੇਟਮੈਂਟ ਦਾ ਦੂਸਰੀ if ਸਟੇਟਮੈਂਟ ਵਿਚ ਲਿਖਣਾ ਕੀ ਅਖਵਾਉਂਦਾ ਹੈ? / Writing if statement within another if is called as? / if स्टेटमेंट को दूसरे if स्टेटमेंट के भीतर लिखना कहा जाता है? *

1 if
2 if-else-if
3 nested if
4 none of these​

Answers

Answered by piyushkaswa2008
1

Explanation:

In the last tutorial we learned how to use if statement in C. In this guide, we will learn how to use if else, nested if else and else if statements in a C Program.

Please mark me Brain list

Similar questions