Which statement is correct about the below program?
Anonymous Quiz
35%
Welcome Programmer
21%
Error: Undeclared identifier if
37%
Error: Expression syntax
6%
No output
🔥2
What will be the output of the C++ code?
Anonymous Quiz
14%
Segmentation fault
19%
Nothing is printed
36%
Error
30%
cin: garbage value
The type of expression in which operator succeeds its operands is?
Anonymous Quiz
8%
Infix Expression
29%
Prefix Expression
31%
Postfix Expression
31%
Both Prefix and Postfix Expressions
🔥1
Which one of the following is correct output for the following javascriptcode:
Anonymous Quiz
16%
Letsfindout 40
12%
40
54%
Letsfindout40
18%
Exception
Do you enjoy reading this channel?
Perhaps you have thought about placing ads on it?
To do this, follow three simple steps:
1) Sign up: https://telega.io/c/coding_interview_preparation
2) Top up the balance in a convenient way
3) Create an advertising post
If the topic of your post fits our channel, we will publish it with pleasure.
Perhaps you have thought about placing ads on it?
To do this, follow three simple steps:
1) Sign up: https://telega.io/c/coding_interview_preparation
2) Top up the balance in a convenient way
3) Create an advertising post
If the topic of your post fits our channel, we will publish it with pleasure.
👍1
What is the range of short data type in Java?
Anonymous Quiz
45%
-128 to 127
38%
-32768 to 32767
9%
-2147483648 to 2147483647
8%
None of the mentioned
🔥1
If scanf() statement is used for storing a value in char variable, then along with the value a carriage return (\r) also gets stored.
Anonymous Quiz
58%
True
42%
False
Crack your next job interview more easily with this ChatGPT-powered AI tool.
Introducing: https://chadview.com/
- It is a ChatGPT-powered copilot extension that listens to your Zoom, Google Meet, and Teams calls in real-time and answers any questions instantly.
- During the video call, simply press the "Ask" button & you will get answers to any questions. The extension continuously records the conversation.
- When you press the "Ask", it reviews the previous 30 sec, identifies the question & generates a response in 3-4 sec
- They give a 15-minute free trial, which you can use to practice on a Zoom call or on any interview on YouTube.
- Then they charge a small fee $5 for every 30 minutes.
Subscribe at @chadview
Introducing: https://chadview.com/
- It is a ChatGPT-powered copilot extension that listens to your Zoom, Google Meet, and Teams calls in real-time and answers any questions instantly.
- During the video call, simply press the "Ask" button & you will get answers to any questions. The extension continuously records the conversation.
- When you press the "Ask", it reviews the previous 30 sec, identifies the question & generates a response in 3-4 sec
- They give a 15-minute free trial, which you can use to practice on a Zoom call or on any interview on YouTube.
- Then they charge a small fee $5 for every 30 minutes.
Subscribe at @chadview
👍4🔥1
What is the use of the indentation in c++?
Anonymous Quiz
27%
r distinguishes between comments and inner data
21%
distinguishes between comments and outer data
41%
distinguishes between comments and code
11%
r distinguishes between comments and outer data
👎2👍1
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
Which one of the following is not a keyword:
Anonymous Quiz
11%
if
25%
with
49%
debugger
15%
use strict
👎1