My Code Helper
JavaScript
Python
Java
C#
C++
Ruby
Swift
Kotlin
TypeScript
Go
Rust
PHP
C
Objective-C
Dart
Scala
Perl
Lua
Haskell
R
MATLAB
VBA
F#
Groovy
Clojure
Elixir
Julia
CoffeeScript
Crystal
COBOL
Fortran
Ada
PL/SQL
T-SQL
Assembly
Shell Scripting
PowerShell
Bash
Racket
Scheme
Prolog
Erlang
Lisp
APL
Haxe
Pascal
Ada
Logo
Tcl
D
Nim
Io
ABAP
Scheme
FORTRAN
APL
COBOL
ALGOL
BASIC
PL/I
Lisp
Cobol
Forth
Ada
C
C++
Java
Python
JavaScript
Ruby
PHP
Swift
Kotlin
Go
Rust
Perl
Scala
Haskell
R
MATLAB
VBA
Objective-C
Dart
Lua
Elixir
Julia
CoffeeScript
Crystal
Groovy
Clojure
TypeScript
PowerShell
Shell Scripting
C pointers: Function returns a...
c
pointers
scope
c-strings
storage-duration
Read More
Returning a pointer on the hea...
c
malloc
heap-memory
storage-duration
Read More
Function returning pointer int...
c
pointers
static
string-literals
storage-duration
Read More
Linked list without malloc...
c
malloc
undefined-behavior
singly-linked-list
storage-duration
Read More
const char* vs const char[]...
c++
c
string-literals
storage-duration
Read More
Initializing local array varia...
arrays
c
initialization
storage-duration
Read More
Do all const objects have stat...
c++
static
constants
language-lawyer
storage-duration
Read More
Why string copied by strcpy() ...
c
function
return-value
string-literals
storage-duration
Read More
How can static local variable ...
c++
static
linkage
storage-duration
translation-unit
Read More
Static storage class in header...
c
scope
static
storage-duration
Read More
C++ Issue with scope?...
c++
pointers
scope
undefined-behavior
storage-duration
Read More
Question about pointers and au...
c
pointers
lifetime
storage-duration
Read More
When do the elements of array ...
arrays
c
initialization
storage-duration
Read More
Can we initiate an array liter...
arrays
c
arguments
literals
storage-duration
Read More
Returning Local Char Pointer T...
c
pointers
scope
undefined-behavior
storage-duration
Read More
why does returning the local v...
c
scope
return-value
return-type
storage-duration
Read More
A question about returning loc...
c
return-value
literals
string-literals
storage-duration
Read More
Are "thread storage durat...
c
language-lawyer
thread-local-storage
storage-duration
Read More
Is char* created with ".....
c++
pointers
new-operator
string-literals
storage-duration
Read More
Ternary operator in a for loop...
c
static
operator-keyword
conditional-operator
storage-duration
Read More
Segementation fault whilst try...
c
scope
dynamic-memory-allocation
storage-duration
Read More
Return an array without gettin...
c++
arrays
function
return-type
storage-duration
Read More
Adding two corresponding array...
c
scope
function-definition
variable-length-array
storage-duration
Read More
Are are elements of an empty a...
arrays
c
initialization
storage-duration
Read More
What is the storage duration o...
c++
temporary-objects
storage-duration
Read More
Is it ok to return a variable ...
c++
scope
reference
return
storage-duration
Read More
Stack VS Heap, what goes where...
c
pointers
malloc
storage-duration
Read More
When is a char array heap vs s...
arrays
c
scope
string-literals
storage-duration
Read More
Initializer element is not a c...
c
initialization
global-variables
constant-expression
storage-duration
Read More
Return compound literal...
c
standards
undefined-behavior
compound-literals
storage-duration
Read More