Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Precios
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
What is the difference between while and for loop? are they both same with different syntax?
c++
for
loops
while
1 Voto
2 Respuestas
1st Mar 2017, 5:12 AM
Remix Sm
Why should we use 100% height in both html and body tag but not one of them
css
html
1 Voto
1 Respuesta
2nd Feb 2022, 3:17 AM
Hoàng Văn Phi
How much data is required to download linux on your pc?And how can you dual boot using both windows as well as linux?
boot
dual
linux
windows
5 Votos
4 Respuestas
15th Jul 2018, 4:01 AM
Crystal!!!😎
Hello everyone, so I've learnt flask and Vue js, but I don't know how to use both together to build a site.
flask
vue.js
1 Voto
6 Respuestas
28th Apr 2020, 12:35 PM
L.o.n.e_L.i.o.n
Can't I create a dynamic website without necessarily interferering css.... or better still can I combine both in one piece???
css
html
java
javascript
js
7 Votos
1 Respuesta
9th Apr 2017, 4:43 PM
Xperience
In c++ what happens by the statement s>>a . Where s and a both are integer variables.
c++
0 Votos
2 Respuestas
12th Jul 2018, 6:27 AM
Riya Gupta
In this code I want to zoom in and zoom out both img and syntax?why the syntax not getting zoom in and zoom out .
html
script
14 Votos
3 Respuestas
28th Jan 2018, 5:46 AM
Rajavee Vasaikar
can anyone try a program which accept the characters(letters) from inputs and print the name which is same from both end...??
and
else
function
if
using
without
0 Votos
6 Respuestas
1st Feb 2019, 9:35 PM
Hrishikesh Gaikwad
What is the difference between an underlined text and inserted text ? Both have underlines below
formatting
0 Votos
2 Respuestas
11th Oct 2018, 2:27 AM
Abdullah
String s1 == string s2 produce the output as false while we assuming the same string in both s1 and s2..
c++
java
2 Votos
3 Respuestas
23rd Sep 2018, 8:13 AM
M.MANIVANNAN
First train Html and then learn css or learn both and use that to train?
self-learning
0 Votos
1 Respuesta
9th Feb 2019, 11:17 AM
Joey Janssens
Hello guys, can i use both Html 4 and Html 5 in the same document?
elements
0 Votos
1 Respuesta
18th Aug 2022, 2:16 PM
January Martine
Is it possible to include a <script> tag before a document.write () or perhaps both
javascript
0 Votos
2 Respuestas
13th Aug 2017, 2:03 PM
Thabo Oupa Makena
Do you need to source both the .mp4 and the .ogg when using media files?
audio
files
html
html5
src
video
0 Votos
2 Respuestas
7th Aug 2016, 5:40 AM
Steph Walker
what happened when there's no unique columns in both the table, like Customers.id and orders.customer_id.
join
sql
0 Votos
2 Respuestas
13th Jun 2017, 1:12 PM
RAKI KUMAR SAHU
If we put print command in second function in the given programming then why does not it execute both methods?
java
methods
0 Votos
6 Respuestas
16th Aug 2016, 3:39 PM
Himanshu Mittal
I have learnt basic html and css from solo learn but i want to learn full html and css and want to get full control on both how?
css
css3
html
html5
2 Votos
17 Respuestas
16th Mar 2017, 6:53 PM
Zak Gill
I want to learn how to make a complete mobile app for both Android and IOS
android
api
0 Votos
1 Respuesta
13th Oct 2019, 8:54 AM
diwakar shukla
Can i learn java and c++ at the time?will i get confused if i learn both at the time
c++
java
self-learning
1 Voto
4 Respuestas
14th Oct 2017, 4:20 PM
oyl
Can someone suggest a html-css editor for android like code playground so I can both code and preview results?
css
1 Voto
4 Respuestas
12th Jul 2016, 10:26 AM
Abu
Which language is best for mobile application java+android that I know or kotlin for both android as well as apple ?
android
java
kotlin
0 Votos
5 Respuestas
10th Sep 2021, 9:22 AM
Shivani
How can i make an program that will be able to store both names and quantities on it
array
stack
0 Votos
3 Respuestas
23rd Aug 2019, 9:07 AM
Karna Das
Can u apply both java and c++ to your game? I mean like, put together 3 languages into your program.
c++
java
1 Voto
5 Respuestas
1st Jun 2017, 12:47 AM
Lucy Fifa
/*Merging two arrays in third array in sorted order using merge sort,duplicate values in both the arrays are sorted once only in
array
c++
class
cpp
debugging
error
need_help
1 Voto
7 Respuestas
30th Aug 2017, 6:23 PM
Sayan Chakraborty
What is the difference between 'LIMIT AND BETWEEN' when both are used to limit a set of columns of a table?
sql
where
1 Voto
6 Respuestas
17th Aug 2016, 8:59 AM
Umang Agarwal
Translate your website content in any language || it work for both static and dynamic page || 100% Working.
bootstrap
c#
css
database
html
java
oracle
php
swift
0 Votos
2 Respuestas
28th Aug 2018, 1:38 PM
Dhiraj singh✔️
What happens if you leave one qoutation mark or both if you are printing a string and why
karma
0 Votos
2 Respuestas
16th Nov 2021, 12:23 PM
Abass Abadi Abdin kalu
How to detect both floats and integers to make math more proper than it currently is? Check my code as of now below:
c++
if-statements
switch
0 Votos
7 Respuestas
14th Apr 2019, 6:03 PM
Ragey
What (general) programing language can i use to develop an application, that can run on both iphone and android
c
c++
java
javascript
0 Votos
2 Respuestas
8th May 2021, 3:08 PM
Micheal Alfred
Write a function for evaluating the area of rectangle having sides a and b. Both sides and area should be taken in float values
c++
float
1 Voto
10 Respuestas
26th Jan 2018, 12:19 PM
Prakhar Jain
Why is this 5.0 Finished instead of 5 Finished if both variables are integers instead of float?
exceptions
python
0 Votos
3 Respuestas
26th Sep 2016, 6:35 PM
Josh Murphy
Is it possible to create an app with Three programming languages!..how are u gonna compile both of their codes??
c#
c++
java
2 Votos
3 Respuestas
17th Sep 2017, 5:51 AM
Android Boi
What is the difference between array and function in c language ,could you tell me the uses difference of both in programs
and
arrays
functions
0 Votos
3 Respuestas
25th Oct 2019, 12:50 PM
Ishitha
How do you declare a string, variable, and integer in both C# and C++ ?
c#
0 Votos
1 Respuesta
9th Mar 2017, 8:53 PM
Jason Bourne
What is AI & AR? Is it any difference between them or both are same?
artificial
intelligence
1 Voto
1 Respuesta
28th Oct 2017, 7:56 PM
Mangesh Suresh Tambat
Why does some code look perfect on computers and look like trash on phone😪😪. And is there a way to make them both look great😥
code
codeplayground
2 Votos
4 Respuestas
17th Dec 2022, 1:30 AM
Praise Onyemenam
Area of triangle is ZERO! (This is a question from challenge). The output is different in both cases below. What's the reason?TY
c++
challange
1 Voto
3 Respuestas
7th Jun 2020, 3:48 AM
Chocolate
Can we say that modern programming has become more expensive both in the literal and figurative sense than 5, 10, 15 years ago?
complexity
modern
programming
4 Votos
5 Respuestas
17th Aug 2017, 5:28 PM
Вап
Can I use both python and html to create a website with a program or smth like that?
html
python
1 Voto
2 Respuestas
20th Dec 2018, 1:40 PM
anonymous
Is there any Javascript framework good enough for both the back and front end structures of a project?
codenewbie
devcommunity
devtalk
framework
javascript
raisingdevelopers
1 Voto
1 Respuesta
8th Sep 2020, 5:47 PM
Hussein Kizz
Is it possible to us to upload files .cpp and .h both to sololearn compiler? To show stage of separated implementation.
fgh
0 Votos
3 Respuestas
18th Nov 2019, 8:20 AM
Oliver Pasaribu
what am I doing wrong...i have no clue. When I run it, it shows both outputs it's ok & double trouble...
c++
0 Votos
6 Respuestas
7th Jan 2017, 1:44 PM
Shivoham Shivam
Why the output is 4 in both b and b++? I am not able to understand this. Kindly help.
c#
increment
3 Votos
2 Respuestas
16th Oct 2017, 3:09 AM
kanishka
I uploaded both image and song and then copied url and pasted here in audio tag and background image im not getting any output .
html
6 Votos
4 Respuestas
9th Jun 2020, 12:55 AM
Varun N
Is is better to learn both Java and python in parallel.... Or I should learn these languages one by one????
java
python3
1 Voto
3 Respuestas
20th Aug 2020, 11:10 AM
👑$PIRIT👑
What then is the difference between DISTINCT and the simple SELECT function ... Since they both show particular columns
sql
0 Votos
4 Respuestas
1st Apr 2016, 6:36 AM
avarus
You have two employees in your company. Write a program as input of the salaries and output total of both employees salary?
javascript
-1 Voto
3 Respuestas
2nd Apr 2021, 5:17 AM
Durgesh Kushwaha
kindly explain.When n<=2 ,the answer is 5 ,but when n<=1,answer is 3. While n=n%5 so 9%5= 4. While 4 is bigger than both 1 and 2
def
return
1 Voto
7 Respuestas
25th Jun 2022, 11:42 AM
Tafseer Ahmad
Why arr[1] and 1[arr] is same for array ? How to overload [] for class to work both these ways ?
[]
c++
operator-overloading
1 Voto
2 Respuestas
7th Apr 2023, 7:50 PM
Ketan Lalcheta
Why is the size of the dynamic array b not the same as the array a, even though both have 17 elements ?
arrays
c++
dynamic
sizeof
0 Votos
7 Respuestas
7th Apr 2018, 6:57 AM
Kuldeep Singh
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
9
10
11
...
14
Siguiente >
En tendencia hoy
When your heart are gone
1 Votes
I am a beginner here
3 Votes
Where do I find saved code?
2 Votes
Hello everyone, umm i downloaded this app today , and I am a bit confused about this
0 Votes
In data science, which part is easy to learn and which is hard, and why? Which part is most important to data science?
1 Votes
Coding ?
1 Votes
SVG Animation: Container Problems - Any Suggestions?
0 Votes
Added games in my codes
0 Votes
Pls I need help
0 Votes
Please suggest a guideline "How do I create a robot map?"
0 Votes