is for questions dealing with the type of the variable or value returned by a function.
What is the correct (most efficient) way to define the main() function in C and C++ — int main() or void …
c++ c return-value main return-typeIs there a way to make this method generic so I can return a string, bool, int, or double? Right …
c# .net generics return-typeI have this function in PostgreSQL, but I don't know how to return the result of the query: CREATE OR …
sql postgresql return plpgsql return-typeHow to do this in pandas: I have a function extract_text_features on a single text column, returning multiple …
python pandas merge multiple-columns return-typeSorry if this is pretty noobish, but I'm pretty new to C++. I'm trying to open a file and read …
c++ fstream return-typeI am trying to change some for-each loops to lambda forEach()-methods to discover the possibilities of lambda expressions. The …
java foreach lambda java-8 return-typepublic static void main(String args[]) { myMethod(); // i am calling static method from main() } . public static ? myMethod(){ // ? = what should be …
java return return-typeCan two Java methods have the same name with different return type? The return type of the methods are different …
java methods return-typeI have a query that returns an anonymous type and the query is in a method. How do you write …
c# .net anonymous-types return-typePHP 7 introduces return type declarations. Which means I can now indicate the return value is a certain class, interface, array, …
php nullable return-type type-hinting php-7