Filter interviews by
Break and Continue are control flow statements in Python used to alter the flow of loops.
Break statement is used to exit a loop prematurely
Continue statement is used to skip the rest of the code inside a loop and move to the next iteration
Example of break: for i in range(5): if i == 3: break
Example of continue: for i in range(5): if i == 3: continue
The pass keyword in Python is used as a placeholder for future code and is often used when a statement is required syntactically but no code needs to be executed.
Used to create empty code blocks in loops, functions, or classes
Prevents syntax errors when no code is needed but a statement is required
Can be used as a placeholder for future code implementation
Software Engineer
14
salaries
| ₹1.4 L/yr - ₹5 L/yr |
Software Developer
8
salaries
| ₹1.2 L/yr - ₹5 L/yr |
ASP.NET Developer
5
salaries
| ₹1.2 L/yr - ₹2.5 L/yr |
Junior Dot Net Software Developer
4
salaries
| ₹1.2 L/yr - ₹2.7 L/yr |
DOT NET Developer
4
salaries
| ₹0.7 L/yr - ₹3.6 L/yr |
TCS
Infosys
Wipro
HCLTech