In Python, which of the following is immutable?
Which of the following is used to handle exceptions in Java?
Which C++ feature allows functions or operators to have the same name but behave differently?
Which of the following services is NOT commonly provided by AI/ML platforms?
In C, what is the output of printf("%d", 5/2);?
Which Python statement is used to create an empty set?
In C, what will be the output of the following code?
int a = 5;
printf("%d", a++);
Which of the following systems is typically designed to support managerial decision-making? Â Â Â Â Â Â
Which Python keyword is used to define a function?
Which Java keyword is used to inherit a class?