Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Precios
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
How to avoid const member function updating value of pointer variable
const
data_member
member_function
pointer
1 Voto
9 Respuestas
24th Dec 2020, 2:25 PM
Ketan Lalcheta
In JavaScript what is Difference between var, let and Const
difference
0 Votos
3 Respuestas
20th Aug 2021, 4:06 PM
mahesh Sherekar (Kulkarni)
const shared pointer copy issue | Custom shared pointer
c++
const
shared_pointer
1 Voto
2 Respuestas
3rd Sep 2023, 5:07 PM
Ketan Lalcheta
In line 12 why did we added const ?
c++
class
code
const
cop
object
0 Votos
2 Respuestas
17th Dec 2022, 2:08 PM
Lalala
What is the difference between const and static keywords in c++?
1
5 Votos
2 Respuestas
10th Mar 2019, 5:34 AM
Shweta Chindhe
What is the difference between #define and const in C?
c
interview
language
programming
question
skill
5 Votos
2 Respuestas
24th Feb 2017, 6:31 AM
Logan
Why constexpr is working with cin and non const
c++
cin
constexpr
0 Votos
2 Respuestas
1st Dec 2022, 5:32 PM
Ketan Lalcheta
Разница между string, char, const char и char[256].
c++
char
char[256]
const_char
string
types
0 Votos
1 Respuesta
21st Dec 2018, 8:01 PM
softer
Why is const and static used in c++?whats its benefits?
const
static
3 Votos
3 Respuestas
1st Dec 2016, 7:54 AM
sadiya zainab
What is the purpose of const char *
c++
0 Votos
1 Respuesta
15th Nov 2016, 6:30 PM
Sand
What is the difference between define and const in php?
const
constants
define
php
2 Votos
2 Respuestas
23rd Apr 2017, 7:13 PM
Muhammad Saimon Uddin
What is the use of static const members in c++?
const
members
static
0 Votos
5 Respuestas
25th Feb 2017, 2:12 PM
Krishna Subhash Sonawane
(name, birth_year, current_year) { const age = current_year - birth_year; const response = name + " is " + age;
answer
-2 Votos
3 Respuestas
2nd Dec 2021, 3:02 PM
Joktan Audu
For everyone, who want PI, e or some other const
const
cpp
2 Votos
1 Respuesta
28th Apr 2018, 6:18 PM
Ixidot
What is the defrence between Var , const ,let in JavaScript ?
javascript
1 Voto
5 Respuestas
12th May 2020, 4:15 PM
Yacine Becha
Why const l value ref is called r value ref
c++
lvalue
reference-types
rvalue
1 Voto
1 Respuesta
27th Dec 2024, 9:31 PM
Ketan Lalcheta
I can declare variable without let, const or var keyword
javascript
0 Votos
2 Respuestas
14th Jul 2020, 12:10 PM
zexu knub
Why do we use constexpr and const in c++
c++
1 Voto
1 Respuesta
12th Jun 2017, 1:33 PM
Asif
Can you overload class methods with const and non-const? C++
c++
constants
methods
0 Votos
4 Respuestas
15th Apr 2017, 7:58 AM
Yur3k
Really immutable? As it says about const variables in JavaScript tutorial (https://www.sololearn.com/learn/JavaScript/2969/)
const
es6
3 Votos
1 Respuesta
22nd Mar 2019, 10:06 AM
Vladick
can anyone explain "std::ostream& IntArray<T>::operator<<(std::ostream&, const IntArray<T>&)' must take exactly one argument"
c++
class
template
1 Voto
5 Respuestas
8th Jun 2019, 8:13 PM
Abrorbek Zukhriddinov
Is it possible to print the address of a const declared variable?
c++
constants
1 Voto
8 Respuestas
8th Aug 2016, 7:41 PM
Atul Anand Jha
Why do we use const data type before int main()?
c++
datatype
3 Votos
1 Respuesta
14th Nov 2016, 3:37 PM
Muhammad Hamza
is it a good practice to use only let and const in JavaScript without using var?
const
javascript
let
6 Votos
12 Respuestas
2nd Jun 2020, 10:27 AM
Lucky victory
So why would I ever use const instead of readonly?
c#
readonly
1 Voto
2 Respuestas
8th May 2016, 12:27 PM
Martin M. Klöckener
Why we r using double in const double in data type
data-types
0 Votos
3 Respuestas
20th Oct 2018, 10:32 AM
Sushmanth
What is the difference between const and static in c++?
c++
1 Voto
2 Respuestas
20th Jan 2018, 6:27 PM
Amit Pokhrel
Why typeof var, const - error, but typeof let - undefined?
javascript
1 Voto
1 Respuesta
11th Aug 2019, 3:52 PM
Алексей Алексеев
what is the difference between readonly, static, and const in c#?
and
between
const
difference
is
keywords
readonly
static
the
what
1 Voto
1 Respuesta
30th Apr 2018, 4:09 PM
Devashish Shukla
what is the output of this. .... const int x=5; cout<<x++; cout<<++x; .....
c++
0 Votos
6 Respuestas
23rd Jul 2016, 8:25 AM
Darsh Shah
Why use is use of this : if there is no const variable
c++
classes
2 Votos
5 Respuestas
1st Apr 2017, 10:16 AM
Purnima duggal
What is the difference between #define a 10 and const int a=10; ?
c
constants
1 Voto
2 Respuestas
23rd Jul 2019, 11:16 AM
MADHU KUMAR KOULAS
What the purpose of const keyword for function in C++?
c++
const
0 Votos
1 Respuesta
29th Jun 2017, 12:10 PM
Johnny Shahin
what is the use of const keyword in c++ ?
c++
0 Votos
1 Respuesta
13th Sep 2016, 6:49 PM
Sandeep Singh
Why const int variable can be modified using scanf in C language?
c
0 Votos
2 Respuestas
25th Mar 2020, 5:16 PM
C King 👑
const aar1= [1,2,3]const arr2= [5,6,7] let arr3=___arr1__..arr2]; fill in blanks to make arr3 like [1,2,3,4,5,6,7,8] (any1?)
variables
-3 Votos
6 Respuestas
19th Mar 2019, 2:08 AM
Christopher Inji
const sebuahObject = { fungsi: () => { console.log('Hai Dunia Kucing!!') } }
javascript
0 Votos
3 Respuestas
15th Jun 2020, 8:36 PM
Febriantika Triarini
What is the use of Private const val ARG_PARAM1= "param1" in kotlin?
android
app
kotlin
0 Votos
2 Respuestas
10th Jun 2020, 8:07 PM
Huba Khan
const item={ "hye":true , "hi":false , "hii":var undefined "hiii":undefined } console.log(item ["hye"])
predefined-variables
0 Votos
2 Respuestas
13th Sep 2022, 12:14 PM
Badnam 4758
Can a variable be declared as const in C++ during runtime?
c++
const
runtime
0 Votos
1 Respuesta
25th Jul 2019, 5:12 PM
Ebad Qureshi
Si las variables const son inmutables el ejemplo de la lección 'const' no genera una excepción, como dice, sino un error.
const
es6
0 Votos
9 Respuestas
1st Dec 2018, 12:41 PM
José M. Valle
what is const int ctValue=2; int iValue; float fValue; char cValue mean?
c++
-1 Voto
2 Respuestas
12th Sep 2016, 1:53 PM
Saksham
Someone can tell me what is the use of const unsigned char *?
c
code
sololearn
0 Votos
2 Respuestas
28th Sep 2018, 1:43 AM
KENSTEIN
If I write const int x=5; after many lines I again write const int x =10; What will the final value x at end of execution or it will be an error
c#
constants
1 Voto
5 Respuestas
19th Aug 2016, 6:31 AM
Akshay Sajeev
const string = `something ${1 + 2 + 3}` const string2 = `something ${foo() ? 'x' : 'y'} ` // what is the output and how ?
javascript
programming
0 Votos
1 Respuesta
9th Mar 2020, 10:45 AM
Anas
Pointer to constant
c++
const
pointer
6 Votos
7 Respuestas
1st Jun 2018, 7:00 AM
Ivan Vladimirov
When writing a constant, what is the essence of the double i.e const double pi =3.14
data-types
0 Votos
5 Respuestas
15th Mar 2020, 9:18 AM
Chiamaka
Why can't the variable total_volume in the volume 1.cpp program be declared as const ?
c++
-1 Voto
6 Respuestas
17th Jan 2017, 6:26 PM
Zeyad Sharo
Const arr1 = [a, b, c, d,] const arr2 = [e, f, g, h,] arr3 =______ can u help me merge arr1 and 2 to make arr3 from a-h
constants
0 Votos
1 Respuesta
26th Nov 2019, 10:22 AM
Samuel Ikenta
JavaScript - How is it you can push in a const array?
arrays
javascript
0 Votos
1 Respuesta
14th Oct 2019, 11:43 AM
Paolo De Nictolis
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
2
3
4
5
Siguiente >
En tendencia hoy
Void functional void with bool function
0 Votes
Are websites hackable?
1 Votes
Python
1 Votes
TICTACTOE
0 Votes
C# and sql
1 Votes
Error
0 Votes
Learn python
0 Votes
Help for study
0 Votes
BIG DOUBT🤔🤔🤔🤔
0 Votes
Need help (French)
0 Votes