Welcome to SRMASC Start QuizPage 1 of 10 Which of the following is the correct syntax of including a user defined header files in C++? #include [userdefined] #include “userdefined” #include #include Page 2 of 10 What will be the output of the following C++ code? Hello World Error Hello World Page 3 of 10 What is the value of p in the following C++ code snippe 12 0 2 16 Page 4 of 10 Which of the following type is provided by C++ but not C? double float int bool Page 5 of 10 What will be the value of the following Python expression? 4 + 3 % 5 7 2 4 1 Page 6 of 10 What will be the output of the following Python code? 1 2 3 Error 1 2 none of the mentioned Page 7 of 10 What will be the output of the following Python function? min(max(False,-3,-4), 2,7) -4 -3 2 False Page 8 of 10 Which of these cannot be used for a variable name in Java? identifier & keyword identifier keyword none of the mentioned Page 9 of 10 What will be the output of the following Java code? 32 33 24 25 Page 10 of 10 What will be the output of the following Java program? Compilation error Runtime error 5 6 5 6 5 6 5 Ready to send