Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in variable-declaration

setq and defvar in Lisp

C++11 auto declaration with and without pointer declarator

Why does `int ;` compile fine in C, but not in C++?

Is it possible to declare a public variable in vba and assign a default value?

Variable declaration after goto Label

c goto variable-declaration

Declare and assign multiple string variables at the same time

Python Variable Declaration

What does "var FOO = FOO || {}" (assign a variable or an empty object to that variable) mean in Javascript?

C++, variable declaration in 'if' expression

Why do some variables declared using let inside a function become available in another function, while others result in a reference error?

Is there any overhead to declaring a variable within a loop? (C++)

Can I simultaneously declare and assign a variable in VBA?

vba variable-declaration

Declaring variables inside loops, good practice or bad practice?

Is it possible only to declare a variable without assigning any value in Python?

When to use extern in C++

c++ variable-declaration

C pointer to array/array of pointers disambiguation

How can I unset a JavaScript variable?