Search code examples
Should I return EXIT_SUCCESS or 0 from main()?...


c++creturn-valueprogram-entry-point

Read More
How to return a value from try, catch, and finally by using condition?...


javaexceptionconditional-statementstry-catchreturn-value

Read More
Class method returns None...


pythonclassreturnreturn-valuereturn-type

Read More
returning a reference to a slice using named return values in Golang...


goreturn-value

Read More
how to stop a func from running and return a value after one minute?...


pythonpython-3.xtimereturn-valuebreak

Read More
Sheets Data Validation In Colum "O" is updated when Colum "P" values are +7...


validationgoogle-apps-scriptgoogle-sheetsdrop-down-menureturn-value

Read More
What is functionality of the '[recur]' in 'return (None, [lng])[recur]'...


pythonrecursionreturn-valuesquare-bracket

Read More
Why are integer return values (such as -1 or 0) used in C and C++?...


c++functionreturn-value

Read More
Why do I get an error when I overload the << on the object returned by the + operator overload...


c++overloadingreturn-value

Read More
boolean function returning false even though condition is satisfied to return true in c++. Why?...


c++for-loopbooleanreturn-value

Read More
why does returning the local variable address throws an error but returning the local variable value...


cscopereturn-valuereturn-typestorage-duration

Read More
Get Return Value from SQL Stored Procedure using PHP...


phpsqlsql-serverstored-proceduresreturn-value

Read More
Difference between return and exit in Bash functions...


bashfunctionreturn-valuereturnexit

Read More
Trying to convert text into hex by calling a function within my batch file, but the hex code never g...


batch-filereturn-value

Read More
Returning dynamic memory inside a struct in C...


cstructreturn-valuedynamic-memory-allocation

Read More
powershell return value $? and custom exit code...


bashpowershellreturn-value

Read More
A question about returning local pointer variable in function...


creturn-valueliteralsstring-literalsstorage-duration

Read More
Python: Returning a value from a method within a class...


pythonclassmethodsreturn-value

Read More
Returned value not expected - closures...


javascriptfunctionclosuresreturn-value

Read More
Python tkinter return value from function call in a button...


pythontkinterreturn-value

Read More
Trouble getting and printing a returned value from one class to another in Java...


javaparameter-passingreturn-valuereturn-type

Read More
Return of a func...


c++return-valuervaluelvalue

Read More
What do these return conditions do in a Boolean function?...


creturn-valuelogical-operatorslogical-orlogical-and

Read More
Return map like 'ok' in Golang on normal functions...


goreturn-valuemultiple-return-values

Read More
Multiple values in single-value context...


goerror-handlingreturn-valuemultiple-return-values

Read More
How to elegantly ignore some return values of a MATLAB function...


matlabfunctionreturn-value

Read More
Why would return parameters be named?...


goreturnreturn-value

Read More
How to output two values from the same function...


cfunctionstructreturn-valuecs50

Read More
How to find a string with specific letters in gethash javascript function...


javascriptreturnreturn-valuegethashcode

Read More
Kotlin function return with any one return type from two different data type without specifying Any ...


kotlinreturn-valueextension-methods

Read More
BackNext