#1
Which of the following is NOT a programming paradigm?
1 answered
#2In Python, what will be the output of the following code?
In Python, what will be the output of the following code?
x = 5
y = 2
print(x // y)
1 answered
#3
What does the acronym 'SQL' stand for?
1 answered
#4
Which data structure follows the Last In, First Out (LIFO) principle?
1 answered
#5
What is the purpose of the 'else' statement in programming?
1 answered
#6
Which of the following is a statically typed programming language?
1 answered
#7
What is the purpose of a constructor in object-oriented programming?
1 answered
#8
What is the main advantage of using version control systems like Git?
1 answered
#9
What does the term 'polymorphism' refer to in object-oriented programming?
1 answered
#10
What does 'HTML' stand for in web development?
1 answered
#11
In C++, what keyword is used to dynamically allocate memory?
1 answered
#12
What does the acronym 'API' stand for in programming?
1 answered
#13
What is the purpose of the 'break' statement in loops?
1 answered
#14
What is the purpose of the 'finally' block in exception handling?
1 answered
#15
Which of the following is NOT a valid data type in JavaScript?
1 answered