Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Can someone please explain to me how this python code works. I found it in a challenge and I'm clearly missing something...
python3
0 Votes
1 Answer
12th Mar 2020, 7:59 AM
Joel Merrington
Pls explain the array part in the main method from the declaration of object what has he done Where's the object declaration
interfaces
java
0 Votes
1 Answer
23rd Mar 2021, 6:15 PM
kreddyt
Pls can anyone explain to me why the (else if) condition is not working in the code below even when it's condition is meat???
code
0 Votes
3 Answers
30th May 2017, 7:17 PM
ibrahim danjuma
In heading tags, I used italic <i> instead of bold <b> in h3. Then, the reamining h4,h5,h6 are changed instead of h3. Pls explain
comments
headings
html
0 Votes
3 Answers
19th Sep 2016, 3:51 PM
Master Coder
This isn't giving any difference in the code when I change none to thin or auto please can someone explain why?
css
html
overflow
scroll-bar
0 Votes
1 Answer
12th Oct 2020, 3:28 PM
Abraham Samuel
can someone explain the x.length-1 in this program and why sum ends up to be 7? var x=[1,4,2,1]; var sum=0; for (i=0;i<x.length-1;i++){ sum+=x[i]; } document.write(sum)
javascript
1 Vote
2 Answers
16th Sep 2016, 1:23 PM
Mercurius
Why is 1 % 2 = 1? I understand that 13 % 4 = 1 because 1 is the remainder of 13 / 4, but I don't see how the first modulus works. Can someone explain this please?
python
1 Vote
6 Answers
2nd Oct 2016, 7:49 PM
method
Hello everyone. I have some lines of c# code. Can any one explain them in a video? Please i need help on urgent basis.
c#
-1 Vote
2 Answers
24th Jul 2019, 8:34 PM
Rana Umair
The purpose of including comments in your code is to explain what the code is doing. Java supports both single and multi-line
comments
0 Votes
1 Answer
30th Sep 2019, 11:37 AM
Baraniraj
I thought than an id could only be used once, but i used it two times and it worked. Could someone explain this to me?
class
html
html5
id
0 Votes
2 Answers
25th Sep 2019, 8:32 PM
-DSaus-
need code break down explaination
axplaination
break
code
down
explain
help
php
0 Votes
2 Answers
10th Mar 2017, 5:58 PM
Hussain Mohammed
Can anyone explain me what the difference between these two codes. Seems I don t understand the use of elif.
elif-statements
else-statements
python
-1 Vote
1 Answer
30th Sep 2016, 10:05 PM
hernanoeh
how to make a while cycle come to an end when the correct number is put. Code explain please :c
cycle
help
javascript
while
0 Votes
1 Answer
7th Aug 2018, 4:31 AM
Jorge David Vasquez lazo
can someone please explain lower_bound function in map stl in c++?i am confused in this example given on c++ site
c++
lower_bound
0 Votes
1 Answer
13th Aug 2018, 11:59 AM
Bahubali
I know this is not a basic command but can anyone explain to me the use of command called "cast"?
sql
-1 Vote
1 Answer
25th Feb 2016, 6:34 PM
Hendrik Jacobus Janse van Rensburg
guys what do they mean by the switch expression is evaluated once someone please explain how the process unfolds i
javascript
switch
0 Votes
1 Answer
28th May 2017, 10:26 PM
wazha
I know it may sound foolish but can anyone explain in detail why both the print functions are giving different output?
python
variables
0 Votes
2 Answers
4th Mar 2017, 3:46 AM
Nishchay
Can anyone be good to explain this code properly i always get confused and mix up with things like that ?
javascript
0 Votes
2 Answers
19th Apr 2017, 7:43 PM
Ionut Marian
I don't understand why is it an syntax error when I type the following else: can someone explain to me please.
else-statements
python
0 Votes
2 Answers
11th Oct 2016, 12:42 PM
Lubabalo Duma
Please check out the code and explain to me how the break and continue loops works and I'm also confused with the i <= 0:
phyton
0 Votes
1 Answer
29th Jun 2022, 10:23 PM
MAnny
What is the main difference between HTML and HTML 5 ?? And what are the benefits of HTML 5 ?? plz explain .... waiting Thank You .
html
html5
0 Votes
3 Answers
4th Jun 2016, 5:55 AM
Prathamesh Kinare
what does the expression 'Return 0' generally do?? In turbo C we use getch() at the end. Please someone explain this to me.
@cprogramming
0 Votes
1 Answer
23rd Apr 2019, 3:08 AM
Light L
Can someone please explain to me the complement, unary plus and minus (~ + -), the right and left bitwise shift (>> <<), bitwise 'AND' (&), bitwise exclusive 'OR' and reg. 'OR' (^|)?
operator-precedence
python
0 Votes
2 Answers
1st Sep 2016, 2:58 PM
DELETED
Is possible to use python to download pictures from the web? If yeah, explain to me how to do that. Thank you
cpython
python
python3
0 Votes
2 Answers
7th Dec 2016, 8:01 PM
Djaber Meghar
How to write marathi langugae in html web page or how to support marathi language in html web page explain with example?
html
utf-8
0 Votes
1 Answer
8th May 2017, 7:46 PM
Vicky Wani
I have seen the below validation. Could someone explain me what exactly does it implies or the use cases why we are going for it
code
if
java
microservices
null
programming
request
response
springboot
validations
0 Votes
1 Answer
27th Aug 2021, 4:39 AM
!v@R
Can someone explain how you can create input options in the confirm boxes(more than one) or in any of the other boxes
javascript
0 Votes
2 Answers
24th Mar 2017, 7:52 PM
Augustine Henry
GENERIC CLASSES i want your help
<t>
~store
c#
explain
public
t
template
-3 Votes
1 Answer
23rd Jul 2018, 8:31 AM
kwizera tumaini janvier
def add(x, y): return x + y def do_twice(func, x, y): return func(func(x, y), func(x, y)) a = 5 b = 10 print(do_twice(add, a, b)) anybody can explain what is the relevance of func in this code?
functions
python
1 Vote
4 Answers
21st Aug 2016, 4:57 AM
anju
How do u guys insert links of images on the code play ground, please explain to me, i only know how to do it on html kit tools
links
0 Votes
2 Answers
3rd Sep 2019, 4:05 PM
Salah Jr
How printf() is able to take variable arguments as per users wish? Explain its complete architecture and use of va_start, va_arg
c
c++
1 Vote
1 Answer
10th Jul 2017, 6:06 PM
beingBing
Can someone explain the output of the program in step by step manner (i got the output 20..however answer is 25)
operators
0 Votes
1 Answer
15th Jul 2017, 1:18 PM
Stephen george
I am able to access function which is under protected access specifier in the given code.can u explain how it works?
c++
0 Votes
1 Answer
22nd Jun 2018, 4:32 PM
S.Krishnama Naidu
I don't know this question !! I've not understood it can you explain it to me and give me the answer??
anysolution
c++
pls
tohard
-4 Votes
1 Answer
4th Sep 2017, 11:40 AM
Aniket Deshmukh
Can anyone explain the usage(not the definition) of binary shift operators?? How and where do you use them in a code??
,c++
,java
algorithm
c
1 Vote
1 Answer
15th Dec 2016, 3:35 PM
Pankaj Hazra
Can someone explain why the click function code for the remove button had to be coded inside the add button function?
button
code
functions
jquery
0 Votes
1 Answer
29th Mar 2017, 12:18 AM
Brea Torres
I don't understand why my code exits my for loop after assigning x a value of 0 can someone please explain
arrays
c#
for
loops
0 Votes
1 Answer
3rd Dec 2017, 2:10 AM
kenneth Stanley
Hi , could anyone explain me one basic programming like l have to type 1 hello,people 2 hello,peoplee again one more e
pythonnumeric-operations
0 Votes
1 Answer
22nd Apr 2020, 9:26 PM
Shoxrux Xolmatov
Can anyone explain me what is the use of return ??? What is the difference between return 0 return 1 return 4*factor(n-1)
c++
recursion
0 Votes
2 Answers
23rd Oct 2016, 1:39 PM
Pradeep C
double arr[]={5,2,7,8,11,9}; int n = sizeof(arr) / sizeof(arr[0]); double sum = 0; for(int i=0;i<n;i++) { sum+= arr[i]; } double avg = sum / n; cout<< "avarage ="<< avg<< endl; return 0; ) /*what does int n= sizeof(arr[]) /sizeof(arr[0]); do, can someone explain that line for me*/
arrays
c++
0 Votes
3 Answers
15th Oct 2016, 11:31 AM
Leslie Jason
With all my respects ... i'm new to c++ and i wanna someone who can explain to me pointers and do/while loop ??
c++
0 Votes
2 Answers
6th Jan 2018, 5:19 PM
Mohammed Shaawa
in RGBa what does the a mean. in the transparent section, the floating point number for a was 0.3 why? someone should explain to me please. I thought the RGB should have been set to (0,0,0,0).
border
css
css3
3 Votes
3 Answers
14th Jul 2016, 9:48 AM
Dan-Awoh Emmanuel
Please could someone explain to me why the second code isn't working out correctly of writing the sum of prime numbers <10
block
scope
1 Vote
1 Answer
3rd Oct 2017, 5:05 AM
Sammy
Can you explain the setter? I know it's supposed to "set", but I don't know what each piece means and why is it in the class?
classes
java
1 Vote
2 Answers
12th Mar 2016, 4:37 PM
also trebeck
Can anyone show example on how to get only the final answer from loop in c++?
computerlanguage
computerliteracy
cpp
example
explain
for
helpme
loop
selection
while
0 Votes
2 Answers
8th Jun 2021, 9:00 AM
someone
Can any one explain how to build question and answer system step by step in python. What all techniques or procedures. Thanks
nlp
python3
0 Votes
1 Answer
25th Oct 2017, 7:47 PM
Charan Tej
Can someone explain - why list initializers are used as variables in private access specifier. Why variable m becomes month m ?
c++
classes
0 Votes
1 Answer
12th Feb 2017, 1:57 PM
Black Temple
Why are we using virtual functions in C++? What is the usage of attack function in virtual function? Can anyone explain me?
c++
polymorphism
1 Vote
1 Answer
11th Feb 2017, 3:59 PM
Nithyapriya
So the tutorial says there is two ways to input audio using the source element but doesnt explain which one to use?
audio
html
html5
1 Vote
1 Answer
24th Nov 2016, 12:04 PM
skytea yoloswag
How we use superglobals in our practical life ? Explain with some example give some practical example of server script , server host
php
0 Votes
2 Answers
14th Aug 2016, 2:21 PM
Rupam Das
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
128
129
130
131
Next >
Hot today
What's wrong with this code ? ( Beginner)
4 Votes
Pig Latin
0 Votes
Someone can help me
0 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
I’m new someone can help me
0 Votes
What's doctype htMl
2 Votes
HTML community, HELP!!
0 Votes