Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in function

What type is a function name in C? [duplicate]

c function

VSCode add parentheses when autocompleting functions

Node.JS export function without object wrapper

function module node.js export

How to pass an object property as a parameter? (JavaScript)

PHP function with variable as default value for a parameter

Why does using `arg=None` fix Python's mutable default argument issue?

Fixing the PHP empty function

php function object

How to format a number 1000 as "1 000"

Using functions from within the same class

php class function

Why is Function[-A1,...,+B] not about allowing any supertypes as parameters?

Why should functions always return the same type?

python function return-type

Returning two values from a function [duplicate]

php function return-value

What are some interesting uses of higher-order functions?

Are there any drawbacks to using anonymous functions in JavaScript? E.g. memory use?

strcpy() return value

c function strcpy

call list of function using list comprehension

Why is a function not an object?

c++ function object functor

Why use an asterisk "[*]" instead of an integer for a VLA array parameter of a function?

How to pass ENUM as function argument in C

c function enums

Where to put arrays with constant value that will be accessed many times?