Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Which the programming language number one to help non programmers to learn programming with esay way
python
3 Votes
2 Answers
2nd Apr 2020, 6:23 AM
ekhlas Mohamed Abdallah Mohamed
How can we differentiate b/w virtual function, non virtual function and pure virtual function?
objects
oop
polymorphism
pure
virtual
1 Vote
1 Answer
11th May 2020, 11:34 PM
Nomi
What is best practice for garbage collection in non trivial or critical systems in java?
java
overflow
3 Votes
2 Answers
27th Jul 2016, 10:19 AM
Brian R.
How do i make a multiple choice based test since switch cant take non integers
java
2 Votes
2 Answers
17th Dec 2017, 8:10 PM
OBAwesome
Please , as Matlab, can c++ be used in solving matrices and non linear equation systems?
c++
variables
0 Votes
5 Answers
7th Nov 2016, 5:16 PM
Okechukwu Kenechukwu
Is there way to recover the non decorated function print_text() after decorating it with @decor?
decorators
python
1 Vote
3 Answers
25th Feb 2016, 2:26 PM
Lars
How does this code work? How to know what non zero output it gives?
code
compare
how
java
non
output
string
to
works
zero
0 Votes
2 Answers
19th Jul 2018, 11:15 AM
Parth Salat
Being from an non programming background suggest some tips to become an good programmer
challenges
code
1 Vote
2 Answers
6th Nov 2017, 4:05 PM
Ponmozhi P
How to generate either absolute value and non absolute random numbers in JS
html
javascript
-1 Vote
1 Answer
29th Jul 2020, 3:00 PM
Anyanwu Johnbosco Chima
How can we convert non stable comparison based algorithm to stable algorithm .
algorithm
datastructure
python3
0 Votes
1 Answer
12th Aug 2019, 5:20 PM
Nikhil Tale
When static variable and non variable will be load or allocated in JVM
java
static
0 Votes
1 Answer
9th Jan 2017, 4:21 PM
Annapoorani.H
Can i print pi as non terminating in C++ with all of its decimal digits .?
c++
-1 Vote
2 Answers
9th Aug 2017, 10:31 AM
Arbab Nizamani
Here is the list [1, 9,8,8,7,6,1,6] I need an output which shows the non occurring numbers in this list in python.. Pls help 🙏
python
0 Votes
14 Answers
14th Sep 2020, 6:11 AM
Ganesh S
What can I do to be a software devloper from non cse. & where will start???
help
0 Votes
2 Answers
22nd May 2020, 7:05 PM
NoMaD
Write a program to remove non repeating elements from a list provided by user
python
0 Votes
2 Answers
12th Jan 2017, 4:41 PM
Vivek Sharma
How to find the time complexity and space of non recursive program in Python?
python
0 Votes
1 Answer
4th Sep 2016, 5:10 PM
pr@tik
Is there any difference between a certificate got by a pro user and a non pro user?
certificate
0 Votes
1 Answer
26th Sep 2020, 10:32 AM
Asiku Julius
I am about to complete introduction to HTML ,I am from non IT background ,what should i do next
confused
doubt
it
non
query
0 Votes
4 Answers
27th Dec 2022, 11:07 AM
Kamil Dhanani
Please someone should help me I want to make my circles to bounce like a ball non stop
html5
1 Vote
1 Answer
25th Mar 2022, 12:05 AM
Anita
$a=$_POST['stock']; $b=$_POST['qty']; $c=$a+$b; echo $c; When i execute this i get this error A non numeric value encoutered
error
php
phperror
0 Votes
3 Answers
15th May 2020, 6:37 AM
Thimma Chowdary
How does C++ allow the use of static methods in a non static class when C#.net does not allow this ?
c#
cpp
methods
static
-2 Votes
6 Answers
9th May 2021, 4:33 AM
Sanjay Kamath
How to modify a private data member of a class through a non member function?
c++
code
definition
0 Votes
1 Answer
16th May 2018, 3:36 AM
Code Ripper
Why the error is coming like ( the end of non void mentioning that ' } ' this bracket. Any corrections is there
c
recursion
1 Vote
7 Answers
29th Sep 2023, 6:18 PM
Hiriharan V M EEE
Any defaults should be on the right side of any non default arguments?? I cant understand this!
functions
php
0 Votes
3 Answers
8th Jun 2017, 11:23 AM
Aravindhan Kathiravan
Does any one think that someone from a non cs background can become a coder? How much time will it take to learn?
coding
in
neophyte
1 Vote
9 Answers
10th Jul 2018, 5:30 PM
Jahnavi Kala
I am an html tag i contain all the non visual elements of the web page who am i?
html
0 Votes
5 Answers
13th Feb 2017, 9:10 PM
Emmanuel Nuotah
advanced mathematic operations, non linear plane trajectory calculation (x,y,z), are there any classes or any Header files?
c++
1 Vote
2 Answers
8th Jul 2016, 10:46 AM
Moersy
<head> tag contains non visual elements.Isn't this statement wrong beacuse <title> tag element inside <head> tag is visible .
<head>
html
1 Vote
4 Answers
24th Apr 2017, 9:46 AM
Bibhuti
How do i make my page enable writing on by user instead of having static non editable pages?
none
0 Votes
2 Answers
11th Aug 2020, 5:12 PM
Solomon M.
how to call non static methods that are already in abstract class inside main class static method in java?
abstract
class
coding
java
methodcalling
non-static
programming
static
1 Vote
2 Answers
1st Mar 2020, 6:36 AM
D ̲E ̲S ̲S ̲I ̲E ̲- ̲B ̲A ̲H ̲I ̲R ̲U ̲
Write a C function to find the kth occurrence of an even integer in a sequence of non negative integers, and then call your func
sequence
series
0 Votes
3 Answers
19th Sep 2018, 5:04 PM
Nilutpol Kashyap
What is best for a non CS/IT student getting ready to work for a IT MNC?
Jsp
0 Votes
1 Answer
12th May 2017, 8:36 PM
Rishabh Krishna
Why jvm doesn't allow me to do calc between a static and a non static variable.
java
jvm
static
0 Votes
1 Answer
25th Mar 2017, 7:42 PM
pranjal kumar
I wrote a simple code by using function definition that computes grades. Why do I get Traceback error for non integers inputs?
function
python
python3
1 Vote
5 Answers
13th May 2018, 1:22 PM
IKECHUKWU, GAVIN C
How can I make a div non editable that’s within an editable div without taking away functionality?
css
dom
html
javascript
0 Votes
1 Answer
12th Dec 2018, 11:58 PM
Thomas Czernek
lmfit
curve
fit
linear
lmfit,
non
2 Votes
1 Answer
18th Jun 2020, 7:10 PM
Kadi
Why do people downvote the post of people who can't write their problem in good English? Why don't they just ignore it?
community
english
harassment
non
sololearn
speakers
14 Votes
13 Answers
14th May 2017, 2:55 PM
Vaibhav Sharma
Non markup languages questions in challenges should be given at least 45 seconds what do you think?
challenges
time
1 Vote
1 Answer
18th Mar 2018, 9:21 AM
Emmanuel Arthur
Some what I'm missing in this problem.. Could you help me?Q:Read an integer N.. For all non negative integers i <N, print i**2.
python
0 Votes
5 Answers
10th Apr 2020, 5:52 AM
SelvaKumar
Write a c++ program to count the numbers of adult persons and non adult persons,while we have 18 people..create 2 counters
c++
0 Votes
4 Answers
8th Sep 2017, 4:23 AM
Daravan Daro
What is the use of synchronization in java e.g. java arraylist is non synchronized... what does it really means
java
1 Vote
2 Answers
2nd Apr 2017, 2:37 PM
Akash A
when you’re testing with that; 1) leap year before 2/28, 2) leap year after 2/28, 3) non leap year
c++
0 Votes
1 Answer
7th Oct 2019, 12:51 PM
Livoni
What should a person from a non IT background begin with if he or she wants to get into IT? Any set roadmap??
nonit
wanttolearncoding
0 Votes
3 Answers
14th Sep 2018, 4:49 PM
shaz
Respected dear company pythons I want question that u know a computer is a non living so how can we comunicate with it
python
2 Votes
2 Answers
12th Jun 2018, 8:17 PM
Tayeb Akhand
If we write any message in head tag then it is shown in the output then how we can say it contain non visual elements.
elements
head
headtag
html
htmltags
output
tags
1 Vote
4 Answers
24th Mar 2020, 2:56 PM
Satvik Jain
In head section there is only non visual elements but the content in head section is visible in output?
describe
0 Votes
1 Answer
25th Nov 2018, 12:34 PM
kiran namawar
what are the features of pro sololearn ? do they have more courses ? like bash , i cant find bash here in this non paid app
courses
sololearn
0 Votes
5 Answers
19th Jun 2020, 5:56 PM
NIK
'write a function that accepts an array of non negative integers and returns the second largest integer in the array.
arrays
0 Votes
2 Answers
18th Feb 2017, 2:23 PM
Ricardo Chitagu
How do you write Swift on a non - apple device? Or what should be installed on a windows machine inorder to run Swift?
apps
ios
programing
swift
windows
1 Vote
3 Answers
25th Jul 2019, 4:04 PM
Keleos William
can i use any other non visual tag between <head> tag and </head> tag in html except <title> tag?
html
0 Votes
1 Answer
8th May 2017, 11:41 AM
yash
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
3
4
5
Next >
Hot today
What to start with for a beginner
2 Votes
Why this code still works
0 Votes
Python
1 Votes
Python related
1 Votes
What's wrong if I use string as "c::\\"
1 Votes
Where is the course to learn R ??
1 Votes
I need help with my code please
0 Votes
Ai courses
1 Votes
Why won't canvas work?
2 Votes
How can I find what I have saved
0 Votes