Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
would you please help me out with the following code?
do,
foreach,
while
0 Votes
3 Answers
7th Aug 2017, 1:37 PM
Dariush Shiri
How many numbers will the following code output? i=0 while True: i+=1 if(i == 2): continue if(i == 5): break print(i)
question
-1 Vote
11 Answers
6th Feb 2022, 3:40 PM
mahdi
Write a C++ program to display the following pattern
be
c++
fast
please
1 Vote
1 Answer
15th Feb 2017, 4:51 PM
Pathan Younus Khan
The following code is showing "ISO C++ forbids comparison between pointer and integer" as an error on VS code!
c++
error
integers
pointers
vscode
1 Vote
16 Answers
24th Nov 2020, 4:25 AM
Misbah Ahmed
When I run following html,css,js it is running but not running in sololearn?
coding
css
html
javascript
0 Votes
3 Answers
8th Sep 2021, 3:29 PM
Gajjala Venkata Sai Sri Harsha Hanumantha Rao
[SOLVED] Anyone with a solid explanation on the following python assignment operators 📍&= 📍|= 📍^= 📍<<= 📍>>=
assignment-operators
python
3 Votes
7 Answers
2nd Jul 2020, 1:41 PM
ℤ𝕚𝕔𝕔𝕠
Write a program by c++ to print the following pattern number Triangle .
@answer
c++
jecon
1 Vote
6 Answers
2nd May 2017, 6:26 PM
Zeyad Sharo
a program to print the following pattern A ABA ABCBA ABCDCBA
c++
0 Votes
2 Answers
27th Aug 2016, 4:04 PM
Asim
What is the segmentation fault with the following code
fault
quicksort
segmentation
0 Votes
1 Answer
20th Feb 2019, 12:44 PM
Vikram Vm
PLEASE EXPLAIN ME THE OUTPUT OF THE FOLLOWING CONDITION
for
java
loops
programming
0 Votes
2 Answers
9th Jul 2017, 9:13 AM
Arijit Ray
How can we get the following pattern in python ?
for
loops
python
1 Vote
1 Answer
24th Mar 2018, 3:20 PM
Omkar
What will be the output of the following Python code
python3
0 Votes
1 Answer
6th May 2020, 3:37 AM
PATIL VIVEK VINOD
Which of the following is the attribute of tr tag?
align
bgcolor
br
hr
1 Vote
2 Answers
21st Jun 2017, 7:33 AM
Anmol
How to resolve the following Error message in the console
console-errors
react
web-dev
0 Votes
1 Answer
19th Oct 2022, 11:39 AM
Asha
Does the following code works if the variables are float or double?
c++
-1 Vote
6 Answers
23rd Jan 2017, 11:20 AM
Hassan Ahmadi
[ Solved ] Why answer is "truthy"? Confusion with the following Ruby quiz, which is about Boolean 🤔
question
quiz
ruby
19 Votes
2 Answers
18th Sep 2020, 3:13 PM
Shivani 📚✍
Can you find the following sequence to n number... 3,4,7,11,18...to n term and make program.
c
challenge
cpp
python
sequence
2 Votes
9 Answers
19th Mar 2018, 3:06 AM
Bibek
What is the output of the following program : y = 8 z = lambda x : x * y print z(6)
python
-2 Votes
5 Answers
17th Jul 2016, 3:12 AM
Subhankar Paul
a program to print the following output:- 1234* 123*5 12*45 1*345 *2345
c++
1 Vote
3 Answers
14th Aug 2016, 10:58 PM
Asim
What could be the possible approach for the following problem using Python?
bhanutripathi
python
0 Votes
2 Answers
17th May 2020, 7:52 PM
Bhanu Tripathi
I'm having problem in fixing an error in the following code. Can you please give your time?
python3
2 Votes
12 Answers
4th Mar 2019, 2:23 PM
Ashutosh Dash
[SOLVED] Am I blind? Try to speak to followers and following
html
1 Vote
3 Answers
4th Jan 2018, 1:37 PM
C F J
Write for do-while and while statements to compute the following sum
help
me
please
-1 Vote
3 Answers
1st Dec 2021, 6:50 PM
Eyasu Esatu
Hello guys.Is this following line must be written in video element?
html
html5
video
1 Vote
2 Answers
31st Aug 2018, 7:20 AM
Pinku Saikia
Consider following 2 codes inside main function.👇👇👇 why output is different in both the cases????
beginner
c
string
2 Votes
5 Answers
18th Jun 2020, 6:36 AM
saurabh
[Update] How to parse the following JSON in java ?
gson
java
json
0 Votes
1 Answer
2nd Nov 2021, 9:21 AM
𝖆𝖙.𝖚𝕷
Why is the output is 8 in the following code?
lists
module_5_quiz
python
0 Votes
1 Answer
11th Dec 2022, 2:01 AM
Haru
[SOLVED] The following is illegal? How would you correct it?
c++
error
illegal
1 Vote
2 Answers
20th Jun 2017, 6:10 AM
Adithya Pai
Write a program in python to print following series: 1,-4,7,-10......-40(use for loop)
:
1,-4,7,-10....-40
a
in
print
program
python3
series
to
write
-1 Vote
2 Answers
24th Aug 2018, 1:25 AM
Anurag Singh
Explain how the following code outputs 8 List = [1,1,2,3,5,8,13] Print(list[list[4]])
python
quiz
0 Votes
3 Answers
30th Apr 2017, 12:46 AM
Joseph
Find a list all the names in the following string using regex in python.
python
python3
tags
0 Votes
4 Answers
18th Oct 2020, 6:23 PM
Atul Gautam
1What happens when we try to compile the class definition in following code snippet?
challenge
1 Vote
4 Answers
29th Aug 2017, 4:01 PM
Nidhi Undirwade
Predict the output of following program? #include "stdio.h" int main() { char arr[100]; printf("%d", scanf("%s", arr));
c
7 Votes
4 Answers
28th Mar 2020, 3:49 AM
Raj Kalash Tiwari
What is the time ,space Complexity of the following code:
and
complexity
space
time
-1 Vote
1 Answer
7th Jul 2020, 8:09 AM
Precious Chisom Obisike
These are following case, true or false ... Case 2.4:
c
-1 Vote
1 Answer
27th Dec 2021, 7:54 AM
Pradyumn Vishwakarma
Write a programme to display the following texts on the screen.
c
in
programme
1 Vote
2 Answers
28th Aug 2018, 5:41 PM
Jimcollins Bocollz
What is the output of the following program segment?
befinner
c++
refresher
-2 Votes
1 Answer
19th Oct 2017, 2:40 AM
itsTommee
write c++ program to print the following series sum=1^2+2^2+4^2+............+n^2
c++
-3 Votes
2 Answers
7th Jun 2021, 7:49 PM
مخلد الشيباني
why the output of the following program is 147?
php
1 Vote
1 Answer
26th Jul 2017, 5:46 AM
Md. Jahid Hasan
what will be the output of the following code?
also
answer
explain
output
the
0 Votes
1 Answer
21st May 2019, 12:17 PM
Aman Kumar
Please explain the use of following two getline() function.
c++
1 Vote
1 Answer
3rd Dec 2017, 8:20 PM
Anuj kumar
which of the following are the block level element?
html
0 Votes
1 Answer
17th Jul 2016, 3:17 AM
Ranjit Shrestha
Write a program to prepare invoice of following data
c++
-1 Vote
1 Answer
19th Mar 2018, 11:37 AM
Mahmood khan
Which of the following operator has the highest precedence?
c
c++
choose
operators
precedence
-1 Vote
1 Answer
12th Feb 2018, 8:47 AM
Jesil Riba Bharathi A
How many times will the following loop execute? Explain.
help
-1 Vote
2 Answers
26th Jan 2017, 4:14 PM
Christopher
If the file test.txt has 7 lines of content, what will the following expression return? len(open("test.txt").readlines())
python
2 Votes
6 Answers
26th Nov 2022, 10:38 AM
Suchitra Patil
What is the size and range of following data types?
concept
cpp
data-types
0 Votes
1 Answer
8th Apr 2018, 11:30 AM
Saurav Priyadarshi
In list slicing, in the following description, why is semi colon used twice?
lists
python
python3
pythonlist
1 Vote
3 Answers
9th Feb 2021, 3:22 AM
PHILOMATH PRATIK
Define the following fundamental terminology used in every programmings languages.important for Absulate Beginner.
c
c+
fortan
kotlin
machinelanguages
python
python3
terminlogy
visualbasic
0 Votes
4 Answers
17th Nov 2020, 7:22 PM
Nafi Rahat Rahman
when we write the following code. Output comes 3 why not 9
c#
methods
1 Vote
2 Answers
23rd Sep 2018, 1:26 AM
kp kalia
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
16
17
18
...
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?
2 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
How to make a selection on a calculator in Python
0 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