Search code examples
Local scope constant as function's default argument...


c++constantslanguage-lawyerlocal-variablesfunction-declaration

Read More
Is it possible to define more than one function per file in MATLAB, and access them from outside tha...


matlabfunctionfilescopefunction-declaration

Read More
Use of const keyword with array pointers in C...


arrayscpointersfunction-declaration

Read More
Does C support optional null parameters?...


cnulloptional-parametersfunction-declarationfunction-parameter

Read More
Function returning 101 and -101 instead of 1 and -1...


csizeoffunction-definitionstrcmpfunction-declaration

Read More
Is it legal to have a function prototype slightly different from its definition?...


cc99function-definitionfunction-declarationfunction-prototypes

Read More
Why can't I define a function inside another function but can declare function inside another fu...


c++functorfunction-declaration

Read More
Does the position of the virtual keyword in a function declaration matter?...


c++virtualkeywordfunction-declaration

Read More
Is it possible to modify the content of a struct pointer inside a function?...


cpointersstructpass-by-referencefunction-declaration

Read More
Function definition with prototype vs without prototype...


cfunction-definitionfunction-declarationfunction-prototypes

Read More
c++ swapping content of array - Selection Sort...


c++sortingdynamic-memory-allocationselection-sortfunction-declaration

Read More
Understanding Function Definitions that Return a Function Pointer...


cfunction-pointersreturn-typefunction-declaration

Read More
Declaring a function with different function specifiers...


clanguage-lawyerfunction-declarationnoreturn

Read More
Is it standard C17 to wrap a parameter in a function declaration in parenthesis...


csyntaxlanguage-lawyerfunction-declarationc17

Read More
Why is the mismatch between declaration and definition not raising error during compilation?...


c++compilationfunction-declaration

Read More
Is there a difference between foo(void) and foo() in C++ or C?...


c++cargumentsfunction-declaration

Read More
How to declare a const and non-const operator overload in one declaration (templately)?...


c++methodsconstantsfunction-declaration

Read More
How to prevent error : this old-style function...


cfunction-declarationfunction-prototypesparameter-list

Read More
How exactly linking works and what exactly i am doing wrong here...


ccompiler-errorsundefined-referencefunction-declaration

Read More
How do I get rid of -Wimplicit-function-declaration...


cgcccompiler-errorsfunction-declaration

Read More
char** v *char[] in C...


cpointersparametersfunction-declaration

Read More
Does using const on function parameters have any effect? Why does it not affect the function signatu...


c++parametersconstantsfunction-declarationconst-correctness

Read More
C++: Why is function declaration allowed inside another function but not function definition?...


c++functionfunction-declarationfunction-definition

Read More
If arrays are passed by reference, why should I use int(&)[]?...


c++pass-by-referencepass-by-valuefunction-declaration

Read More
Defining function pointer in C?...


ctypedeffunction-declaration

Read More
How Python deals with redeclared function...


pythonpython-3.xfunction-declarationinterpretation

Read More
C function type without a typedef...


cdeclarationfunction-declaration

Read More
c function pointer, another syntax...


cfunctionpointersgrammarfunction-declaration

Read More
What's the significance of a C function declaration in parentheses apparently forever calling it...


cfunctionmacrosglibfunction-declaration

Read More
Android Studio - "Unable to find explicit activity class" and I have already declared the ...


androidcrashfunction-declarationexplicitactivitynotfoundexception

Read More
BackNext