Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
For what do we need return 0?
basics
4 Votes
3 Answers
4th Feb 2018, 8:57 PM
Daniel Gonzalez
WhaT is the purpose of return 0 ??
c++
comments
2 Votes
7 Answers
6th Nov 2017, 5:00 AM
Abdullah Malik
function (a,b=5,c=6,d=10){ return a+b-d; } document.write(x(30,20));
javascript
1 Vote
3 Answers
30th Nov 2016, 9:39 PM
Tanaji Kolekar
What is the difference between return 0 ; and return 1; in c++ i can hardly underrated??
totallycofused
1 Vote
3 Answers
27th Sep 2017, 8:27 AM
Prateek Gupta
Why this c++ function can return array’s size correctly?
arrays
c++
c++11
constexpr
function-arguments
functions
templates
3 Votes
3 Answers
28th Aug 2018, 12:29 PM
RainStorm
Why this code return "0" as result?
c
0 Votes
3 Answers
15th Aug 2020, 1:42 PM
Phyo Htet Aung
I’m having trouble adding another name to return
javascript
variables
0 Votes
8 Answers
1st Oct 2018, 12:31 AM
Junie B.
c++ what is return statement do???
c++
is
return
statement
0 Votes
2 Answers
13th Sep 2016, 5:32 PM
ritik agrawal
Is using return in python functions necessary?
functions
python
return
0 Votes
3 Answers
2nd Mar 2021, 6:48 AM
A.R.T
How to return an array through method?
java
1 Vote
5 Answers
28th Jan 2017, 6:06 AM
Vaibhav Tandon
Return value of prompt function
functions
javascript
0 Votes
2 Answers
22nd Sep 2016, 9:37 AM
Dhruv Walia
How can we return multiple values to a function?
c
c++
1 Vote
8 Answers
20th Aug 2019, 6:18 AM
Sanjaya Acharya
What's the importance of return type?
return
1 Vote
3 Answers
5th Feb 2018, 3:27 PM
ahmed malak
funcion void not return changing vector
beginner
c
function
vector
void
0 Votes
1 Answer
3rd Apr 2021, 5:37 PM
Cristopher Ricciotti
Why print("a"<"z") return True in python, explain please
python
python3
strings
0 Votes
3 Answers
3rd May 2020, 5:02 PM
5152Vignesh .A
Should functions end with a return statement?
c++
code
curious
function
question
return
syntax
2 Votes
4 Answers
17th Jan 2018, 5:43 AM
Parker king
[Solved]How can I make a javascript function that return ajax response?
javascript
3 Votes
13 Answers
3rd May 2020, 3:03 PM
Souptik Nath
Generators and Yield and difference between yield and return
generators
python3
yield
7 Votes
3 Answers
3rd Aug 2020, 8:41 AM
Arctic Fox
What're covariant return types in Java?
java
overriding
2 Votes
2 Answers
4th Jun 2017, 7:56 AM
Mahesh Dudhnale
Return number of index of number
complexity
indexes
interviewquestions
2 Votes
2 Answers
28th Jan 2018, 3:08 AM
Saggi Bashari
When i use print and return ?
python
python3
0 Votes
2 Answers
7th Aug 2022, 7:24 PM
Ismail Backach
What does return without any value mean in javascript?
javascript
return
4 Votes
5 Answers
21st Nov 2019, 9:55 AM
Hafsa Mohamed
When we can use return type?
c#
methods
2 Votes
2 Answers
28th Feb 2017, 12:00 PM
Ayato Camus Guei
How Manny arguments void can return
void
-1 Vote
3 Answers
3rd Feb 2019, 12:02 PM
Patryk Kirszenstein
Why does this return False? Python
boolean
boolean-logic
false
operation
operator-precedence
operators
python
python3
true
0 Votes
1 Answer
27th May 2020, 7:36 PM
Pame
If I want to return a character, then char can be a return type or not
.
0 Votes
3 Answers
2nd Apr 2020, 7:42 PM
Thakare Sagar
Reverse Word function in Python wont return
python
0 Votes
2 Answers
24th Jul 2021, 5:00 AM
VenomousHamsterX
What happens if we dont return 0
c++
data-types
2 Votes
4 Answers
8th Sep 2016, 10:53 AM
TrollSmashXD
How can I pass an argument and return it with this line of code:
function-arguments
python3
return
0 Votes
21 Answers
27th Aug 2021, 7:46 AM
DN Josh
Return list from def2? Django
async
cookie
django
postgresql
python
0 Votes
1 Answer
29th Jan 2021, 9:09 PM
Fu Foy
return x * power(x, y-1)?
python3
0 Votes
1 Answer
12th Apr 2019, 9:42 PM
tristach605
What does return actually do?
c++
python
return
0 Votes
2 Answers
17th Sep 2016, 9:16 PM
Moritz Fotografie
How does return function work in python?
+
defadd(x,
do_twice(func,
return
return
x
x,
y):
y):
ydef
1 Vote
2 Answers
25th Aug 2020, 10:05 AM
Shakibur Rahaman
Is there any return type other than void or int that can return string so that we can use this return type instead of using cout
c++
return
1 Vote
3 Answers
20th Feb 2019, 9:50 AM
Dash
def square (x): return x*x def test(func,x): print(func(x)) test (square,42)
functions
2 Votes
3 Answers
6th May 2018, 4:10 PM
Rohit Singh
Why the return statement only take integer ,why it can't take char as char has also a ascii value which is also a integer.
return
2 Votes
2 Answers
11th Oct 2018, 2:45 PM
Ankita Sinha
How to return two values from a function?
codeplayground
developer
functions
java
2 Votes
6 Answers
18th Jun 2017, 5:57 AM
Mohit
¿Cual es la diferencia de return y print?
functions
python
1 Vote
3 Answers
1st Aug 2016, 6:59 AM
Kakaraka a
Given an integer array nums, return the most frequent even element. If there is a tie, return the smallest one.
c
dsa
4 Votes
3 Answers
17th Sep 2022, 9:59 AM
filibuster
For what value of n would g(375,n) return 4?
#python
1 Vote
7 Answers
24th Jan 2022, 7:16 PM
pooja balamurugan
Test for carriage return in playground, console.read()
c#
0 Votes
5 Answers
23rd Sep 2017, 8:33 PM
sneeze
Does return type only used for returning integer?
java
2 Votes
6 Answers
15th Mar 2018, 12:50 PM
Code Race
How does this return no ouput?
code
debug
error
python
python3
0 Votes
2 Answers
14th Nov 2021, 10:56 AM
Shedrick Williams
I don't get this
return
1 Vote
5 Answers
13th Jul 2020, 4:28 PM
Yousif Alsewaidi
[Solved] Why does line 5 return a syntax error?
python
python3
2 Votes
6 Answers
8th Oct 2020, 12:12 PM
Adam Stork
Help why function return answer unpredictable
?????
c++
function
reference
0 Votes
2 Answers
4th Jul 2018, 11:32 AM
Muhammad Zubair Irshad
Can we use return in main method??
methods
2 Votes
2 Answers
15th Jul 2019, 2:50 PM
Nishant Singh
What does return mean and what does it do
c#
methods
3 Votes
7 Answers
29th Apr 2017, 2:22 PM
Ayanfe
What difference does it makw when the statement return 1; is used instead of return 0; ?
c++
return
0 Votes
2 Answers
3rd Jan 2020, 6:01 PM
Shailaja
What is the return type of malloc function as it allocate space it should return ?
c
0 Votes
4 Answers
29th Jun 2016, 1:32 PM
Ash Singhal
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
11
12
13
...
45
Next >
Hot today
What's wrong with this code ? ( Beginner)
3 Votes
Pig Latin
0 Votes
Please rate my code from 1 to 10
2 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
Uuu
2 Votes
How to start
0 Votes
I’m new someone can help me
0 Votes