Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Why do I find it easier reading and understanding codes but can barely write a simple program?
code
codeplayground
python
3 Votes
4 Answers
5th Aug 2016, 10:13 PM
Chuma Umenze
Please can anyone tell me what is wrong with my program? it is showing some random output.
c++
3 Votes
4 Answers
2nd Dec 2017, 9:44 AM
RR2001
Excuse me, but you could tell me how I can use UTF-8 in a Python program?
boh
0 Votes
3 Answers
19th Sep 2019, 4:10 PM
Francesco Manuel Ursini
In C programming, what is the difference between return 0 and return 1? And why this return 1 also executes my program?
c
0 Votes
3 Answers
13th Apr 2021, 7:53 AM
kushagra saruparia
Can anyone tell me what is causing an error in this program? And how can I fix it?
python3
1 Vote
4 Answers
30th Apr 2020, 7:19 AM
Arif Ameer Hussain
How do I start a legit program? I have no idea how or where to begin.
c++
1 Vote
4 Answers
31st Jul 2016, 11:30 PM
jigoku_tenshi
How i can make to display time from my computer using a c++ program?
asctime
cpp
sync
time
windows
1 Vote
2 Answers
22nd Jan 2017, 3:03 AM
vishnu
Hey guys, can you help in one program? I don't have any idea about this program.
code
functions
python
strings
2 Votes
1 Answer
29th Nov 2022, 6:56 AM
Anonymous
What happens if I import all the existing packages to my program? Will it get slower?
java
3 Votes
2 Answers
5th May 2017, 8:20 AM
Danilo
I would like to learn ,make android appilcation .Who is can write the android program?wiche pre need to make a android program?
android
androidstodio
eclipse
java
neatbeans
4 Votes
11 Answers
24th Feb 2017, 7:51 PM
M.s S.a
"public static void main(String[ ] args)"for what we are using string[] args..what they perform in program?
variables
0 Votes
3 Answers
4th Jun 2018, 3:52 PM
Sridhar
How to know which data structure should be implemented in a particular program?
c
c++
java
javascript
python
0 Votes
1 Answer
17th Oct 2017, 2:02 PM
Vibhash Ranjan Ray
Where is the error in this program? And also give out put .
c++
classes
error
include
objects
program
progress
0 Votes
1 Answer
13th Mar 2018, 6:47 PM
Nirav patel
How do you sum the same numbers from two different groups of numbers in a java program?
intersect
java
math
set
0 Votes
5 Answers
14th Oct 2017, 9:57 AM
Hdpolover
Why scope resolution operator works in TurboC but doesn't work in Codeblocks in C program?
c
programming
1 Vote
2 Answers
13th Nov 2017, 5:12 AM
Shashank Shekhar
How can I display (run) the code I wrote in the web language outside the Sololearn program?
game
html
java
javascript
web
0 Votes
2 Answers
9th Feb 2023, 3:57 PM
Soner
can you share code to someone else without this app so they can test the program?
beginners
bmi
completecode
python
sharecode
testingcode
0 Votes
1 Answer
7th Feb 2022, 11:50 PM
Carmilla Boykin
Can anyone help me to understand this program? And what should be the input of it?
input
output
0 Votes
1 Answer
6th Dec 2019, 9:35 AM
SAzidsukc
Can we use property of class in another class in a same program? If yes then how
java
1 Vote
3 Answers
16th May 2018, 5:00 PM
Harsh Agrawal
Hi could someone be so kind to send me a link to download an sql program?
hhh
0 Votes
3 Answers
9th Oct 2018, 8:47 AM
Yassir Ndegwa Mohammed
Is there any book in a market that contains only the syntax of program? E.g. C, C++, Java,...
book
books
c
java
market
script
sl
sololearn
steps
syntax
3 Votes
3 Answers
16th Sep 2017, 3:24 PM
Ankit
How can I measure/compare the speed of my java/c++ program? (The two program do the same thing.)
c++
compare
java
speed
2 Votes
3 Answers
13th Jan 2017, 2:31 AM
Herczeg Dániel
How to modify a txt file even when it is open in a c++ program?
c++
text
1 Vote
2 Answers
1st Sep 2016, 1:45 AM
Adarsh
I have question in Javascript, what is the function that returns the number of functions are used in the program?
node.js
0 Votes
5 Answers
10th Jul 2021, 4:06 AM
Mona Alzaki Alsheikh Alwaseela
how to make a cashier program? because I have tried many times but still have an error :(
c++
-2 Votes
4 Answers
23rd Mar 2021, 8:41 AM
SYAFNI AULYYA
what is the output put of the following program? int main () { int x=5; static int y =x; prinf("%d", y) ; }
5
error
garbage
3 Votes
4 Answers
10th Sep 2019, 5:17 PM
Vaibhav Karma
How do I put graphical interface in my C++ program? I know that i have to include the library, but how?
c++
graphics
6 Votes
2 Answers
30th Oct 2018, 5:16 PM
Joey Lim
How do I stop the execution of the program? In the program given below
c
c++
0 Votes
2 Answers
7th Nov 2016, 2:26 AM
Infinity
If I initiate arr[5] and assign a value to arr[6], is there a possibility I mess up other program?
arrays
c++
3 Votes
4 Answers
18th Aug 2017, 4:32 AM
S_D
What is the logic of using the exit () function and the goto statement in a program? How safe is it? how to use it?
c
exit()
goto
10 Votes
2 Answers
7th Mar 2020, 2:25 AM
José Cleto
Does anybody know how to create more than one scanner object in a program? I'd like to write a question-answer program...
scanner
1 Vote
8 Answers
16th Dec 2017, 1:32 PM
noura
Have you ever worked with bits/stdc++.h? Could you explain to me this program? And why can't it be compiled?
c++
compiler
stdc
1 Vote
5 Answers
1st May 2017, 3:51 AM
Anastasia
what is the difference b/w <iostream>and <iostream.h> and is it necessary to use clrscr();in every program?
c++
0 Votes
3 Answers
19th Aug 2016, 1:28 PM
Prakhar
What are the outputs of this program? Please give explanation in support of your answer.
arraylist
arrays
c
numeric-operations
traverse
0 Votes
1 Answer
11th May 2021, 12:11 AM
Amaresh Ray
What does <span> tag do? and how does css is linked to html in this program?
<span<
do
does
html
in
tag
what
1 Vote
2 Answers
2nd Jun 2017, 10:45 AM
Ambarish Acharjee
Can you provide a code to diaplay execution time of any program? (It should work in turboC)
binarysearch
c++
execution
linearsearch
runtime
time
timer
turbo
turboc
2 Votes
2 Answers
6th Dec 2016, 11:12 AM
HtraP
Is anyone using the Brackets Program? How do you think it compares to other Editors? Please post your editor!
code
editor
2 Votes
4 Answers
5th May 2017, 4:13 PM
Hapi Light
raw_input is not defined this error occurred always when I used raw input in my python program?
pypy
python
python3
-1 Vote
2 Answers
18th Mar 2021, 7:07 AM
Mohammad Umar
How do we use artificial intelligence in daily life with program? Which type of programming language is used? Please help me!
python
8 Votes
2 Answers
21st Mar 2017, 9:24 AM
Yusuf Hashmi
In xampp ,simple programs of php language aren't running .they are having same error 404.what can i do to run php program?
localhost
php
xampp
0 Votes
9 Answers
15th Mar 2017, 3:35 PM
krupa
When writing the sentence "name space" is necesary to use "std", when is starting a new program?
c++
2 Votes
2 Answers
30th Jul 2017, 4:39 PM
Luis Perez
What is the main use of namespace? And what if we don't use it in our program?
c++
namespaces
2 Votes
2 Answers
2nd Feb 2017, 1:11 PM
Ashu Bagul
Is there any way to detect where the location of a segmentation fault is in a c program?
c/c++
0 Votes
4 Answers
30th Oct 2017, 2:48 PM
Gokul Krishna
How can i make a new file in the computer in case of the first use of the program?
data-saving
files
python
python3
1 Vote
2 Answers
20th Jul 2019, 3:24 AM
Rafael Marinho dos Anjos
Does it mean if I don't have an interpreter, i would never run a program? I see no object or executable file
haskell
python
1 Vote
6 Answers
15th Nov 2018, 6:19 PM
Ebong Billy
Which statement should be followed first while statement or if statement when writing the program?
if-statements
loops
python
0 Votes
2 Answers
11th Jul 2016, 9:51 AM
Rupam Das
What is the basics for writing program or step by step process of writing program?
c++
0 Votes
2 Answers
14th Mar 2017, 4:30 PM
Haris
Can we use user defined int in the program? Can it be plased in other variable ?plz write program
java
1 Vote
4 Answers
25th Jun 2017, 6:04 AM
Abinash Niure
How to use information stored in file as variables in program? and how to randomly access some information in file in c++ ?
c++
filehandling
retrievingdata
1 Vote
7 Answers
18th May 2018, 10:43 AM
Maleeha Khalid
What programming language that can read and analyze html family(include css) code and put it into analytics document or program?
c
cpp
java
js
nodejs
null
php
py
3 Votes
2 Answers
13th Oct 2020, 2:36 AM
El Roy Situmorang
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
14
15
16
17
Next >
Hot today
How to get better with problem-solving and programming
1 Votes
Odd even threads without condition variable
0 Votes
Ejercicio Pytho
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Write a program to find the strings are in isogram or not
0 Votes
What's wrong with this code ? ( Beginner)
0 Votes
Please rate my code from 1 to 10
1 Votes
How to start
0 Votes