
code
Authored by Sam Oswal
Fun
University
Used 4+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will be output of the following code
a="Hello"
print(a[::-1])
output = ?
0
olleh
Hello
olleH
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will be output of the following code
int i=2;
int a[]={0,1,2,3,4};
printf("%d",i[a]);
2
0
1
Compilation error
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will be output of the following code
for(int i=0;i<5;i++,i--){
printf("%d",i);
}
Compilation error
Runtime error
Infinite loop
None of the above
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
x = 5
y = "Hello"
print(x + y)
What will be the output?
Error
Hello5
5Hello
He5llo
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Python is interpreted language?
yes
no
not sure
It is assembled language
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
is %p a valid format specifier in c?
no way !
yes
It is just %d
not sure
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
does C and python both support switch statement?
only python does
only C does
no
yes
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?