😱3
What is the value returned by strcmp() function when two strings are the equal in C language?
Anonymous Quiz
9%
2
44%
1
41%
0
6%
Error
What will be the output of the C++ code?
Anonymous Quiz
28%
30
25%
Error
24%
Segmentation fault
24%
870
😁2👍1
What would be the asymptotic time complexity to insert an element at the front of the linked list (head is known)?
Anonymous Quiz
53%
O(1)
36%
O(n)
9%
O(n2)
2%
O(n3)
What will be the output of the JavaScript code?
Anonymous Quiz
5%
1, 2, 3
15%
Error
74%
It will concatenate both the stings and print as 1, 2, 3, 4, 5, 6, 7, 8, 9 ,10
6%
It will print nothing
👍1
👍2😁1
Which function disconnects the stream from a file pointer in C language?
Anonymous Quiz
55%
fclose()
15%
fremove()
11%
remove()
19%
file pointer set to NULL
👍2
What is meant by a polymorphism in C++?
Anonymous Quiz
12%
class having only single form
4%
class having four forms
82%
class having many forms
3%
class having two forms
👍1🥰1
What would be the asymptotic time complexity to find an element in the linked list?
Anonymous Quiz
18%
O(1)
62%
O(n)
15%
O(n2)
4%
O(n4)
👍2