1. What is the output of the following C code?int a = 5; printf("%d", a++ + ++a);
int a = 5; printf("%d", a++ + ++a);
2. Which data structure uses FIFO (First In First Out)?
3. What is the output of the following Python code?print("2" + "3")
print("2" + "3")
4. What is polymorphism in OOP?
5. Which keyword is used to inherit a class in Java?
6. What does SQL stand for?
7. What is a deadlock in OS?
8. Best case time complexity of Binary Search is:
9. What is the default port for HTTP?
10. Which tag is used to insert a line break in HTML?