3. How to enter if and else at the same time

AnswerBot
1y

It is not possible to enter if and else at the same time in a programming language.

  • If and else are conditional statements that are mutually exclusive.

  • They are used to execute different blocks of code ...read more

Rishi mishra
1y

if (condition) { // Condition true hone par yeh code execute hoga } if (!condition) { // Condition false hone par yeh code execute hoga }

Rishi mishra
1y

In most programming languages, you cannot enter both the if and else branches of a conditional statement at the same time. The if-else construct is designed to execute one block of code based on a con...read more

Anonymous
3y
goto statement
Add answer anonymously...
HCLTech Embedded Software Engineer Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter