Skip to content
4.4
-
1.
How can loops be controlled using break and continue statements?
-
2.
What is the difference between while and do-while loops?
-
3.
How does a switch-case statement work?
-
4.
What are the different types of loops in C, Python, and Java?
-
5.
What are conditional statements? Explain if-else with examples.
-
6.
What are bitwise operators, and where are they used?
-
7.
How does short-circuit evaluation work in logical operators?
-
8.
What is type conversion and type casting?
-
9.
What is operator precedence and associativity?
-
10.
What are the different types of operators in C, Python, and Java?
-
11.
What is the difference between strongly typed and weakly typed languages?
-
12.
How are variables declared and initialized in C, Python, and Java?
-
13.
What are the differences between static and dynamic typing?
-
14.
What is the difference between primitive and non-primitive data types?
-
15.
What are data types in C, Python, and Java?
-
16.
What are identifiers in programming?
-
17.
What is syntax and semantics in programming?
-
18.
What is the difference between interpreted and compiled languages?
-
19.
What are programming paradigms? Explain procedural, object-oriented, and functional programming.
-
20.
What is programming, and why is it important?