Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Return in function main in Sololearn C course
c
compiler
error
return
1 Vote
1 Answer
19th Mar 2019, 5:17 AM
Walberto
Why does this query return to many counts?
count
groupby
having
sql
1 Vote
1 Answer
18th Aug 2018, 6:44 AM
Maximilian Schmitt-Egenolf
How to return from else function to if condition?
c#
code
else-statements
if-statements
return
0 Votes
1 Answer
22nd Mar 2022, 3:56 AM
Sheza Rao
How to return to menu with switch case statement?
c#
0 Votes
2 Answers
17th Oct 2022, 9:17 PM
Liam
Can somebody explain the difference between return and print?
python
0 Votes
4 Answers
3rd Feb 2017, 7:10 PM
Cristy03
how can I rewrite the code using return statement?
displayingprimenumbers
python,
0 Votes
2 Answers
28th Apr 2019, 4:13 PM
Arima Kousei
Why do Def programs use return instead of print?
data-types
python
0 Votes
4 Answers
28th Nov 2016, 2:40 AM
The Nerd Rants
void means 'no return value' then is that different with a method 'println()' ?? I don't understand the difference between return value and println()...!
java
methods
1 Vote
6 Answers
1st Mar 2016, 9:35 AM
sooare
Why we need to return a value from a function?
c++
functions
1 Vote
5 Answers
20th Jan 2017, 10:06 AM
Dawood Shahat
Why should we use the return statement over print() in Python?
python
1 Vote
4 Answers
8th Feb 2021, 1:30 PM
PHILOMATH PRATIK
Regex to match a currency string and return value without , chars
convert
currency
pcre
points
radix
regex
regexp
remove
0 Votes
7 Answers
12th Apr 2024, 1:05 AM
Nathan Stanley
Why we use " return 0; "in c program?
c
program
0 Votes
2 Answers
25th Dec 2018, 6:24 AM
KARTHIK TELU
Write a method to return true if tic-tac-toe winner
java
0 Votes
2 Answers
6th Sep 2019, 3:59 AM
Sothey Sean
What is the difference here between print and return
print
python3
return
0 Votes
2 Answers
7th Jul 2019, 8:01 AM
Y AD Ù
Is there any way such that we can continue working in a function even after using return feature
functions
return
2 Votes
8 Answers
18th Jun 2020, 3:41 PM
Krishna Agrawal
How to return two different time formats?
eclipse
java
javascript
0 Votes
1 Answer
4th Oct 2019, 10:22 PM
Lame Lame
Methods with parameters and return Vs. void()???
arguments
java
methods
parameters
return
void()
0 Votes
1 Answer
8th Jan 2018, 7:24 PM
Vas
Why does the last line return [0]?
lists
python
0 Votes
1 Answer
12th Feb 2017, 4:32 PM
Vladislav Grishchenko
sub-process /use/bin/dpkg return an error code 1
sql
0 Votes
1 Answer
13th Oct 2016, 10:05 AM
k2k
What is the need of return statement?
functions
javascript
0 Votes
1 Answer
29th Dec 2016, 6:12 AM
Vipul Aggarwal
Tried carriage return but did not work
javascript
operators
0 Votes
1 Answer
29th May 2017, 7:34 PM
Abdulhadi Alhamad
How to return multiple value from a method() when we have different data type in java? 😭😭😭
java
multiple
return
value
12 Votes
22 Answers
21st Jun 2017, 6:06 PM
Fuyuka Ayumi(冬花)
why return type is not allowed for constructor?
java
1 Vote
2 Answers
3rd Nov 2016, 1:42 PM
Abdulrhman Farahat Al-Okizi
What is react principle
return
1 Vote
1 Answer
15th Jul 2023, 9:00 AM
Hashintha Menuka
How to add an alarm to a prototype? Is it by code? Or simply make a connection through wires?
return
1 Vote
1 Answer
6th Feb 2023, 8:03 AM
Xannus
What is Return 0 and when do i need to use it?
0
c++
return
5 Votes
3 Answers
17th Feb 2017, 3:15 PM
Noah
SQLite query to return records earlier than a certain year?
sqlite
1 Vote
3 Answers
20th Apr 2022, 2:23 PM
Timothy Njiru
when to use yield and return in the program?
python3
0 Votes
2 Answers
11th May 2019, 3:56 PM
Dilji
why we return value 0 Not other value like 1,2etc.
c++
return
2 Votes
4 Answers
26th Sep 2016, 1:45 PM
rahul negi
Why we are write "return 0" in end of th program?
return
1 Vote
2 Answers
21st May 2018, 3:18 PM
Better call "PD"
I really need someone to explain the return character in a function very simple and understandable
return
0 Votes
2 Answers
9th Nov 2020, 3:45 PM
Umar Amour Amidu Ndongo
Does after a return statement the execution of the functions stops?
return
1 Vote
2 Answers
11th Jul 2018, 11:20 AM
adarsh pandey
1)What is return value ? 2) why it's need 3)why some programmes doesn't need that?
java
-2 Votes
14 Answers
13th May 2020, 1:43 PM
PRAVEEN
def sum (a,b): if a == 0 or b == 0: return 0
function-arguments
2 Votes
5 Answers
19th Oct 2022, 9:23 AM
Eren Kılıçlar
What is the use of return ?,in c#
c#
0 Votes
2 Answers
17th Aug 2017, 1:19 PM
M Arun Kumar
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_
funcionea
1 Vote
2 Answers
23rd Apr 2019, 6:42 PM
Wander Anime
What is the use of return 0 in the code...?
data-types
1 Vote
2 Answers
11th Jun 2019, 1:13 PM
Akash C R
Can i return two parameters using one method in java?
java
methods
return
3 Votes
3 Answers
19th Feb 2017, 9:54 AM
Pronoy
Return 10 most expensive & 10 cheapest products in each category
sql
sqlite
t-sql
0 Votes
4 Answers
17th Sep 2021, 12:37 PM
Ali Abdi
How can I make class return value like function without brackets
c++
class
functions
0 Votes
4 Answers
4th Oct 2020, 10:50 AM
nicolas turek
Is there any differ in between exit(0) and return 0
a
0 Votes
4 Answers
27th Sep 2018, 7:36 PM
manoj hunachigi
Я не много не понимаю зачем нужен return в Python?
python
python3
return
1 Vote
2 Answers
1st Sep 2020, 5:04 AM
Artem
#include <stdio.h> int main() { int x=1?0:2?3:4; printf("%d",x); return 0; }
operators
0 Votes
4 Answers
9th Sep 2020, 5:12 AM
Rohit Ahuja
why do we have to end with return 0
c++
1 Vote
3 Answers
16th Jun 2016, 7:05 AM
Monu Maheswari
what is the difference between return and print function?
functions
print
python
return
0 Votes
2 Answers
28th Nov 2017, 8:20 AM
Hasim Navsariwala
How to return multiple values from a funtion back to main?
c
1 Vote
3 Answers
18th Jan 2020, 12:07 PM
Saziver Art
I want a function in cpp that will return reversed array..
cpp
function-arguments
0 Votes
4 Answers
28th Jan 2020, 8:43 AM
Sahil Yadav
Why does my function rand() return the same number all the time?
c++
rand
3 Votes
7 Answers
19th Sep 2017, 10:49 PM
Oleksandr Rubtsov
How to return object from another library in c++
c
c++
cpp
data-types
functions
methods
objects
return
type
0 Votes
1 Answer
25th Feb 2022, 6:01 PM
MrWaalrus
What is return type of gets() and puts() function
input
output
1 Vote
2 Answers
6th Dec 2018, 6:27 AM
King AAA
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
19
20
21
...
45
Next >
Hot today
And... Who is the staff then?
6 Votes
Machine learning model debugging
2 Votes
Which is the error in this code
1 Votes
Control Flow
2 Votes
Python IDE
0 Votes
Can anyone tell me how to code because I’m soo bad at it
2 Votes
Animations
2 Votes
Mini project 1
2 Votes
why is this platform infested with web devs
1 Votes
App development
1 Votes