Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Why in while loop we have 0 in output? Shouldn't it start with 1?
loops
0 Votes
4 Answers
13th Sep 2019, 8:57 PM
Mikael Ovakimyan
Could someone tell me how can I start coding with java 0 knowledge
java
javascript
-3 Votes
5 Answers
18th Oct 2021, 7:49 AM
Be fact- Abhishek Kumar
What happens when I insert 0 in the following code? Especially range becomes range (2,1)
newbie
python3
0 Votes
6 Answers
22nd Dec 2019, 3:50 PM
Baran Aldemir
Why in javascript, divide by zero = infinity????
0
divide
javascript
1 Vote
3 Answers
9th Aug 2019, 8:36 AM
arieh
Why is the output 0 not 1 in the following programme? Please explain.
sololearn
2 Votes
3 Answers
28th Apr 2017, 12:39 AM
Karan Kumar Bedia
print the series 0 1 1 2 3 5 8.....n terms
java
0 Votes
2 Answers
25th Jul 2016, 4:27 PM
Ritwik Singhal
can't understand what's happening in output pls help. is 0 being taken as false and not 0 as true . So as 3 is true but not not
boolean-logic
if
python
0 Votes
3 Answers
5th Nov 2018, 1:09 PM
partha
How to write a function to return a list of numbers from 0 to 10 including both
data-types
python
1 Vote
11 Answers
28th Aug 2018, 9:22 AM
Prashant Balyan
Fill in the blanks to print EVEN (multiples of 2) values from 0 to 20 using a for loop:
fill-in-the-blanks
the-for-loop
5 Votes
6 Answers
12th Dec 2020, 9:55 PM
Chirag Samantaroy
what is the diffrence beteen void main(), return 0 and using nameplace
c++
1 Vote
3 Answers
12th Jun 2016, 7:19 PM
CHURCHIL
What if I type return 1 instead of return 0 in c++ after every function?
variables
0 Votes
6 Answers
14th Aug 2019, 3:27 PM
Abhigyan Pandey
I challenged someone in java with 0 points just now. THANK GOD. he/she DECLINED my challenge. Fooooooo........😥😥😥😥..😄😄😄😄
challenges
declined
java
9 Votes
7 Answers
12th May 2017, 8:32 AM
Ishwarya Manikandan
Hi. How not to output 0 in a while loop in c++?
c++
loops
while
-2 Votes
2 Answers
17th Dec 2020, 3:36 PM
Alex
What will happen if i don't bring the return 0
basics
-1 Vote
2 Answers
6th Feb 2018, 11:49 PM
Selwyn Bonsrah
Who can write a program that from 50 (from 0 to 50) given numbers shows only numbers that divides to 3
c#
1 Vote
13 Answers
15th Sep 2020, 2:40 PM
Unknown
for (int x = 0 x <= x += ) { cout << << endl; }
c++
loops
0 Votes
5 Answers
21st Dec 2018, 10:03 AM
Najam Us Saqib
What is the difference between 0 , '0', "0", '\0' in C++??
c++
2 Votes
2 Answers
5th Mar 2017, 9:23 AM
mihir sharma
Does 0 return on java or c++ and automatically replaces it ?
0
c++
does
java
on
or
return
0 Votes
3 Answers
22nd Dec 2017, 1:46 AM
Glow Chicken
How do I make a progress bar that goes from 0 - 100 automatically?
html
html5
progress
0 Votes
6 Answers
23rd Nov 2016, 3:53 PM
bdubs5050
In c++ when we use return 0,and without return 0 show sqme result. Why??
c++
return
syntax
2 Votes
3 Answers
28th May 2018, 3:21 PM
Preet Aman
.30 is same as 0.3. 0 in 0.3 is not compulsary.
css
css3
opacity
0 Votes
2 Answers
29th Jan 2017, 4:47 AM
Vishal Khedekar
Почему у меня цифру 2000и прописью пишет просто 0 и всё?
c++
0 Votes
1 Answer
23rd Sep 2019, 4:29 PM
Кылымбек Женишбеков
I didn't understand this code the result is 0 but I didn't understand the algorithm
for
if
push
0 Votes
6 Answers
29th Aug 2019, 5:13 PM
Chamseddine Louhmadi
Guys im creating a calculator . When click on 0 and i click on another number for secon char it doesn't erase 0 . What do i do?
c#
0 Votes
3 Answers
14th Oct 2018, 8:21 AM
Diako
is it really necessary to put return 0 at the and of a int main()?
allthesedamnquestions
2 Votes
6 Answers
24th Jan 2018, 12:58 AM
pelham Dathorne
Write a program using for loop that prints even numbers from 0 to 20
c++
-2 Votes
4 Answers
7th Mar 2017, 11:35 AM
Nouman khan
how to solve this problem? choose 0 or 2 or 4 to see problem 👇👇👇{ SOLVED }
loops
python3
2 Votes
4 Answers
14th Oct 2020, 4:34 AM
Hassan Raage
How to print counting from 0 to infinite with while lopps in c++
loops
while
0 Votes
3 Answers
24th Mar 2019, 10:20 AM
Vishakha Kumari
How this java code work. How Java understand to totalize numbers from 0 to 10?
java
0 Votes
4 Answers
10th Feb 2023, 1:37 PM
My arena
Would anyone please tell me how to print: 0 2 6 12... Till 90
java
loops
numeric-operations
while
-1 Vote
4 Answers
15th Feb 2021, 4:03 AM
Aswin V Sivan
1. How echo "end of line" ('\n') ? 2. Why echo $var+$car is 0 ?
php
1 Vote
4 Answers
29th Jul 2019, 6:55 PM
UraL
Elements in "lists" are numbered from 0 instead of 1, but why?
lists
python
0 Votes
3 Answers
12th Jun 2017, 11:32 AM
pyr_py
Why the outputs of this codes are 0 and the other rnd_int
python
0 Votes
2 Answers
24th Apr 2020, 9:22 PM
Guillermo González
Line 0 cannot find symbol is my error. How do i fix this it's a time converter project. Please help
java
-1 Vote
11 Answers
15th Sep 2022, 5:36 AM
Mark Angelo Alarcon
Why C takes 0 prefix like var=052 as a signal that you gave octal input.
c
0 Votes
3 Answers
1st Jan 2020, 3:52 PM
Sanjeet Kumar
Help me (C++). Find the largest element of the queue and then place 0
c/c++
c++
cpp
question
0 Votes
2 Answers
17th Nov 2020, 9:48 AM
Sherkhan Bobokhanov
How to remove 0 in the large number begins with zero
python3
0 Votes
1 Answer
27th Dec 2018, 1:53 PM
Karthik Devillers
Can anyone explain me why this code is giving 0 as a output
c++
0 Votes
2 Answers
4th Nov 2022, 2:24 PM
Shreyansh
[SOLVED] Why 'null >= 0' is TRUE?
0
comparison
javascript
null
3 Votes
3 Answers
30th Apr 2024, 6:21 AM
`ᴴᵗᵗየ
Write a program that generates to enter random numbers from 0 to 100
g
2 Votes
2 Answers
1st Dec 2017, 6:29 AM
John Hany
How likely wil youl recommend programming to a friend. Rating 0 - 10
coding
programming
software
1 Vote
3 Answers
17th Feb 2018, 7:23 PM
Jonathan Appiah
What does return 0 means and why does we need to use this?
c++
1 Vote
3 Answers
6th Aug 2017, 8:09 AM
Mish T
What could be happen if we can change the return value 0 to 1?
basics
c++
return
0 Votes
3 Answers
15th Nov 2019, 1:54 PM
gurharshpreet singh
I want to give input range between 0 to 100 in console c#
c#
0 Votes
1 Answer
14th Oct 2021, 5:10 PM
Mallikarjuna Sarma
What to do if I'm 0 in maths? I really want to learn java
java
1 Vote
4 Answers
26th Jul 2016, 11:20 AM
bmxpro super
why is return 0 is used at the end of c program ?
c
0 Votes
3 Answers
24th Feb 2018, 6:14 AM
jayesh kshirsagar
Anybody plz tell me why we use return 0 in c coding ....what is the purpose....
c
1 Vote
4 Answers
6th Apr 2020, 1:01 PM
Naga Karthiga
Print a left angle triangle of integers from 0 to 9
c#
c++
java
php
python
-2 Votes
1 Answer
20th Aug 2017, 4:11 AM
Deepu Soni
Programming source code for c++ of snake game with 0 error
yo
-10 Votes
6 Answers
26th Jul 2017, 1:27 AM
vishal kharbanda
How to assign empty textfield value as 0 in java applets?
java
0 Votes
1 Answer
24th Aug 2017, 3:21 PM
Leo
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
9
10
11
...
18
Next >
Hot today
Guys help please
1 Votes
Python question
2 Votes
Python
1 Votes
Are websites hackable?
1 Votes
C# and sql
1 Votes
Void functional void with bool function
0 Votes
What course to take for AI?
0 Votes
TICTACTOE
0 Votes
Error
0 Votes
What's an unsigned int?
0 Votes