Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Can someone explain to me what we mean by the boolean and his value true or false and when we use the boolean
c++
java
python
2 Votes
4 Answers
28th Mar 2018, 9:39 PM
Aiman Aqari
When we assign byte value as 130 in java then it gives -126 why this result is come? I don't understand..
java
1 Vote
3 Answers
24th Aug 2019, 3:52 PM
Akshay Harshora
Val is 2 , val is 3,val is 16,val is 15.explain me how it assigns its value
bug
c++
if-statements
-1 Vote
4 Answers
12th Feb 2021, 9:46 AM
Ajith
it kepps giving me 1 error for my switch statement that is a value to a string
#java
0 Votes
3 Answers
22nd Feb 2022, 9:19 AM
Raja Velu
Help me solve the problem to output the correct answer, what should be the value of multiplier
python
0 Votes
2 Answers
29th Sep 2023, 8:20 AM
Ugwu Soromtochukwu Rex
What is difference between int main and void main how it works and what is use of return value in c language
int
main
return
void
0 Votes
2 Answers
14th Aug 2019, 6:54 AM
Balaji
Does a unique constraint allows a null value to be inserted once? Or the Check constraint
null
1 Vote
2 Answers
26th Jun 2019, 7:31 PM
mvtin
To open a new webpage in the same page, what value should be used in the target attribute?
html
target
2 Votes
4 Answers
12th Mar 2017, 7:22 AM
Goutham Krishna N
How to use string data in numpy Python?
array
error
float
numpy
python
python3
sololearn
string
value
variable
5 Votes
9 Answers
3rd Jul 2018, 4:17 PM
Maninder $ingh
How to initialise value if scanner left blank and submit without putting any input
plz
1 Vote
1 Answer
12th Jan 2019, 10:39 AM
Riyaz Ali
This is a part of my code. I want to get the value of x to work with. But it’s showing that x is not defined. Please solve.
break
else-statements
function
if
python3
return
0 Votes
11 Answers
23rd Jun 2021, 10:07 AM
Soumaya Islam Rimi
Why the array canceled it's index value (input function) when it calls to print in output function?
c#
1 Vote
4 Answers
17th Aug 2017, 2:28 AM
Amr Samy
Why the return statement only take integer ,why it can't take char as char has also a ascii value which is also a integer.
return
2 Votes
2 Answers
11th Oct 2018, 2:45 PM
Ankita Sinha
What code can you use to get user input for the value of age and money
java
userinput
-4 Votes
5 Answers
20th Mar 2019, 1:41 PM
Red_Scar115
the program must accept a string value and print it twice ex: input = bars output = barsbars
c
c++
0 Votes
2 Answers
28th Jan 2019, 2:43 PM
Nikash
Why doesn't the unscramble function take the reversed value of the string code, instead takes the original value?
c
c++
0 Votes
4 Answers
2nd Jul 2020, 5:46 AM
Bishal Biswal
How can i make a code that can find the inverse value of sine in c programming language without using library function
headings
0 Votes
6 Answers
14th Mar 2020, 8:00 AM
Shoan Ahmed
#include <stdio.h> int main() { int a=4; printf ("the value of a is %d,a"); return 0; }
include
0 Votes
2 Answers
8th Apr 2023, 6:17 AM
Suyash Agnihotri
How can I add a value in a list for a key in a dictionary??
dictionaries
python
0 Votes
3 Answers
24th Jan 2017, 6:19 PM
MIGUEL GARCÍA GÓMEZ
We declared the variable as float and then gave integer value to it so why didn't that show any error..
c
c++
cpp
halp
3 Votes
3 Answers
23rd Jan 2021, 5:27 AM
Janvi Desai
How to store a user define value asked in a function in a variable which is outside of the function ??
python
0 Votes
6 Answers
28th Sep 2020, 5:45 AM
Chris Evans
Do you know when we return 0 or any value from main() function where does it actually returns to
rtrn0
4 Votes
3 Answers
30th Apr 2017, 2:23 AM
Mohit Rawat
How to create a C++ program to input a character and print out value using static_cast?
c++
1 Vote
2 Answers
20th May 2018, 8:18 PM
shamizzle
Hi can someone explain why my code wont print me the integer value through my method?
classes
1 Vote
2 Answers
23rd Jan 2019, 10:14 AM
Farhan
"scanner myvar = new" is new a value here? Like saying this is empty for now?
input
java
1 Vote
3 Answers
30th Aug 2017, 6:30 PM
Yuko
After print(x+3) i wrote x=+1 and it then prints value of x as 1 not 8
python
variables
1 Vote
3 Answers
7th Mar 2017, 2:06 AM
Ris Raj
In the part " temp=*num1 " does *num1 refer to adress or value ?
c
pointers
0 Votes
1 Answer
1st Apr 2020, 5:28 AM
MD Tanveer Hossain Nihal
My link list is not working when i am putting value and location manually
c
c++
linkedlist
pointers
0 Votes
1 Answer
4th Oct 2020, 3:49 PM
Karan singh majila
Fill the blanks spaces and declare a variable ,add 5 and print its value
python
0 Votes
1 Answer
28th Mar 2020, 4:18 AM
Fabrice njodzeven
its not work. can anyone explain to me why this? ( find the highest value and the input position that I want to output )
c
1 Vote
8 Answers
20th Jul 2022, 3:58 PM
Piyumi Nadeesha Weerarathna
How to round up the value of output in C++ ??? If Anyone knows the answer ,Please let me know.
c#
c++
java
jquery
sql
web
3 Votes
3 Answers
18th Oct 2017, 1:30 PM
Adesh Choudhar
Explaination about what prod(i,j) i*j is doing and how the value of prod(x+2,y-1) we get? (ans for this code is 10)
c
2 Votes
4 Answers
4th Jan 2019, 3:29 PM
Vijaya Mishra
How can i run java program in server and get value from user for it
java
php
pyhton
web
2 Votes
1 Answer
16th Oct 2017, 8:58 PM
hashem sheikhypour
What is the meaning of --b is it the value should be deduct or not?
c++,solo
sololearn
0 Votes
3 Answers
21st Dec 2016, 11:00 PM
Asna Khalidah Mohd Shobri
please help! how can i get the smallest value in a list in scheme? Please
lisp
list
scheme
0 Votes
1 Answer
8th Nov 2022, 2:13 AM
Julie Osbourne
[Solved] How to get Seprate value from one function and one id in javascript ?
javascript
0 Votes
2 Answers
13th May 2021, 11:28 AM
Sajid Ali
Can we use delete function to delete just the specific value of a specific column?
delete
sql
update
1 Vote
2 Answers
24th Jul 2016, 2:30 AM
Olcay Sarmaz
Why array index value starts from 0 ? Why not from 1 ?
.net
c
c#
c++
java
php
0 Votes
2 Answers
24th Dec 2016, 10:25 AM
الواجد
How can you print a variable before you add a value to it?
c++
functions
0 Votes
2 Answers
2nd Sep 2016, 4:57 PM
Jasmine
C++ Error. A value of "type*" cannot be am entity of type "type*"
c++
error
linkedlist
node
0 Votes
2 Answers
14th Dec 2016, 8:24 AM
Eddy
A cute programming challenge. Is the base 10 value a palindrome in binary?
binary
challenges
convert
palindrome
1 Vote
1 Answer
22nd May 2017, 7:18 PM
John Rodman
why does the value of the parameter when displayed became the formal parameter?
c#
methods
0 Votes
2 Answers
19th Jul 2016, 10:24 AM
justine
Does Javascript implement the concept of call by value and call by reference?
functions
javascript
0 Votes
2 Answers
1st Aug 2016, 7:21 AM
Sumitabha Banerjee
"You may validate the given value in the setter before actually setting the value". Explain this?
access-modifiers
java
sololearn
1 Vote
1 Answer
3rd Nov 2021, 10:07 AM
NIKHIL JOSHI
In the 11th line of the below java code,how the value of 'a' get as 3
java
0 Votes
3 Answers
6th Aug 2018, 4:45 PM
Pulsara Sandeepa
How does the while loop gets the maximum value from the passed list in this code?
javascript
0 Votes
2 Answers
15th Nov 2020, 8:43 AM
Noob Programmer
Why would you include a "normal" or "none" value into your css, since it changes nothing?
css
text
2 Votes
2 Answers
31st Jan 2016, 1:47 PM
Romy van der Kolk
If you can add up the value of variable a pointer points to like i did in the code , then why can't you add the addresses
pointers
1 Vote
14 Answers
13th Sep 2018, 4:29 PM
Aditya Prasad
How many times is the body of the following loop executed? What is the value of x after the loop termination?
c++
code
problem
question
0 Votes
5 Answers
24th Jun 2021, 3:00 AM
Rao Muzaffar
What is the mistake in this code to find greater value only using if in c prgrm
c
c++
0 Votes
2 Answers
30th Aug 2020, 5:09 AM
GEOWIN B VARGHESE
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
43
44
45
...
60
Next >
Hot today
Regarding course
0 Votes
In this code, I want to make exactly another div right next to it in div, how to edit it?
1 Votes
Solved Grouping data
0 Votes
Python input() function is strange (a bug or a feature?)
1 Votes
what is python
0 Votes
Naming Variables
0 Votes
Can anyone explain what java and Python is used for
0 Votes
Chess Tournament Exercise Doesn’t Work
0 Votes
Android
0 Votes
Best way to learn
0 Votes