Coding interview preparation
5.8K subscribers
368 photos
52 files
163 links
Download Telegram
Colour Psychology Cheat Sheet
3👍1
40 Project Ideas For Web Developer
10
Assume that the operators +,-, X are left associative and ^ is right associative. The order of precedence (from highest to lowest) is ^, X, +, -. The postfix expression for the infix expression a + b X c – d ^ e ^ f is?
Anonymous Quiz
28%
abc X+ def ^^ –
31%
abc X+ de^f^ –
29%
ab+c Xd – e ^f^
12%
-+aXbc^ ^def
🔥2
V's of Big Data
👍2
Which one of the following is not a keyword:
Anonymous Quiz
11%
if
25%
with
49%
debugger
15%
use strict
👎1
All 5 Layers of Softwares
👍1
An expression involving byte, int, and literal numbers is promoted to which of these?
Anonymous Quiz
31%
int
42%
long
14%
byte
13%
float
Sorting Algorithms
👍2
The break statement is used to take control out of switch and continue statement is used to take control of the beginning of the switch?
Anonymous Quiz
73%
Yes
27%
No
🔥1🥰1👏1
Roadmap for BlockChain Technology
👍7
Which is more effective while calling the C++ functions?
Anonymous Quiz
27%
call by object
21%
call by pointer
17%
call by value
35%
call by reference
Master Your PC With These Must-Know Shortcuts
👍9
If the elements “A”, “B”, “C” and “D” are placed in a stack and are deleted one at a time, what is the order of removal?
Anonymous Quiz
21%
ABCD
68%
DCBA
7%
DCAB
4%
ABDC
1🔥1
ChatGPT vs Bard
👍31
Which one of the following symbol is used for creating comments in the javascript:
Anonymous Quiz
19%
\\
45%
//
28%
\* *\
7%
\* */
👍2
Roadmap for Cybersecurity
👍1
Which of these literals can be contained in float data type variable?
Anonymous Quiz
20%
-1.7e+308
37%
-3.4e+038
34%
+1.7e+308
10%
-3.4e+050
Positioning Elements with CSS Grid
4