Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
What could we use in place of getch() in the following code
c
c++
0 Votes
7 Answers
11th Jun 2018, 9:28 AM
Abhishek Kumar
What is the output of the following code? int a=3; int b=2; b=a++; cout<<++b;
c++
1 Vote
5 Answers
18th May 2017, 1:49 PM
RAYUTH
Which of the following statement is false from the following?
c
c++
electronic
network
1 Vote
1 Answer
12th Aug 2018, 4:09 AM
Norin
Why is the following code showing an error? Explanation needed.
c++
0 Votes
1 Answer
26th Jan 2023, 5:23 AM
King
What will be the output of the following code.Give answer with explanation.
c
function-arguments
functions
order
passingvalues
1 Vote
4 Answers
2nd Jan 2021, 8:06 AM
Akash Rai
which of the following is browsers default size
css
html
0 Votes
2 Answers
9th Oct 2016, 5:54 PM
Maxwell Festus
How do you lock off the Following tag?
<html>
0 Votes
2 Answers
25th Feb 2017, 6:18 PM
Mica
I am stuck in creating logic for the following question in description
dom
html
javascript
0 Votes
4 Answers
18th Nov 2022, 9:04 AM
tarun kumar
In which variable the input of the following code will store?
java
2 Votes
2 Answers
26th Jan 2019, 4:34 AM
Kushang Shah
can someone please explain the output of the the following program:
c++
explain
output
0 Votes
4 Answers
20th Mar 2020, 7:31 AM
Vishwajeeth Metri
What's the equivalent of the following code in JavaScript ?
c++
increment
javascript
0 Votes
4 Answers
29th Jan 2017, 9:12 PM
Samir Tabib
which of following statements are correct for accessing x?
reply
1 Vote
2 Answers
18th Feb 2018, 6:31 AM
Rinky Gupta
Followers peer coders (followers and following section) in web
button
follower
sololearn
2 Votes
1 Answer
21st Jan 2017, 11:01 AM
Yuliana
Following set of commands are executed in shell, what will be the output?
commands
executed
in
output
shell
3 Votes
3 Answers
2nd Feb 2018, 11:41 AM
Akshaya
What is the interpretation of the output of the following code?
c++
oop
0 Votes
3 Answers
25th Feb 2022, 5:02 PM
محمد الشاوش
What is the best sequence to study these following
c
c++,
css,
html5
java
javascript,
0 Votes
1 Answer
2nd Jun 2019, 2:38 PM
Amritha
I need code of the following pattern in php
php
0 Votes
2 Answers
9th Dec 2017, 7:47 PM
hassan
To print the sum of tje following series-. S=a/1+a/2+a/3+....+a/n.
print
1 Vote
2 Answers
25th Aug 2017, 2:12 PM
Dev
How do I write the following explanation in excel formula?
excell
logic
0 Votes
2 Answers
16th May 2020, 5:49 AM
Arun Bhattacharya
tell me the output of the following program with explanation...Thnx
c++
0 Votes
4 Answers
11th Jul 2016, 11:52 AM
Ishan saini
Can anyone please explain me the first operand of AND operator in the following code?
java
9 Votes
8 Answers
8th Oct 2017, 5:17 AM
Panda Lad
I need an explanation on how the following CSS code works???Help guys.
positioning
transform
4 Votes
2 Answers
24th Sep 2020, 7:18 PM
Dzikamayi Mhete
How to fix VANTA.CELLS error in PHP in the following link: https://sololearn.com/compiler-playground/wjbS1bgahctG/?ref=app
code
codeplayground
error
html
html5
php
2 Votes
4 Answers
8th Jul 2024, 10:50 PM
Nguyễn Viễn
What is wrong with the following code that img is not displayed as an output?
@sololearn
2 Votes
8 Answers
12th May 2019, 8:42 AM
Fatehkhan Haidary
How to print the following symbols in java using for loop???
loop
0 Votes
2 Answers
27th Dec 2019, 2:50 PM
Jayaraj Rajendren
What program can you do after you learned the following Codes?
code
idea
program
python
2 Votes
4 Answers
7th Apr 2017, 9:07 AM
Zara suto
How to stop user from giving 0 as input in following code
python3
0 Votes
5 Answers
1st May 2020, 5:37 AM
Fanatic
How to write the c++ code of the following question!?
c++
code
program
1 Vote
1 Answer
11th Oct 2020, 5:54 AM
ABDUL ARHAM KHAN
Print the following pattern by string manipulation in java.
loop
2 Votes
1 Answer
7th Oct 2017, 2:38 PM
Ashish Upadhyay
What happens when running the following code? do ( System.out.println("helium"); )while (false);
do
java
loops
while
2 Votes
3 Answers
4th Apr 2018, 5:28 AM
Vartika Pahuja
What is the result of the following code?
java
-4 Votes
1 Answer
18th Apr 2022, 3:10 PM
Arafat Rahon
Write a program in python for following pattern
kon
-4 Votes
2 Answers
12th Jan 2019, 1:31 PM
Shyambihari Tiwari
Why output of the following code is 8?
c#
0 Votes
1 Answer
2nd Jun 2017, 3:16 PM
Niraj Patidar
Finds 4 syntax errors in the following program:
c
-4 Votes
1 Answer
25th Apr 2020, 5:23 PM
Thikra
What is sum after the following loop terminates?
java
-5 Votes
1 Answer
16th Jan 2021, 8:46 AM
رزان نعيم
Write a program to print the following pattern!!!!!
c++
java
javascript
php
python3
1 Vote
1 Answer
26th Mar 2017, 4:17 PM
abhijit kushwaha
Which of the following statements is false?
design
Embedded
-1 Vote
1 Answer
9th Feb 2018, 1:01 PM
darshan ks
What is the reason that the following code changes more than 1 value?
js
8 Votes
3 Answers
20th Jul 2017, 10:54 AM
Aaron Sarkissian
1.Why the output of the following programme is 11 ?
php
1 Vote
3 Answers
27th Jul 2017, 3:14 PM
Md. Jahid Hasan
What will be the output of following code for n=7
coding
java
javaprogramming
programs
1 Vote
2 Answers
18th Dec 2019, 4:53 AM
Naman Pandey
Which of the following is a correct statement? Select all that apply
c++
pointers
0 Votes
2 Answers
28th Sep 2016, 12:02 PM
Vishranti Patil
is the following allowed in C ? ( root over a^2 + b^2 )
c
c_lang
cpp
doubt
functions
pow_function
1 Vote
4 Answers
17th May 2022, 6:36 PM
blueshipswims
What would be the output of the following code?
c
java
javascript
output
php
2 Votes
1 Answer
26th Feb 2018, 6:05 PM
Abbas Ali
Help Me Get the answer of the following question!
python
0 Votes
1 Answer
13th Apr 2020, 8:01 AM
Shantanu Choudhary
can I use "prompt" in the following code? 👇
events
javascript
2 Votes
1 Answer
10th Oct 2016, 5:07 PM
Li Kyüi Ng'bawi Awm
How do you rewrite the following code using only 1 repetitive structure?
rewrite
0 Votes
3 Answers
8th Nov 2021, 5:18 AM
Ropphy
1.Why the output of the following programme is b ?
php
1 Vote
3 Answers
27th Jul 2017, 3:29 PM
Md. Jahid Hasan
How do I get this code to print the following
swift
0 Votes
2 Answers
21st Feb 2023, 8:44 PM
Emmanuel Pena
[Bug] the following linear-gradient doesnt render on sololearn (it does on my browser)
bug
css
gradient
linear
1 Vote
5 Answers
18th Jul 2020, 9:55 AM
Prabhakar Dev
Which of the following is used for cache memory?
cache
memory
0 Votes
1 Answer
3rd Dec 2019, 3:44 PM
Satya Anurag Das
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
14
15
16
...
30
Next >
Hot today
How do we code calculator
2 Votes
What programming language should i learn to make applications or games?
0 Votes
How to add comment in python?
1 Votes
I need help
1 Votes
My hearts are disappering :(
0 Votes
How to learn python fast than usual in sololearn?
0 Votes
What can html, css and javascript do
0 Votes
Pressure and tension
2 Votes
Conducción de calor o Q=−kAdTdxQ = -k A \frac{dT}{dx}Q=−kAdxdT o Pared 2 m², espesor 0.1 m, k = 50 W/m°C, ΔT = 30°C → Q ≈ 30,0
0 Votes
How to make a selection on a calculator in Python
0 Votes