Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Цены
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
loop and x++ question, please help me to explain what's going on
c++
loop
x+
0 голосов
1 ответ
30th Jan 2017, 2:23 AM
Leon Hu
srand(98); ok. But what's the difference with normal rand(); outputs are same
rand
0 голосов
1 ответ
5th Feb 2019, 3:07 AM
Itir Emiroglu
Solve and explain the answer i did not understand what's going on?
c
1 голос
1 ответ
14th Sep 2017, 12:18 PM
Xerox
Will any one tell me what's different between == and === ?
javascript
operators
0 голосов
1 ответ
10th Nov 2016, 3:12 PM
Namas Thapa
How to add Alpha channel in colors in HTML, i.e. what's the code for RGBA color?
colors
html
html5
opacity
0 голосов
4 ответов
5th Nov 2016, 4:15 AM
Yash Pal Goyal
I have yuphoria android phone can I create android app in my phone and what's process??
java
jdk
0 голосов
4 ответов
28th Aug 2016, 6:31 AM
shabeena booshra
Why we use % and & in c programming what's the use of it in c
progress
1 голос
1 ответ
5th May 2020, 8:29 PM
Reshant jeetendra jansari
How Ruby is used? What's the applications in which Ruby us used? Is it highly beneficial?
advantages
applications
development
programming
ruby
uses
website
1 голос
3 ответов
7th Jun 2017, 9:13 AM
Shivam Mudgal
There is error in my python code, I can't understand what's wrong.Pls explain the error.The program find the dividers of number.
error
2 голосов
2 ответов
25th Dec 2022, 3:04 PM
Program27
I have a code to print all the prime numbers upto a given limit which user inputs. Its not working. What's wrong?
lists
python
1 голос
6 ответов
7th May 2020, 11:35 AM
Kaushik Nandan
What's wrong with this code? I can't get it to print out adult. All the others work.
c++
operators
0 голосов
4 ответов
22nd Nov 2017, 4:54 PM
Terry Smart
What's the difference between a pointer to a string to which i have assigned malloc and an array of chars?
arrays
c
pointers
1 голос
1 ответ
19th Apr 2019, 9:33 PM
Alexander Sheremet
Tell me what's the len(A) and len(A[0]) ? I know len but i dont understand the A[0] in this code
@matrixes_add
3 голосов
3 ответов
25th Jun 2020, 2:59 PM
parisa Shafaei
Hey folks! What's the difference between translate and margin in terms of positioning in CSS?
help
0 голосов
2 ответов
2nd Mar 2021, 11:14 AM
Jonel Hatwell
For people in professional jobs, what languages do you use the most? What's most important to know?
code
developer
professional
programming
web
0 голосов
2 ответов
4th Nov 2019, 9:37 PM
iDontCodeEnough
Hi guys, what's the difference between Order By and Group BY?. When must I use Group By?
groupby
orderby
sql
1 голос
2 ответов
13th Apr 2019, 7:36 PM
Tolulope Patrick
What is div tag? What's the benefits of this tag? Can you tell me whole about this?
class
div
h1
span
strong
1 голос
2 ответов
28th Apr 2019, 5:21 PM
Monirul Islam
What's the output of this code? list = [2, 3, 4, 5, 6, 7] for x in list: if(x%2==1 and x>4): print(x) break
#henry
-1 голос
3 ответов
27th Dec 2021, 5:35 PM
Opaal Henry
Python - What's wrong with the is_Empty return or my mind? Why does it not return True or False?
python
1 голос
3 ответов
11th Aug 2022, 7:33 PM
Didi
Sometimes someone got to know what's so simple error in my phyton project calculating the first sum of consecutive numbers in
python
1 голос
3 ответов
10th Aug 2021, 7:21 AM
Ermias Kebede
The console returns "Word not found" even if the Word is in the Text. What's wrong with my Code, please reply!
adhham
codeboy
0 голосов
4 ответов
26th Feb 2021, 3:53 PM
ADHHAM CodeBoy
The responsive voice is working but it takes time to speak. I have to click the button twice to make it speak. What's wrong?
js
responsivevoice
2 голосов
5 ответов
9th Apr 2019, 10:21 AM
Piyush Kumar
What's the output of this code [[ AND WHY EXPLAIN LINE BY LINE OF YOU CAN]]
c++
1 голос
3 ответов
19th Jan 2017, 12:09 PM
Amr Monsef
What's the difference between id and class? Seriously i don't see a difference for some situation(s).
css
text
1 голос
3 ответов
15th Oct 2017, 11:34 PM
Zaddouk Hicham
What's the difference between this {MyClass obj; MyClass *ptr = &obj;} and this {Myclass *ptr=new Myclass}?....
c++
2 голосов
1 ответ
2nd Sep 2022, 10:30 AM
Emediong Ekoh
HELP! I'm a beginner and i don't know what's wrong in my code. Can you help me? Thank you.
beginner
error
help
0 голосов
6 ответов
28th Aug 2017, 5:32 PM
Beatrice Calegari
What's the best way to learn? (A question to all with an answer you might not expect...)
motivation
self-learning
theory
tutorial
2 голосов
3 ответов
18th Dec 2016, 9:11 AM
Paul Siorai Waldorf
What is your ideal environment for coding? Is music involved? What's a must-have for your work station?
self-learning
2 голосов
3 ответов
29th May 2017, 1:20 PM
vick
What's the difference between INNER JOIN and a join in the WHERE clause (... =...) ?
join
sql
2 голосов
2 ответов
4th May 2016, 9:08 AM
Yoel Benhamou
What's the name of the file we use on sololearn's code play ground when coding in PHP? ..
index.php
1 голос
3 ответов
22nd Mar 2020, 2:52 PM
Sula Siwale
Plz tell me what's use of div tag in detail and plz tell attributes used in this tag
div
1 голос
3 ответов
1st Oct 2020, 2:36 PM
Sukant Tripathy
What is the difference between postfix ans prefix what's the value of a++ and ++a if a=4?
java
0 голосов
4 ответов
16th Jun 2017, 10:42 AM
bharti
What's the difference between Id and Class type selectors because they seem to work the same way?
selectors
1 голос
3 ответов
26th Dec 2017, 11:28 AM
Abdussamad Nasir
What does local variables be like ? What's its use in c++ ??
c++
pointers
0 голосов
2 ответов
2nd Dec 2016, 12:15 AM
N.Guy
I still don't get why we use triple quotations. Also what's doc string?
python
strings
0 голосов
2 ответов
28th Mar 2016, 9:20 PM
B.T
What's the framework for an app,how to learn about it and what are its prerequisites??!
android
0 голосов
2 ответов
19th Jul 2021, 4:16 PM
Osama Ibrahem Mohamed
What's the difference between print("whatever") and print ("whatever")? Space between print and ( Does it make the file bigger?
print
python
syntax
1 голос
5 ответов
12th Aug 2017, 2:46 AM
Markus MF
Hi can someone explain what's wrong with this code I'm getting an error by insurance variable
error
0 голосов
1 ответ
7th May 2022, 8:56 PM
Harry Bryant
Would like to ask what's the functions of "<<", "<<<", ">>" and ">>>" in javascript, how does it work...?
javascript
5 голосов
2 ответов
23rd Jun 2017, 11:59 PM
Yen
how to delete the underline in the output?and what's target attribute?delete the attribute,the output is same in this code
html
link
targetattribute
1 голос
3 ответов
29th Oct 2019, 6:31 AM
Yuan Ruo
I've been doing a Java code project (10) and i always get an error. can anyone tell what's wrong with it?
java
1 голос
2 ответов
10th Oct 2021, 10:37 AM
Ricinoob
Which is the latest version of Python for Windows? What's the difference between Python 2 and Python 3??
python
version
windows
1 голос
4 ответов
28th Nov 2016, 4:10 PM
Mukundaa
I want to count the number of prime number from 1 upto the input number. Can't figure out what's wrong with my code.
java
0 голосов
6 ответов
27th Dec 2019, 3:27 PM
Sayeef
What's the difference between pagination in php and pagination in bootstrap are they not performing same work
bootsrap
php,
0 голосов
3 ответов
20th Dec 2019, 10:24 AM
Abiodun-oyekan Oyetayo Emmanuel
What's wrong with the code from the switch statement pro practice run? Or is it a bug
c++
switch
1 голос
2 ответов
6th Jul 2022, 9:06 AM
Mr Sir
Which one is to recommend use notepad++ or sublime better for learner? what's difference and superiority?
self-learning
session
2 голосов
2 ответов
26th Jul 2017, 6:39 AM
Newbie
How long it had been to you on sololearn?And what's your experience on sololearn?
sololearn
2 голосов
1 ответ
21st Feb 2017, 8:15 PM
Durgesh Yadav
What's value of pie evaluated upto 20 decimal places using float ?Does this returns actual pie's value upto 20 decimal places?
math
2 голосов
2 ответов
21st Jan 2019, 4:34 PM
Ashwini Kumar Singh
What's wrong with my code? Why am I unable to add the image? Can we add links to images in our phone?
html
image
0 голосов
5 ответов
23rd Apr 2022, 8:52 AM
Amtul Moiz
What's wrong is this code? Why input function is not working for multiple inputs at the same time using .split() function?
functions
input
python3
1 голос
4 ответов
12th Oct 2019, 7:56 AM
Hrishikesh Gaikwad
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
< Предыдущий
1
...
81
82
83
...
89
Следующий >
Актуальное сегодня
Python question
2 Votes
Are websites hackable?
1 Votes
Void functional void with bool function
0 Votes
Python
1 Votes
TICTACTOE
0 Votes
C# and sql
1 Votes
Error
0 Votes
Learn python
0 Votes
What course to take for AI?
0 Votes
Help for study
0 Votes