Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Обясните пж float, int, str, list, dict, tup, set, bool.
python
0 Votes
2 Answers
28th Apr 2021, 6:16 AM
ATSUKO
integer= int, string= str, floap=?
floap
0 Votes
4 Answers
8th Feb 2023, 12:21 PM
Дмитро Кулагін
When would you use int, char?
variables
2 Votes
6 Answers
6th May 2018, 5:50 PM
Miguel Guerrero
Int, Float or Double
c#
variables
0 Votes
1 Answer
4th Oct 2016, 12:31 PM
Anthony “Schrödenberg” L
Can´t convert str to int, please help
beginner
convert
help
int
str
1 Vote
5 Answers
23rd Dec 2020, 7:02 PM
Luiz Peralta
Difference between int, float, double?
c++
-1 Vote
2 Answers
4th Sep 2016, 2:15 PM
Daniel Rojas
Difference between operators int, float and str
python
type-conversion
3 Votes
5 Answers
23rd Jun 2017, 2:08 PM
Krepser
Why in int, numbers grander than 2147483647 write as a minus?
2147483647
application
int
java
11 Votes
14 Answers
3rd Jun 2018, 6:50 PM
I -_- D
Can I use the getchar(); with int, float, double?
help
1 Vote
6 Answers
2nd Aug 2020, 4:36 AM
Rahul Khandekar
What role play bytes in int, float, double?
cpp
0 Votes
2 Answers
12th May 2019, 8:53 AM
#peace
What is the uniqueness of the int, float and double?
c++
2 Votes
2 Answers
15th May 2019, 12:53 PM
Jeremiah Ajisafe Ifeoluwa
Using Python int, bool, str, and float properly
example
help
python
python3
syntax
0 Votes
1 Answer
24th Aug 2017, 5:11 PM
Bubbles
Are there no unsigned int, unsigned char in java.?
java
variables
0 Votes
3 Answers
9th Nov 2016, 7:20 PM
Kelvin Murithi
How to differentiate int, float, char type variables in python?
python
1 Vote
5 Answers
1st Mar 2018, 3:59 PM
swagat patro
Can I change way functions int, str... are working
magic-methods
python
0 Votes
3 Answers
11th Jun 2017, 6:08 PM
Superior
y do we have int, int16, int32, and int64
c#
input
0 Votes
3 Answers
23rd Jun 2016, 2:13 AM
TheBurningPhanttom
What is the difference between "var" Datatype and int, double, string?
and
between
c#
difference
double
int
is
the
var
what
0 Votes
4 Answers
8th Jan 2020, 4:00 AM
Sainath Dora
What's the difference between int, float and double data types ?
c#
double
float
int
variables
0 Votes
5 Answers
12th Dec 2016, 7:42 PM
William
Does SoloLearn compiler use a 32BIT data type for long int, and why it is so?
compiler
gcc
0 Votes
22 Answers
15th May 2019, 6:49 PM
Michael Buzgaru
Extract data from string I want separate output int, float, string
java
0 Votes
2 Answers
8th Apr 2020, 9:02 AM
Ujwal Sambhare
What makes difference between char, int, float, double in pointer?
c++
pointer
0 Votes
1 Answer
15th Mar 2017, 5:51 PM
Shuvam Pal
Do I have to remember everything like int, cout, mainstream ??
c++
0 Votes
3 Answers
11th Jul 2016, 8:20 AM
Ayush Sah
How can I convert int, float and other numbers to String type?
casting
java
0 Votes
3 Answers
29th Dec 2017, 8:16 PM
hide on bush
can you change return type of main method ? like int, char or float
java
1 Vote
4 Answers
3rd Jan 2017, 2:53 PM
Rohit choudhary
C - Why does this code, without casting x to int, return a garbage value?
c
type-conversion
variables
2 Votes
1 Answer
26th Sep 2019, 8:59 PM
Paolo De Nictolis
I tried using typeid(variableName).name() but it only showed up i instead of int, why?
c++
datatype
typeid
typeinfo
0 Votes
2 Answers
18th Apr 2021, 2:35 PM
Ejingo
How best do you solve the issue of numbers.. Int, float, double, long etc.. In factorial (w.r.t. recursions)??
cpp
recursion
2 Votes
11 Answers
13th Jan 2018, 6:03 PM
Otumian Empire
In C++11 and higher, should types like int, string, double, etc. be initialized with braces?
c++
c++11
cpp
variables
1 Vote
1 Answer
17th Sep 2018, 4:24 AM
LunarCoffee
Can I put the int, string and double outside of the INT MAIN ?
c++
1 Vote
2 Answers
11th Nov 2016, 3:47 AM
Joemyr Ayen Ramos
hay alguna forma de restringir los.parametros por un tipo ejemplo int, string, double
functions
python
0 Votes
1 Answer
23rd Jul 2016, 2:09 AM
Joel Antonio Iseda Jaimes
What is data type name integer
float
int,
variables
1 Vote
3 Answers
8th May 2019, 5:35 PM
Abhishek Kumar Singh
Can we convert a list type into any other type like int, string etc.? If yes then please tell how?
python
python3
1 Vote
7 Answers
21st Jul 2019, 7:11 AM
Achal Saxena
Int input(python)
input,
int,
python,
0 Votes
2 Answers
16th Aug 2018, 6:55 PM
Guido Parlatore
What is the size of long int, long long int and long double for 64 bit architecture computer?
c
c#
c++
java
javascript
python3
1 Vote
1 Answer
19th Jan 2022, 8:07 AM
PREETHI T G
What are the maximum and minimum values accepted by the following data types (Kotlin): Double, Float, Long, Int, Short, Byte
.kt
data-types
kotlin
numbers
syntax
1 Vote
3 Answers
14th Sep 2020, 9:20 PM
dign_code
В коде написано, что значение 5 возвращается в int. Именно в этот int, что написан перед именем метода ?
int
java
methods
return
0 Votes
3 Answers
20th Sep 2022, 4:01 PM
Виталий
i have three column in my transaction table id int, amount int, balance int. I want to write a query when I insert new row balnce column automatically filled by previous row value +(-) this row value.
mysql
sql
0 Votes
3 Answers
27th Oct 2016, 1:21 PM
santosh ojha
int, string is the created classes? and object can be the variable that the user inputted right?
classes
0 Votes
2 Answers
10th Aug 2019, 2:47 AM
Nguyễn Tín
Hi my friends, what are the valid functions that convert strings to int, double or any datatype of numbers in cpp!!?
functions
int
numbers
strings
3 Votes
3 Answers
25th Jun 2020, 9:34 AM
Michel Azar
Why does cin, expecting an int, change the corresponding int variable to zero in case of invalid input ?
c++
error
exceptions
1 Vote
2 Answers
1st Nov 2017, 4:01 AM
Akashdeep Nandi
Is there anyway to store data (such as int, bool, etc.) outside of running a Console Application program?
application
c++
code::blocks
console
heap
store
0 Votes
1 Answer
2nd Apr 2018, 12:20 PM
Garret Johnson
what exactly is the passing by int, ref and out. in a lay man's terms. want to understand it easily
c#
methods
0 Votes
3 Answers
25th Jul 2016, 6:01 AM
Nzoputa Okafor
How to make a collection of different data types like int, string, double, char etc under one single collection name?
c#
collections
-2 Votes
4 Answers
11th May 2016, 5:01 PM
poonamjeet singh
Message when an error happens? (python)
error,
input,
int,
pyhton,
0 Votes
1 Answer
16th Aug 2018, 7:08 PM
Guido Parlatore
So my input question is "How many participants?", i have used int, but i want to limit the numbers from 1 to 30. Any tips? 😅
input
python
0 Votes
3 Answers
16th Sep 2019, 8:15 PM
W. Khalid
How Do I assign a variable in a class by using = operator (like we do with int, string and the other data types) ?
=
c++
classes
operator
with
0 Votes
3 Answers
7th Aug 2018, 10:01 AM
Mustafa K.
What is the difference between int, where I write under using namespace std; and then I write it after int main ( ) { };
()
after
c++
int
main
namespaces
std;
under
using
vs
0 Votes
1 Answer
3rd Sep 2020, 7:04 PM
Mr-Powerful
So what is the size of an int? In the Console it says 4, but on the Summary it says 2 ( for standard int, not short)?
c++
sizeof
0 Votes
2 Answers
4th Apr 2016, 3:18 PM
Patrick White
I'd like to know the meaning of each of these. input, output, cout, int, cin. What do they mean? If someone could answer me in French I will understand well because there are some terms difficult to understand
c++
variables
2 Votes
3 Answers
30th Aug 2016, 12:49 PM
Romeo
Ask a question
Ask a question
Ask a question
Ask a question
Hot today
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Odd even threads without condition variable
0 Votes
Ejercicio Pytho
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Game development
0 Votes
Suggestions needed
4 Votes
Write a program to find the strings are in isogram or not
0 Votes
Ruby programming?
3 Votes