Corsi
Corsi
Compilatore di codice
Compilatore di codice
Discuti
Prezzi
Squadre
Accedi
Registrati
Menu
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
How do I set "black" equal to another variable name without changing it's meaning?
for
javascript
keyword
loops
switch
2 Voti
3 Risposte
22nd Feb 2018, 9:38 PM
Babydoll Scripts
Is it ok to use const keyword before the void(or any return type) while declaring and defining the constant method of object?
c++
syntax
1 Voto
1 Risposta
16th Feb 2024, 4:43 AM
Yogeshwaran P
What is del used for?
delete
keyword
python
variables
0 Voti
2 Risposte
27th Aug 2016, 4:02 AM
Nilabha Saha
How to access only the values of a dictionary in python or JavaScript? I know there was a keyword to only access values but
beginner
code
engineer
ia
js
python
1 Voto
3 Risposte
5th Sep 2022, 7:04 PM
Josué Varela
if byte A=5 and byte B=6 then what is value of byte C ? if byte C=A+B
byte
c#
datatype
keyword
1 Voto
2 Risposte
8th Sep 2016, 8:04 PM
Kailash Kothiyal
Why do we make an object constructor using this keyword and don't we simple write return { a: x, b:y} in the function?
javascript
2 Voti
1 Risposta
27th Oct 2020, 5:27 PM
Karak10
java terminology help: I was doing a java code in eclipse and it says to add keyword 'abstract' to base class
abstract
abstract-classes
definition
help
java
0 Voti
2 Risposte
9th Dec 2018, 6:42 PM
mya
Do the keyword "DISTINCT" works only for the immediate next column_name to it or for all column-names in a query?
distinct
sql
1 Voto
1 Risposta
14th Jan 2017, 3:22 AM
Sourabh Deoghare
Hi, guys i wanted to ask is it really a must to add the keyword class when declaring a function template or can any word be used
c++
templates
0 Voti
7 Risposte
6th Jun 2017, 3:48 AM
Suleiman Mwacharo
How we can use predefined keywords like 'bit' as a table name in sql server query?
keyword
mysql
query
sql
sql_sever
tables
2 Voti
4 Risposte
30th Sep 2018, 2:26 AM
Amir Rafati
When ever I write any program on Sololearn Code playground my Google keyword become suddenly very slow.Why it is so ?
code
not
playground
working
1 Voto
1 Risposta
4th Oct 2018, 10:49 PM
Ananya Pandey
What does it mean by Strictfp keywords in this question below ? "Which variable types does the Strictfp keyword affect? "
in
java
1 Voto
1 Risposta
12th Jan 2019, 12:56 AM
Mohamed Saber
when we use distinct keyword will it be applicable to only the preceding column or will it be applicable to all columns listed in select query?
sql
where
2 Voti
3 Risposte
22nd Jan 2017, 7:10 PM
samhitha
What is the difference between null and empty?
empty
java
keyword
null
0 Voti
1 Risposta
7th Mar 2019, 6:47 AM
Tarika
Why the friend keyword is required in class in c++ ? Since, its function is same as that of member function.
c++
0 Voti
1 Risposta
24th May 2018, 1:19 PM
Prasun Kumar Parate
Can someone tell me what should be a specific name for a "friend" keyword since it is not a member function, please!?
c++
classes
friend
0 Voti
2 Risposte
24th Dec 2016, 11:34 PM
JQuery/CSS/d0|\/|=🔥🔥🌚
Does developer used to be memorize every single tags, keyword, function, etc?
class
element
function
keyword
programming
tag
4 Voti
2 Risposte
10th Nov 2017, 1:40 PM
Elvin Auresius
In java what is the purpose of putting the keyword "public" in main method? Why we do not put the word "public" in user defined methods?
java
public
-1 Voto
4 Risposte
29th Aug 2016, 9:23 AM
Jia Wei Sim
Can anyone tell me how seo works?
css
html
javascript
keyword
ranking
seo
1 Voto
2 Risposte
20th May 2018, 5:39 PM
yogesh jadhav
Can we Return the value from the user defined function to main function without specifying with keyword?
c++
functions
keyword
question
return
1 Voto
1 Risposta
7th Feb 2019, 2:00 PM
Nitin Madas
Java code (Array)
array
code
java
keyword
new
0 Voti
1 Risposta
9th Jun 2019, 6:30 AM
Tzion
How we can use interface in java n how to.implement it using this keyword anybody know thn plz give d ans or dropped it
java
0 Voti
2 Risposte
14th Jul 2016, 11:22 AM
shubhu
Return vs Print
between
deference
function
keyword
print
return
vs
1 Voto
3 Risposte
28th Aug 2020, 10:20 AM
Shakibur Rahaman
What it is, why they are needed and how they differ ????
alignof
asm
await
c
c++
keyword
0 Voti
1 Risposta
28th Aug 2018, 5:55 AM
King Sam
What is the precise meaning of 'new' operator while instatiating an object?
c#
class
keyword
new
object
operator
0 Voti
1 Risposta
17th Sep 2020, 5:06 AM
Rohan Agarwal
Why not just use the var keyword as the type of the parameters passed in the method? Then we could call the function passing arguments of whatever type we would like. Could that work?
c#
generics
0 Voti
3 Risposte
5th May 2016, 2:40 PM
Konstantinos Mpoukouvalas
The below code giving required output. If I remove static keyword in the 3rd line of the code ,it ll give error. why static is used there?? what's the use??and how it is helpful to "Scanner" class???
java
1 Voto
3 Risposte
11th Jul 2016, 9:00 AM
Anup Shetty
Methods and functions in JavaScript
constructors
functions,
javascript,
keyword
methods,
object
this
0 Voti
1 Risposta
23rd Aug 2023, 6:59 PM
Reuben Osei
what is diffrance between print and echo?
display
echo
keyword
php
post
print
publishing
show
write
2 Voti
2 Risposte
6th Sep 2016, 5:46 PM
Abdul Samad
Different ways to create an object in java
every
keyword
know
need
programmer
should
this
toh
0 Voti
1 Risposta
19th Sep 2019, 7:11 AM
Shivani Goyal
Can we pass the value by reference without declaring any pointer?
c
c++
function-arguments
keyword
pointers
progress
reference-types
value-types
0 Voti
1 Risposta
19th Jan 2018, 3:27 AM
ImranKhan CD
Why we need to put const in front of array of string , dealing with enumeration. I want to convert from number enum to string
bool
c++
const
enum
enumeration
friend
inheritance
keyword
return
string
0 Voti
1 Risposta
29th Dec 2018, 11:38 AM
Nikola
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
< Precedente
1
...
10
11
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