Cours
Se connecter
Commencer à apprendre l'IA
Cours
Se connecter
Commencer à apprendre l'IA
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
Write a C program to read a file and count the number of lines in the file. Note : Should not use an in-built function.
c
program
1 Vote
1 Réponse
19th May 2018, 1:38 AM
Arun Sharma
In Netbeans ide where should we put the following code ? I mean in java class or java frame?
java
methods
0 Vote
2 Réponses
17th Jul 2017, 3:54 PM
Yogesh Kumar
I want to become android developer.? I know c programming language only. Now which programming language should I learn?
answer
css
html
java
programming
0 Vote
1 Réponse
21st Jul 2019, 2:09 PM
Ankit Parajuli
Are there any suggestions on where I should start my coding experience? I don't know a thing about coding.
help
0 Vote
2 Réponses
11th Jul 2017, 11:59 AM
Donald Savage
Did the name of the source file(.Java) and class name of the program should be same in all cases?
0 Vote
2 Réponses
17th Aug 2016, 6:05 AM
Anand Subramaniam
Guys I am desired to make app . But I don't have laptop can I make ? And I need to know which programming languages I should le
...
0 Vote
2 Réponses
6th Nov 2020, 10:46 AM
Mulusalam Mokonnin
I live in India . I am good at programming but I am not good at maths , physics and chemistry . what courier should I be taking
courier
java
programming
0 Vote
4 Réponses
23rd May 2017, 6:37 AM
vaibhav shukla
When specifying a web font in css style, why should we add more than one font name? Why can't it access the first font given? 🤔
font
1 Vote
2 Réponses
20th Oct 2018, 7:29 AM
Shwetha N
Is there any way to see how courses have changed after being updated? When, if ever, should courses be re-completed or reviewed?
c++
community
Courses
sololearn
update
2 Votes
1 Réponse
27th Dec 2016, 8:42 AM
Joseph Carpinelli
Please anyone can tell, What should be the sequence to learn languages for web designing & what languages i have to learn?
css
html
java
Jsp
php
1 Vote
2 Réponses
17th May 2017, 7:06 AM
Nitish Jairath
Which language is best for future.. Java, c++ , c or any other? Should I concentrate on software development or web designing?
c
c++
java
php
scripting-languages
vb
1 Vote
2 Réponses
15th Jul 2017, 12:35 PM
Sreejith P
Is it enough which programs are selected by "Sololearn" to be a good/better/best programmer? If not then what should need to do.
c#
cpython
css
css3
java
javascript
php
programm
programm+
python
python3
1 Vote
2 Réponses
16th Dec 2016, 11:39 AM
ⓤⓝⓢⓜⓐⓡⓣ ⓑⓞⓨ
On a screen assume that there is a division..below that there is a button..on pressing the button, 1 should be printed in div..
<div>
0 Vote
2 Réponses
20th Jul 2020, 7:35 AM
Adeeb Khan
Life has taught me many things but not coding and my memories are fading as i am in 30s, Should I forget coding?
coding
life
sucks
1 Vote
2 Réponses
28th Aug 2017, 5:45 PM
DavinciX
I learned the basics of wp theme development, what should I do now? Can anyone suggest resources or any advice about what's next
wp
0 Vote
3 Réponses
9th Aug 2017, 5:24 PM
Muhammad Eltaher
I want to learn all programming languages from solo learn can anyone suggest me where to start and what order I should continue?
code
self-learning
sololearn
1 Vote
2 Réponses
18th Aug 2017, 5:34 PM
Lokesh Rajasekhar
How can I treat different exceptions with different outcomes in C++, should I add some kind of a switch() or if() conditions ?
exceptions
java
0 Vote
3 Réponses
9th Dec 2016, 4:06 PM
A B
Sir i am new how i learn this language. Sir i don't know any things about c or c++ .what should i do to lern c or c++ language..
namespaces
std;
1 Vote
4 Réponses
24th Jun 2017, 2:53 PM
Vicky Maddheshiya
I have learned the basic of python language what i should do next like django ,tkinter or anything else please guide me and also
django
python
0 Vote
1 Réponse
15th Jul 2018, 6:34 AM
KARTIK
I am studing in fy.bsc compsci what should i do if i want to exceed in this programming field bcuz i love learning programming
programming
-1 Vote
4 Réponses
9th Mar 2017, 10:16 AM
Gaurav Shinkar
What should I do If I am programming on java and when my code is running this shows me a message with "compilation error"?
#java
#programming
#sololearn
0 Vote
3 Réponses
17th Sep 2017, 7:03 PM
Ximena Guevara
I am unsure why my program behaves how it does when I input words where it should receive numbers. I'm using try and except.
except
main
python3
try
0 Vote
2 Réponses
8th May 2019, 5:11 AM
Elijah
The audio link does not play any way I enter it. Also, the photo link I enter does not appear. what should I do?
html
html5
website
0 Vote
2 Réponses
28th Mar 2021, 10:06 AM
shabnam
Why am i getting no output while i think it should come "four" Or where am i wrong help 🙏
switch
0 Vote
1 Réponse
15th Aug 2019, 12:45 AM
DataStream Cowboy
Have 12 months before i leave the military, how should i prioritise my learning to become a full stack developer?
career
0 Vote
1 Réponse
7th Sep 2019, 6:18 PM
Aron
Can anyone tell me what should I learn after C++? And from where do I get advanced C++ knowledge ?
c#
css
html
java
js
ruby
0 Vote
2 Réponses
24th Sep 2017, 5:10 PM
Shivam Singh
How to build a android app like facebook what should I learn to build this? How to deal with servers?
android
app
development
java
programming
0 Vote
1 Réponse
25th Feb 2019, 12:48 AM
Pranav Zagade
I wanna be a good web programmer. i started learning from "0". I finished Html course here. And now studying CSS. so what would be the next step after finishing these courses? should i try to build random web pages?
css
html
website
3 Votes
6 Réponses
7th Aug 2016, 10:16 AM
Fatih GÜNGÖR
can we use two threads so that thread 1 prints a and thread 2 prints 2 alternately? output should be like this thread 1 a thread 2 b thread 1 a thread 2 b can we use wait() for this purpose?
java
threads
3 Votes
6 Réponses
20th Jul 2016, 4:58 PM
sreeraj g
I am learning basics of python. But I think I should learn by making some projects in python. Please suggest me python projects
beginner
project
python
1 Vote
2 Réponses
4th Oct 2017, 5:20 PM
Dinesh Banjara
could someone help me on this code? when i click right arrowkey on checkbox2, focus should move to submit button.and when i clic
javascript
jquery
0 Vote
1 Réponse
18th Mar 2020, 11:39 AM
Guess Me
I need a JavaScript code for auto update when booking seats and the booked details or data should erase every 24 hours automatic
javascript
1 Vote
2 Réponses
26th Sep 2017, 3:00 PM
Mohammed Anfas
Hello guys. I just wanna ask. If i wanna learn about programming what should i study. Like C++ , php, html. No idea . Guys. Hope can you help me.
html
0 Vote
5 Réponses
30th Jun 2016, 1:35 PM
Zey Beat
What should I test if I want to know a website is actually up. I need more than a simple ping reply.
ping
2 Votes
1 Réponse
24th Jul 2017, 7:42 PM
saman hamidi
Should i use android studio during learning of java programming? If i know little about android studio and xml.
android
app
java
sololearn
1 Vote
1 Réponse
15th Jul 2017, 2:23 PM
Kumar Mohit
Should SoloLearn provide a folder in the App where we can store our 'Resources' to be used in designs?
c++
css
graphics
html
java
lists
1 Vote
1 Réponse
24th Aug 2017, 10:35 AM
Bamgbose Adegbuyi
What should I do in my Html so that my friends can also have an access to my website?
html
0 Vote
1 Réponse
24th Dec 2019, 5:18 AM
Fabiha Ferdaus
I am a beginner here, I've started with C++. What is your opinion, have selected the right one or should I go with any other?
c++
html5
java
javascript
python
sololearn
0 Vote
2 Réponses
15th Sep 2019, 7:39 PM
Nirman More
I want to execute multi lines of code of Python. It is not possible with Python 3.8.2 shell. So what should I download for execu
files
python
0 Vote
2 Réponses
10th May 2020, 11:34 AM
ROHIT R KAMAL
What language should I get into if I want to interface with a Raspberry Pi? I'm going with python. for now but what's you opinio
javascript
pi
python
raspberry
2 Votes
2 Réponses
27th Feb 2017, 3:49 PM
Hassan Black
can anyone help me know about in what way should I write a program so that it can give the output of the diagonal of 3×3 array??
arrays
c++
0 Vote
4 Réponses
11th Sep 2016, 4:41 PM
Paras Arya
Hey I am In Just first year of computer engineering... So what should i must learn in 1st year so i can be skillful in ny domain
cse
1 Vote
2 Réponses
6th Sep 2018, 4:26 AM
Kakadiya Zeel
What approach should i take for "Automatic Face sketch of a suspect using Genetic Algorithm for my project using Python"????
geneticalgorithm
image
imagerecognization
machinelearning
opencv
python3
0 Vote
1 Réponse
9th Mar 2020, 2:26 PM
Amit Pokhrel
What are the different steps for learning to hack. Where should i start! I want to lrarn it for awareness
help!
0 Vote
2 Réponses
19th Nov 2017, 5:09 PM
Mansoor Hasnain
I am a absolute Beginner & I want to make apps for iOS/Android. How should I get started ? Which course to complete ?
android
app
beginner
c++
ios
java
newcourse
0 Vote
3 Réponses
12th Jan 2018, 5:56 PM
Kushagra Nagar
I really can't justify use of an Empty tuple... a tuple is immutable.. so it should remain empty everytime what can be it's use?
tuples
0 Vote
3 Réponses
18th Jul 2017, 4:22 AM
Manoj Mudgal
You are making a text encryptor. It should take multiple words and output a combined version, where each word is separated by a
i
need
-1 Vote
2 Réponses
5th Aug 2022, 5:45 PM
Umar Ado Isyaku
Can anyone tell me please that which condition should I use in c++ programme though I have enough concept with lack of practice
c++
0 Vote
1 Réponse
14th Nov 2020, 7:39 PM
sheraz jan
Whenever I'm using two files such us .h and .cpp, I obtain a no such file or directory error. What should I do?
basics
code
codeplayground
compiler
0 Vote
2 Réponses
22nd Aug 2018, 9:50 AM
Hls
I want to design a basic website with html php mysql js and css. Where should we begin? Which website is more informative?
css
html
js
mysql
php
1 Vote
2 Réponses
9th Dec 2017, 4:49 PM
Ramakrishnan T
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
169
170
171
...
176
Suivant >
Aujourd'hui en vedette
Error in python
5 Votes
Why Sololearn Removed Our Saved Private Project (Codes), I Can't Find This Option.
2 Votes
Model Context Protocol ? What is it ?
4 Votes
Do you Think Sololearn should add GDscript?
2 Votes
Where have they gone
2 Votes
How to get messages?
2 Votes
what is wrong with my code?
0 Votes
Certificate
0 Votes
PYTHON
1 Votes
how to be good at coding
1 Votes