Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
Hi frnds😊 need to ask something. Is it necessary to learn other languages before python? If yes then name it. Thankyou😊
python
sololearn
1 Voto
7 Respostas
8th Mar 2017, 12:43 PM
Kanchaan :)
Since C doesn't have boolean types how could I make the user use yes or no as an answer to an if?
booleans
c
c++
if-statements
0 Voto
6 Respostas
6th Nov 2018, 1:47 PM
MargaritaK
Is graphic in games are made up of programming language if yes with which language?
garphics
language
which
-1 Voto
2 Respostas
11th Jun 2017, 3:56 PM
Frankestine Stine
Is there any pointer concepts exist in python? if yes then please give any example.
pointers
python
0 Voto
1 Resposta
9th Jul 2016, 11:22 AM
RUDRABHA MUKHERJEE
Do school's need programming cours this is the most popular questions now is going on so my answer is yes
android
c++
collages
html
input
javascript
python
school
self-learning
workplace
2 Votos
4 Respostas
6th Dec 2017, 7:46 PM
Arjun Ajith.k
Can we make Contact Us form only using html and Css .? If yes then how?
html
0 Voto
2 Respostas
21st Aug 2016, 7:09 AM
m.AY
Can we develop games and applications only using c++ language. If yes then, tell me initial practice for this.
c++
first
step
1 Voto
4 Respostas
26th Jan 2017, 7:15 PM
Shravan K Malviya
what is the best ide to learn c++ for an intermediate programmer?Is it Clion?if yes or no.Why?
c++
ide
programming
1 Voto
2 Respostas
4th Jan 2018, 6:31 PM
Abhinav Sindhu
In SQL can we undo our queries (action) after executing them , if yes how can we ?
sql
1 Voto
3 Respostas
1st Mar 2017, 7:27 AM
Sourabh Sharma
Can someone use SQL for calculating operations like that of ms excel...? If yes what are the functions and attributes...?
sql
5 Votos
2 Respostas
12th Dec 2016, 10:18 AM
Xperience
Can I add methods to an object which is already declared in Javascript ??? If yes then how??
javascript
methods
objects
2 Votos
2 Respostas
28th May 2017, 6:52 PM
Ahmed Imtiaz Ferdous
Why we use int main() can we use another data type ? like float main() char main() if yes then why??
c++
1 Voto
2 Respostas
13th May 2019, 4:09 AM
Imran Yasin
Can we use exe extension for python program.if yes mean what happen when .py is replaced by .exe extension.
.exe
0 Voto
1 Resposta
15th Dec 2019, 9:01 AM
Yogeshwaran
Did this app will charge for my current course
no
or
yes
0 Voto
2 Respostas
11th May 2020, 4:57 PM
Rakhab Jain
I need to a computer to program coding?
explain
no
other
yes
0 Voto
5 Respostas
30th Sep 2018, 12:35 AM
Asif K.k
Can i create an android app if i create its frontend in a language and backend in another language?If yes then how?
android
app
backend
c++
frontend
html
javascript
software
3 Votos
1 Resposta
2nd Jul 2019, 2:08 PM
Syed Sajeel Rize
can games be made by learning core java only??? if yes what additional softwares are reqd
java
0 Voto
2 Respostas
2nd Oct 2016, 7:49 PM
pulkit29
DO YOU LIKE WWE IF YES THEN PLZ LEAVE A REPLY BECAUSE IM WORKING ON A NEW PROGRAM FOR WWE SO PLZ HELP ME???
appropriate
help
new_programe
survey
working
wwe
4 Votos
7 Respostas
1st Aug 2017, 3:22 PM
Ironman Pd
Is it enough to follow sololearn to increase my coding skills in c and python? If yes ..how?if no.. plz suggest me wat i shld do
codingskills
3 Votos
7 Respostas
15th Nov 2018, 9:46 AM
Pavani
Can we include stickers in program
no
or
yes
2 Votos
1 Resposta
27th Nov 2017, 6:24 PM
Vyshnav Vishnu
Is insertion of video posiible with html4?
no
or
yes
1 Voto
2 Respostas
8th Aug 2017, 11:52 AM
Ramsha Iqbal
In rudy, does puts and print do the same thing
no
or
yes
0 Voto
1 Resposta
11th Feb 2019, 6:30 PM
SCP 251
Can python3 control conditions in games like , weather and facial expressions ? If yes how ? If not why ?
python3
2 Votos
2 Respostas
27th Aug 2019, 11:53 AM
Mzwakhe Mvubu
Can we use JAVA for making heavy computer games like PUBG or Fortnite? If yes Why?If no why and which programming language?
game
graphics
heavy
java
pubg
3 Votos
2 Respostas
8th Feb 2019, 6:21 AM
Prakhar76
Can we pass direct values in the function without using myarr[] if yes then how ?
arrays
c++
functions
1 Voto
1 Resposta
16th Mar 2017, 5:34 AM
Saiyyed aman ali
Can scriptable objects be used in creating a multiplayer game in unity? If yes , how should/can you structure your code ?
c#
games
noobquestion
unity
1 Voto
5 Respostas
13th Dec 2018, 12:27 AM
Jan Alexander Gatal
can a structure have member function in C++?? if yes than what is the difference in class and structure?
c++
1 Voto
3 Respostas
13th Sep 2016, 1:18 PM
subodh Kumar
Iam learning cpp do you have any interesting coding challenges. If yes share to me . I will try to get it .
<cpp>
3 Votos
4 Respostas
7th Sep 2018, 1:26 AM
Ronald
Can i make a game like GTA 5 in mobile if yes then .. How much years it takes to code it for single person..
gta5
sololearn
0 Voto
5 Respostas
20th Nov 2019, 3:42 AM
सुफियान फिरोज शैख़
It is possible to insert a image on a C++ program ? If yes then tell me how .
c++
1 Voto
1 Resposta
27th Apr 2018, 3:58 PM
Lovenish Purohit
Can we get a product of a list and a tuple or set? Means--- a= {2,3}. Print(list(product(a, range(3)))). If yes then how?
lists
python
sets
tuples
1 Voto
3 Respostas
23rd Jul 2019, 9:16 AM
Achal Saxena
What if other languages are introduced in sololearn?If yes can you suggest some of them and mention why its so!!
languages
new
0 Voto
4 Respostas
26th May 2017, 12:30 PM
Rahul Gupta
Can a Web developer design an interactive and dynamic website solely based on HTML and javascript? IF YES how can it be done.
html
javascript
website
1 Voto
5 Respostas
19th May 2018, 8:07 AM
Martinson Afari
This was just one of the challenge questions that sololearn gave me. Can anyone explain why the output is yes and not why?
boolean-logic
python
1 Voto
3 Respostas
5th Jul 2022, 1:06 AM
Sam Lachance
can someone help me with Html and JavaScript ( about nav bar in a website)if yes leave a comment and i ll dm
help
html
javascript
please
0 Voto
5 Respostas
4th Apr 2021, 2:44 PM
Sam A. Ishak
Can we connect Angular project with MySQL database without any API? If yes how & If no which API we can use to accomplish this?
angular
framework
mysql
web
7 Votos
3 Respostas
5th Feb 2018, 5:35 AM
JULIUS FREDRICK
Coding is better or not for making good future ? If yes then how to get expertise.
about
begginer
coding
confused
future
0 Voto
1 Resposta
14th Dec 2019, 11:29 AM
saquib khan
Can I use jdk on my android phone and if yes then how can i set path?
jdk
0 Voto
2 Respostas
26th Feb 2017, 5:33 PM
Atharva
PLEASE CAN I USE HTML JS AND CSS FOR MOBILE APP...IF YES HOW AND EXAMPLES OF APP BEEN CREATED WITH IT
css
html
javascript
1 Voto
4 Respostas
3rd Dec 2016, 8:45 PM
Ntiamoah
Can someone tell me why my code is working for only one input. if try to run it second time by typing yes then it prints none
dictionaries
functions
0 Voto
6 Respostas
30th Aug 2020, 7:26 PM
Krishna Agrawal
Should I learn oop first before any other programming language? If yes could you tell me an online courses?
oop
0 Voto
2 Respostas
27th Mar 2020, 12:41 PM
hagar mohamed
How to create a gif png. Yes I know it is out of the box questions but still any one know pls help me .....pls
binod
box
of
out
questions
the
2 Votos
4 Respostas
12th Aug 2020, 11:26 AM
JAY • ≫
I read somewhere that "There can be a C program without the main function" is it possible? If yes then how?
c
cprogramming
curious
help
main
mainfunction
urgent
1 Voto
2 Respostas
17th Jun 2019, 10:20 AM
Nisha Sharma
Can we make a pure function or accessor methods without using return statement?if yes then how? And if no then why?
c#
c++
java
javascript
2 Votos
2 Respostas
30th Jan 2018, 4:27 PM
Harsh Agrawal
If I completed html , css and javascript can I get a job? If yes what kind of job would I get
hi
1 Voto
2 Respostas
4th Feb 2023, 5:59 PM
NNN
from where can i get video links for html to put in video tag ? can i put my own created? if yes then how?
c++
css
html
html5
java
javascript
1 Voto
8 Respostas
16th Feb 2018, 8:28 AM
TUSHAR SANGAT
Guys should i learn graphics in cpp?If yes . using what openGL or direct x? please also do tell about QT too?
cpp
graphics
0 Voto
5 Respostas
9th Sep 2017, 6:24 PM
Nihal Sharma
C++
no
or
yes
-2 Votos
2 Respostas
2nd Nov 2020, 4:46 PM
W.A.P. Harsha Maduwanthi
To become a cyber security expert do i need to learn (in depth) programming? If yes then which languages?
cybersecurity
hacking
it
programming
1 Voto
1 Resposta
29th Oct 2018, 4:33 AM
Mohammed faheem
Does the class takes the memory space? If yes then how much and when? If no then why not?
java
programming
0 Voto
1 Resposta
6th Jan 2023, 8:04 PM
harsh singh
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
6
7
8
9
Próximo >
Quente hoje
What's wrong with this code ? ( Beginner)
3 Votes
Pig Latin
0 Votes
Please rate my code from 1 to 10
2 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
Uuu
2 Votes
I’m new someone can help me
0 Votes
Recursion doubt
2 Votes