Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
Обясните пж float, int, str, list, dict, tup, set, bool.
python
0 Voto
2 Respostas
28th Apr 2021, 6:16 AM
ATSUKO
Float, Double and Long Double!
c++
double
float
1 Voto
2 Respostas
13th Apr 2017, 2:56 PM
Seth T
Difference between int, float, double?
c++
-1 Voto
2 Respostas
4th Sep 2016, 2:15 PM
Daniel Rojas
C++ float, double and long double
c++
2 Votos
2 Respostas
14th May 2017, 3:05 PM
Kyroh
position, float, display properties in CSS
display
float
positioning
0 Voto
2 Respostas
1st Oct 2017, 1:07 PM
Ahmed Shalaby
Double float, what does it actually mean?
bytes
double
float
1 Voto
1 Resposta
24th Jul 2018, 9:28 PM
Cem
Can I use the getchar(); with int, float, double?
help
1 Voto
6 Respostas
2nd Aug 2020, 4:36 AM
Rahul Khandekar
What role play bytes in int, float, double?
cpp
0 Voto
2 Respostas
12th May 2019, 8:53 AM
#peace
When to use double, float, and long double?
c++
0 Voto
3 Respostas
8th Oct 2017, 12:21 AM
Johnny Loves Steel Balls
So what is the difference between a float, double, and long double?
c++
data-types
12 Votos
12 Respostas
6th May 2016, 7:24 PM
SJKakjASKAL
How to differentiate int, float, char type variables in python?
python
1 Voto
5 Respostas
1st Mar 2018, 3:59 PM
swagat patro
Extract data from string I want separate output int, float, string
java
0 Voto
2 Respostas
8th Apr 2020, 9:02 AM
Ujwal Sambhare
What makes difference between char, int, float, double in pointer?
c++
pointer
0 Voto
1 Resposta
15th Mar 2017, 5:51 PM
Shuvam Pal
Convert E+ format to float, without carrying out E+ multiplication
c#
c++
question
1 Voto
1 Resposta
19th Dec 2016, 4:26 PM
Rory Scanlan
what is difference between in data type float, double and long double?
c++
data
data-types
double
integer
programme
programmer
programming
1 Voto
1 Resposta
22nd Mar 2019, 10:46 AM
Toufeeq Ahmed
Why I'm not able to get output in float, But it's working for int.
c
3 Votos
3 Respostas
30th Jun 2018, 7:28 AM
Marana Coder
Can I return different types other than void and int? Maybe char, string, float, double etc?
c++
functions
3 Votos
7 Respostas
22nd Jan 2016, 1:31 AM
moise
IsThere any Data types beyond these four in C language? (int, float, char, double)
data-types
1 Voto
2 Respostas
29th Nov 2018, 8:02 AM
Kishore Bonthu
How best do you solve the issue of numbers.. Int, float, double, long etc.. In factorial (w.r.t. recursions)??
cpp
recursion
2 Votos
11 Respostas
13th Jan 2018, 6:03 PM
Otumian Empire
Help please. Write a program error if the user input is an integer or float, or anything that doesn't consist of words .
python
1 Voto
19 Respostas
24th Sep 2019, 5:44 PM
Onimisi
Why can't we change double to float, or just add float as third variable?
c#
output
0 Voto
1 Resposta
18th Jul 2016, 9:50 AM
某某人
what is the range of numbers that the float, double and long double types can hold?
c++
data-types
1 Voto
2 Respostas
24th Feb 2017, 3:59 PM
Osei-Bonsu Kwaku
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 Voto
3 Respostas
14th Sep 2020, 9:20 PM
dign_code
Can someone please explain what a float, double and long double is? Please also relate this to the number of bytes they take up.
bits
bytes
c++
decimal
double
float
1 Voto
15 Respostas
14th Oct 2018, 8:26 AM
Michael
So converting an integer to a float, all you'd need to do is multiple it by 1.0?
float
python
0 Voto
2 Respostas
18th Jul 2016, 1:24 PM
Jonathan Picazo
Im still a little confused on what char, float, double, and string would actualy be used for in a real game.
c++
q&a
0 Voto
4 Respostas
3rd Jun 2019, 2:14 AM
Justin Gaming
So if, and i quote, two floats have made a float, does that make it three floats?
data-types
python
0 Voto
1 Resposta
18th Oct 2017, 10:45 AM
PulsaR_Da_BiGZee
If I can add an integer and a float, why do we have to convert the float to avoid an error?
type-conversion
1 Voto
4 Respostas
24th Feb 2018, 6:17 AM
Austin Hofmann
I didn't understand what this %ld, sizeof, float, double, char strings do please help me understand this in layman terms
data-types
0 Voto
2 Respostas
26th Dec 2020, 5:30 AM
Alexis
I may be stupid for this,but what is a float, input, and strings? I'm a beginner so it doesn't quite click yet. Thanks!
beginner
python3
4 Votos
4 Respostas
5th Feb 2017, 3:53 AM
PaperGami T.
Define a function called "Division" with two parameters and return type float, which divides the first parameter with the second
int
main
0 Voto
2 Respostas
10th May 2018, 7:17 AM
Mwesigwa Jovan Jonathans
What is the difference of float, double and long double? can someone give me an example each of this and explain it. ?_?
c++
data-types
3 Votos
2 Respostas
19th Jan 2017, 6:00 PM
Harvey S. Cajegas
How do i make a c# class transfer to an xml file and vice versa? Using primitive variables (int, float, string)
c#
xml
2 Votos
1 Resposta
23rd May 2017, 1:28 PM
Andrew McCrevan
Hie Guys, why is it the result of this print (2*5) is 10.0 which is a float, but the result of this print (2**5) is 32 an integ
print
0 Voto
6 Respostas
22nd Oct 2021, 3:46 AM
Tawanda Makuvise
I'm working on a site and I have a problem, in floating the images in my portfolio. When I float, a space appears at the right.
<>
1 Voto
2 Respostas
19th Sep 2018, 1:30 AM
Nnamani Chibututu Emmanuel
How do i learn to code in cpp with ease less confusion ?
cin,
cout
etc
float,
function-arguments
functions
int
return
void
0 Voto
1 Resposta
7th Dec 2019, 11:55 AM
Paul Michael
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Quente hoje
What's wrong with this code ? ( Beginner)
4 Votes
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
I’m new someone can help me
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
What's doctype htMl
2 Votes
HTML community, HELP!!
0 Votes