Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in variable-declaration
What's the difference between `extern int (x)[]` and `extern int x[]` in C?
Oct 18, 2022
c
global-variables
extern
variable-declaration
Comma in variable initialization/declaration
Oct 23, 2022
c#
variables
variable-declaration
Advantage of telling the Swift Compiler an object's type, instead of inferring?
Nov 02, 2022
ios
swift
variable-declaration
Is setting a boolean to false redundant?
Aug 29, 2022
java
initialization
boolean
variable-declaration
In C#, is there way to define an enum and an instance of that enum at the same time?
Sep 23, 2022
c#
syntax
enums
variable-declaration
dynamically declare/create lists in python [closed]
Nov 06, 2022
python
list
dynamic
creation
variable-declaration
php static in if statement
Oct 20, 2022
php
static
if-statement
variable-declaration
F#: Destructuring bind with a discriminated union
Mar 07, 2020
f#
pattern-matching
variable-declaration
let
destructuring
Is the second int in a multiple declaration always set to 1?
Nov 21, 2022
c
declaration
undefined-behavior
definition
variable-declaration
What is the '@(' doing in this Perl code?
Oct 31, 2022
perl
variable-declaration
Should I use static variables in my functions to prevent recomputing values?
Apr 26, 2022
c++
performance
variable-declaration
member-functions
Should variable declarations always be placed outside of a loop?
Sep 23, 2022
c#
.net
loops
variable-declaration
What is the difference between int* ptr and int *ptr in C? [duplicate]
Nov 19, 2022
c
pointers
syntax
variable-declaration
Can the 'auto' keyword be used as a storage class specifier in C++11?
Oct 29, 2022
c++
c++11
variable-declaration
storage-class-specifier
Java switch : variable declaration and scope
Aug 25, 2022
java
scope
initialization
switch-statement
variable-declaration
What are some reasons to use var instead of let in javascript? [duplicate]
Oct 05, 2022
javascript
node.js
variable-declaration
Can variables declared inside a for loop affect the performance of the loop?
May 23, 2022
c#
for-loop
variable-declaration
Is it well-formed, if I redefine a variable as auto, and the deduced type is the same? [duplicate]
Jan 30, 2020
c++
language-lawyer
auto
variable-declaration
Declaration of variable causes segmentation fault
Sep 25, 2022
c
segmentation-fault
typedef
variable-declaration
What magic in "our" or "use vars" satisfies "use strict qw(vars)"?
Feb 14, 2021
perl
language-lawyer
packages
variable-declaration
scoping
« Newer Entries
Older Entries »