Coding interview preparation
5.76K subscribers
339 photos
47 files
163 links
Download Telegram
👍2🥰1😁1
Can we create an instance of Enum outside of Enum itself?
Anonymous Quiz
64%
True
36%
False
😱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)
2👍1
What will be the output of the Java code?
Anonymous Quiz
55%
0
27%
1
6%
2
11%
3
👍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
How does HTTP works
👍3
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