Coding interview preparation
5.77K subscribers
340 photos
47 files
163 links
Download Telegram
What will be the output of the following C++ code?
Anonymous Quiz
18%
2 5
33%
4 5
39%
4 6
11%
2 6
👍7
How HTTPS works
👍62👎1
Which of the following is not the type of queue?
Anonymous Quiz
47%
Ordinary queue
29%
Single ended queue
10%
Circular queue
14%
Priority queue
👍3
Forwarded from Web development
JavaScript Array Slice ()
👍9
Which one of the following options is the correct output for the given code of JavaScript?

vararr=[4,3,2,1]; var rev=arr.reverse(); document.writeln(rev);
Anonymous Quiz
72%
1, 2, 3, 4
20%
4, 3, 2, 1
4%
3
4%
1
😁5👍1
What will be the output of the following Java code?
Anonymous Quiz
12%
162
71%
65 97
11%
67 95
5%
66 98
🔥5👏1
👍5🔥3
Which library function can change an unsigned long integer to a string in C language?
Anonymous Quiz
16%
system()
13%
ltoa()
13%
ultoa()
57%
unsigned long can't be change into a string
👍1
d.pdf
360.6 KB
Advance SQL Window functions
Which of the following symbol is used to declare the preprocessor directives in C++?
Anonymous Quiz
15%
$
10%
^
66%
#
9%
*
1👍1
In linked list each node contains a minimum of two fields. One field is data field to store the data second field is?
Anonymous Quiz
9%
Pointer to character
11%
Pointer to integer
73%
Pointer to node
7%
Node
Digit Recognition.pdf
1.2 MB
Neural Networks for Handwritten Digit
Recognition: Binary
Which one of the following method or operator is used for identification of the array in JavaScript?
Anonymous Quiz
39%
Typeof
11%
==
10%
===
39%
isarrayType()
How IOT Works
👍1