6 Matching Annotations
- Jul 2019
-
scotch.io scotch.io
-
Lexical scope is sometimes also referred to as Static Scope.
Lexical scope only depends on the code text and not on the runtime callstack
Tags
Annotators
URL
-
- Jun 2019
-
www.hacksparrow.com www.hacksparrow.com
-
defining the storage engine for multer, of the type multer.diskStorage
like a config for multer settings
-
-
www.geeksforgeeks.org www.geeksforgeeks.org
-
ptr++, then the pointer ptr will be shifted forward by 20 bytes.
since int is 4 bytes and it is an array of 5 ints 5 * 4 = 20 hence the base type is int[5] and the size of base is 20 bytes
-
-
www.geeksforgeeks.org www.geeksforgeeks.org
-
{}
since we don't actually need any code, why not keep it empty
-
: real(r), imag(i)
this is how you initialise static members of a class object
-
-
www.geeksforgeeks.org www.geeksforgeeks.org
-
memory leak
what is memory leak
Tags
Annotators
URL
-