Cursussen
Cursussen
Code Compiler
Code Compiler
Discussiëren
Prijzen
Teams
Inloggen
Registreren
Menu
Q&A Discussies
Zoeken
Zoeken
Stel een vraag
Stel een vraag
How do I set "black" equal to another variable name without changing it's meaning?
for
javascript
keyword
loops
switch
2 Stemmen
3 Antwoorden
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 Stem
1 Antwoord
16th Feb 2024, 4:43 AM
Yogeshwaran P
What is del used for?
delete
keyword
python
variables
0 Stemmen
2 Antwoorden
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 Stem
3 Antwoorden
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 Stem
2 Antwoorden
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 Stemmen
1 Antwoord
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 Stemmen
2 Antwoorden
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 Stem
1 Antwoord
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 Stemmen
7 Antwoorden
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 Stemmen
4 Antwoorden
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 Stem
1 Antwoord
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 Stem
1 Antwoord
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 Stemmen
3 Antwoorden
22nd Jan 2017, 7:10 PM
samhitha
What is the difference between null and empty?
empty
java
keyword
null
0 Stemmen
1 Antwoord
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 Stemmen
1 Antwoord
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 Stemmen
2 Antwoorden
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 Stemmen
2 Antwoorden
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 Stem
4 Antwoorden
29th Aug 2016, 9:23 AM
Jia Wei Sim
Can anyone tell me how seo works?
css
html
javascript
keyword
ranking
seo
1 Stem
2 Antwoorden
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 Stem
1 Antwoord
7th Feb 2019, 2:00 PM
Nitin Madas
Java code (Array)
array
code
java
keyword
new
0 Stemmen
1 Antwoord
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 Stemmen
2 Antwoorden
14th Jul 2016, 11:22 AM
shubhu
Return vs Print
between
deference
function
keyword
print
return
vs
1 Stem
3 Antwoorden
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 Stemmen
1 Antwoord
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 Stemmen
1 Antwoord
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 Stemmen
3 Antwoorden
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 Stem
3 Antwoorden
11th Jul 2016, 9:00 AM
Anup Shetty
Methods and functions in JavaScript
constructors
functions,
javascript,
keyword
methods,
object
this
0 Stemmen
1 Antwoord
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 Stemmen
2 Antwoorden
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 Stemmen
1 Antwoord
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 Stemmen
1 Antwoord
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 Stemmen
1 Antwoord
29th Dec 2018, 11:38 AM
Nikola
Stel een vraag
Stel een vraag
Stel een vraag
Stel een vraag
< Vorige
1
...
10
11
Volgende >
Populair vandaag
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
How to add two strings together in ts or css
1 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