Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Can any one explain the default values with another easy example?
arguments
python
0 Votes
2 Answers
2nd May 2020, 2:53 PM
supriya
In JAVA data type var, is it save any default value?
java
0 Votes
2 Answers
28th Apr 2020, 3:52 AM
I.S. Patil
Why discuss is opening first?
default
selection
sololearn
6 Votes
8 Answers
12th Aug 2020, 2:14 PM
The future is now thanks to science
What is the default encoding of the terminal of Code::Blocks in Windows?
c++
5 Votes
1 Answer
4th May 2017, 1:15 PM
Solo Wanderer 4315
How do we pass the arguments in function declaration while using default argument?
c++
2 Votes
2 Answers
22nd Jul 2021, 7:01 AM
Nihal Kumar Das
Kotlin Expected to Surpass Java as Android Default Programming Language for Apps
coding
java
kotlin
programming
3 Votes
2 Answers
15th Oct 2017, 7:43 AM
Yasar Curci
How is the default value of int and float 0 and 0.0f ;
java
5 Votes
2 Answers
24th Oct 2017, 3:12 PM
Utkαrsh
Why an empty class also internally contains default constructor after compiling?
.class
compiler
constructor
decompilation
default
emptyclass
java
0 Votes
3 Answers
8th May 2017, 5:38 PM
Pintu
What is the default event propagation value if not specified?
events
javascript
propagation
0 Votes
2 Answers
21st Sep 2016, 8:40 AM
Божидар Димитров
What this does mean in CSS? Does it reset default margin and padding? body{}
body
0 Votes
7 Answers
10th Aug 2018, 11:00 AM
Farshad Assarpour
How the default size of say < h1> can be resized-HTML
headings
html
0 Votes
2 Answers
13th Sep 2018, 2:34 PM
kp kalia
What is the difference between default constructors and parameterized type of constructors?
c++
1 Vote
3 Answers
16th Jul 2017, 4:32 AM
Sai Yerni Akhil
Wen is a default agreement value used inside a function?
c++
0 Votes
1 Answer
17th Nov 2018, 2:57 PM
Srija Sarkar
Is overloading compatible with default values in C++ or Java?
c++
functions
java
overloading
1 Vote
1 Answer
20th Dec 2017, 6:06 AM
Bo Yang
What is d default code to input animations on html 5
strings
1 Vote
2 Answers
13th Apr 2017, 2:36 PM
wisdom
stack while dealing with default parameters...... Uncaught SyntaxError: Invalid destructuring assignment target
javascript
webdev
1 Vote
1 Answer
26th Jun 2019, 11:37 AM
Boaz Nyagaka
how to set default session variable page loading using codeigniter
codeigniter
php
0 Votes
1 Answer
14th Mar 2019, 3:08 PM
Selva kumar M
Sql: "int default 1 not null" - how it works?
default
mysql
not
null
sql
value
0 Votes
1 Answer
9th Feb 2017, 2:47 AM
SentalPL
Why is my switch only displaying the default loop? Made a BMI calculator
bug
javascript
js
1 Vote
4 Answers
20th Apr 2017, 2:41 AM
AceDev
How to make a C# Application work as the default program for ...
c#
c++
java
0 Votes
4 Answers
23rd Jul 2018, 10:54 PM
Mohammed Hussein
How to define default value of a variable containing null if it's null?
js
prompt
2 Votes
1 Answer
30th Aug 2022, 11:38 AM
Parth
Guys how to make an default access modifier please help me
help
-1 Vote
2 Answers
26th Jan 2021, 5:11 AM
Ryan Bornalo
We have not an error because of parentheses. Why??
c++
constructors
default
4 Votes
11 Answers
28th Nov 2018, 4:33 AM
Petros Simidyan
The default case must appear at the end of the switch. It's wrong
c++
switch
0 Votes
5 Answers
13th Apr 2017, 1:49 PM
pokercc zhang
(Java) What are the default methods in interfaces ? Do they work like static methods ?
default
interfaces
java
methods
static
4 Votes
1 Answer
3rd May 2019, 1:07 PM
Svarog
Is it necessary to use default constructor in this eg of operator overloading?
operator-overloading
0 Votes
4 Answers
6th Aug 2018, 1:03 PM
Neenadk
Why default constructor initialises memeber variables with garbage values if its not defined ?
c++
1 Vote
4 Answers
23rd Sep 2018, 11:44 AM
Aman Jain
int x=3; switch(x){case 1: x+=x; case 2: x+=x; case 5: x+=x; default : x+=x}; cout<<x; output?
cpp
output
0 Votes
6 Answers
25th Aug 2020, 7:05 AM
Harsh Kant
Is it really required/necessary to change the default size of data type??
c++
data-types
0 Votes
2 Answers
4th Apr 2020, 6:01 AM
NIGHT STAR
What is the default status of an untouched file in GIT?
database
git
github
programming
softwaredevelopment
sololearn
vcs
0 Votes
1 Answer
21st Feb 2021, 1:39 PM
Mousin Ahanger
How to edit the default theme of the Prestashop the way you wanted?
prestashop1.6.1.20
0 Votes
4 Answers
22nd Aug 2018, 9:01 AM
Ynelle Kyle Novicio
Why I'm I getting default value after using the same object reference variable?
new_keyword_doubt
1 Vote
2 Answers
16th Jul 2022, 8:14 PM
Sanjay Ronaldo
why is the default value not getting restored?? Am I using it wrong?
css
dev
html
web
0 Votes
3 Answers
21st May 2019, 12:34 AM
Amod T V
How to stop to migrate default app of django in multi connection
django
python3
0 Votes
2 Answers
9th May 2018, 9:27 AM
Chandan Kumar Ojha
Is constructor's parameter allowed to have a default value? Looks likes No.
c++
constructors
java
2 Votes
1 Answer
20th Dec 2017, 5:48 AM
Bo Yang
How many sizes of headers are available in html by default
6
are
available
default
from
h1
h6
headers
html
in
ranging
to
-3 Votes
3 Answers
4th May 2022, 6:23 PM
Nikhil Ekhande
What are the default function that c++ compiler generate for the class?....
c++
1 Vote
2 Answers
9th Sep 2017, 11:55 AM
R V
What if you declare a variable with a default function name?
functions
python
python3
variables
1 Vote
1 Answer
19th May 2017, 11:40 AM
Hakob Baghdasaryan
What happens if you challenge someone and the challenge expires after a day, do you win by default or not?
challenge
6 Votes
7 Answers
13th Jul 2018, 5:35 AM
Nathan de Witt
By default the output prints in newline but if we want to print side by side then?
python3
3 Votes
6 Answers
14th Jan 2019, 5:55 PM
Purvaja Durga
What is the meaning of "Strings are by default mutable?" In Ruby
mutable
ruby
strings
2 Votes
1 Answer
2nd Oct 2017, 7:59 AM
Uttam
Why it doesn't gives output of more than 8*a for any no.?pls need help
argument
c++
default
2 Votes
8 Answers
25th Apr 2019, 6:01 AM
Abhay
how to use the constructor to take input form user.....?? nt using default constructor..
c++
0 Votes
5 Answers
8th Sep 2016, 11:27 AM
vikil lakkavatri
Does default events work on dynamically (added through code behind) added markup?
events
javascript
jquery
2 Votes
1 Answer
5th Feb 2018, 10:47 AM
Praful Jangid
What is difference between initializing value through default constructor or parameterized constructor ?
keyword
this
0 Votes
1 Answer
8th Aug 2020, 4:47 PM
Mayuri Vikram Deshmukh
Please, why will the data input from a user have a default data type of string?
javascript
1 Vote
5 Answers
7th May 2020, 5:30 PM
Kelechi Ikpo
Can someone let me know how the default case in a switch statement (C++) works?
c++
selection
statement
switch
0 Votes
5 Answers
1st Feb 2019, 5:09 PM
Saifullah Rauf
Please tell
default
input
python
1 Vote
5 Answers
10th May 2020, 6:03 AM
ANJALI SAHU
Hello good afternoon. How to declare Boolean data type member as a null in default constructor ?
java
3 Votes
8 Answers
11th Nov 2017, 9:51 AM
raix832
i am getting some error whilke setting notepad++ as my default git editor
git
notepad++
0 Votes
2 Answers
28th Sep 2023, 5:23 AM
CHENNAMSETTY SUMANTH
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
5
6
7
...
9
Next >
Hot today
X velocity
2 Votes
And... Who is the staff then?
3 Votes
Files not linking in C++
0 Votes
I want to make a triangle area calculator ,anybody can teach me
2 Votes
Web Dev
1 Votes
Img & web server or personal info
0 Votes
Pls give me an idea
1 Votes
Why Pro?
1 Votes
How to achieve "Sololearner" achievement?
0 Votes
Problem with Javascript
0 Votes