Corsi
Accedi
Inizia a imparare l'IA
Corsi
Accedi
Inizia a imparare l'IA
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
Constants
c
data-types
2 Voti
2 Risposte
25th Jun 2020, 4:01 AM
Simangolwa Lifwatila
Constants value
constants
define
0 Voti
9 Risposte
23rd May 2019, 1:03 PM
Екатерина Рассоха
constants in python
constants
python
python3
variables
1 Voto
6 Risposte
10th May 2019, 12:29 PM
harshit
Need for constants
constant
program
swift
3 Voti
1 Risposta
17th Apr 2018, 9:38 PM
Miracle Onyenma
Using constants in expressions.
c++
0 Voti
13 Risposte
2nd Sep 2020, 5:19 PM
Manesh Divedia
Constants never change? Correct?
swift
1 Voto
3 Risposte
22nd Sep 2016, 10:00 PM
Stephen
What is the difference between SYMBOLIC CONSTANTs and CONSTANTs in c ...??
c
1 Voto
2 Risposte
2nd Aug 2018, 4:04 PM
Ranjeet
Constants that are Case-Sensitive
php
0 Voti
1 Risposta
9th Nov 2020, 7:43 AM
Nikkolet Ashby
What use do constants have?
constants
javascript
1 Voto
5 Risposte
28th Sep 2017, 4:29 PM
PeterMx
How to write double constants
constants
1 Voto
3 Risposte
30th Oct 2018, 8:38 AM
MuneebBukhari
Declaring Global Constants in JavaScript.
const
constant
global
javascript
0 Voti
2 Risposte
3rd Aug 2020, 11:36 AM
Arnesh
Is there any magic constants in PHP?
magic_constants
php
11 Voti
2 Risposte
17th May 2018, 6:07 AM
Abhivarshini Maddala
How to create constants in Python?
constants
python
0 Voti
4 Risposte
14th Apr 2018, 6:54 PM
Alihuseyn Kengerli
Can we call Constants as Predefined Variables
constants
4 Voti
5 Risposte
4th Jul 2020, 12:37 PM
Kalyan Reddy
I didnt undertsand constants session PHP???
constants
0 Voti
3 Risposte
11th Sep 2018, 9:43 AM
Hype Glitcher
PHP - Variables vs Constants - Case Sensitivity
case-insensitive
case-sensitive
constants
php
variables
6 Voti
5 Risposte
21st Dec 2017, 9:42 PM
Duncan
Why would i use constants inatead of variables
constants
php
0 Voti
4 Risposte
12th Jun 2019, 9:40 PM
blohnung de
[SOLVED] Defining literals and constants based on namespaces.
c++
namespaces
3 Voti
2 Risposte
6th Nov 2018, 10:18 AM
Solo Wanderer 4315
What is the difference between constants and variables
dont
i
know
0 Voti
2 Risposte
23rd Feb 2019, 8:26 PM
Pierce
Are constants declared the same way as variables?
java
operators
1 Voto
5 Risposte
30th Aug 2017, 4:57 PM
Yuko
C++ and initializing constants in separator files
c++
files
0 Voti
1 Risposta
27th Jul 2022, 11:11 AM
sarthak jain
Can compile-time constants be given values involving sizeof()?
c++
1 Voto
3 Risposte
28th Aug 2017, 6:58 AM
R- Ry
What are octal integer constants and hexadecimal integer constants?
operators
0 Voti
5 Risposte
22nd Aug 2018, 7:31 AM
Sandy
What are the differences between PHP constants and variables?
constants
php
variables
website
0 Voti
4 Risposte
24th Mar 2017, 12:51 PM
Lonimer Balino
What is the deffrence between true and false in constants
constants
1 Voto
4 Risposte
4th Jan 2018, 6:34 PM
Raghupatruni Venkatamanas
Why are constants defined outside the main function in c++?
c++
function-arguments
functions
0 Voti
2 Risposte
19th Dec 2016, 11:07 AM
kwenaldo
[C++ Constant] Can constants be declared while the program is running?
c++
constants
1 Voto
2 Risposte
7th Jan 2018, 7:33 AM
Jacob Yuhas
How can I define two constants using Macro #define in C?
#define
c
constants
0 Voti
1 Risposta
21st Nov 2020, 5:21 AM
Akshat Raj Srivastava
So in Ruby Constants cannot change their value in programs ?
constants
ruby
variables
0 Voti
2 Risposte
26th Sep 2017, 4:40 PM
abhinash sivan
is it easier to say constants are words and variables are letters?
constants
swift
variables
0 Voti
2 Risposte
26th Sep 2017, 11:56 AM
steffi
CHALLENGE: how to interpolate constants and variables in PHP double-quoted strings and "heredocs".
challenges
constants
functions
interpolation
php
strings
2 Voti
1 Risposta
17th Feb 2018, 9:08 PM
Bruno Della Motta
Hi guys! If constant 0x13 and 'c' are char type what will be printf format specifier for each of following constants
c++
3 Voti
11 Risposte
20th Oct 2018, 1:30 PM
Muhlisa
What is different between php and html language
constants
4 Voti
7 Risposte
23rd Feb 2019, 4:26 PM
Zahra bibi
What will be the output of the following C code?
constants
15 Voti
7 Risposte
17th Oct 2019, 2:17 AM
Wali Khan Eisakhil
IN cpp Why should we use macros insted of global constants or inline functions!?
constants
cpp
define
macros
2 Voti
1 Risposta
18th Feb 2018, 7:11 PM
3D CrackerJack
Why is anything in English?
constants
2 Voti
8 Risposte
13th Apr 2018, 4:01 PM
Tereza Arakelyan
Can anyone give me a programme in which the const variable tries to call a regular function and ends up as an error
constants
1 Voto
16 Risposte
12th Apr 2018, 5:16 PM
tarun singh naik
Which value will the constants hold if we assign two values to a single constant
ruby
variables
0 Voti
4 Risposte
8th Jul 2017, 11:47 AM
Sriranjani S
Why 'reminder'(rem) is declared globally here?
constants
0 Voti
13 Risposte
8th Sep 2018, 3:40 AM
Test 123
What is the difference between X and "X", when used as constants in C and describe their memory representation
c
language
0 Voti
4 Risposte
6th Apr 2022, 6:05 AM
Pam Qeckie
In PHP, Why do I need to define case sensitive in a constant?
constants
1 Voto
7 Risposte
11th Jan 2019, 2:02 PM
Jorge Cueva
Can non-constant variables access constant functions?
c++
constants
functions
variables
40 Voti
17 Risposte
28th May 2018, 7:12 PM
Victor
Hi i need agood book for php for beggining to advancing
constants
3 Voti
4 Risposte
17th Mar 2018, 4:48 AM
Hossen Sy
define("MSG", "Hi Sololearners", true); what does that true signify?
constants
3 Voti
4 Risposte
28th Feb 2018, 1:21 PM
Aditya Adhikary
why is 28 not written within double quotes ??
constants
0 Voti
4 Risposte
5th Jul 2018, 8:14 PM
rakesh kumar shah
Whats the solution
constants
php
4 Voti
10 Risposte
30th Jan 2018, 9:43 AM
Munashe Pande
Write your code to calculate pi as accurate as you can
constants
0 Voti
4 Risposte
13th Feb 2018, 10:29 AM
Siranat usawasutsakorn
Why it is showing error for constant in php
constants
0 Voti
4 Risposte
15th Feb 2020, 1:12 PM
Prateek Kumar Agarwal
What are the uses of constant objects and constant member functions of a class ?
constants
3 Voti
1 Risposta
20th Mar 2018, 5:26 AM
Nieb Hasan
The case insensitive is related to upper and lower case characters?
constants
0 Voti
5 Risposte
17th Feb 2018, 5:03 AM
kalpit sharma
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
< Precedente
1
2
...
5
Successivo >
Popolare oggi
Is it possible to convert .zip file to apk? If yes, how??
1 Votes
Pointers cpp
2 Votes
I think the heart system is ridiculous, 5 hearts that refill after like 5 hours? That is really just crazy to me.
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
0 Votes
Why can’t I use double “ in python?
0 Votes
Is pro worth the money ?
1 Votes
2 cases not correct what's the problem
1 Votes
Drawing images in java
2 Votes
Need Guidance: AI Tools for Creating an App Prototype & UI/UX Design
1 Votes
You’re free to give me your advice! 🚨
0 Votes