Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Preços
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
What if i add an int value and an double value in an int variable?
java
operators
1 Voto
5 Respostas
16th Jul 2016, 10:16 AM
Jyoti Sheokand
how to convert a string into int array
array
c++
java
0 Voto
7 Respostas
28th Dec 2019, 9:13 AM
Somya Sarathi Samal
append method problem in int values
append
int
list
python
1 Voto
3 Respostas
29th Mar 2021, 7:37 AM
meherDev
int i= 1; printf("%d %d %d\n", i++,i++,i);
c
1 Voto
5 Respostas
14th Jun 2020, 8:58 AM
Rahul Kumar
Why is just int working??
switch
0 Voto
2 Respostas
16th Apr 2019, 2:44 PM
Drakken
C/C++: Why doesn't int main() cause an error when I provide command line arguments?
arguments
c
c++
command
line
20 Votos
12 Respostas
9th Feb 2019, 11:43 AM
Anna
Why we use int main() in C++
c++
function
main
0 Voto
5 Respostas
25th Oct 2020, 7:36 AM
SAADAT ALI
What is the difference between static int a; and int a
int
static
0 Voto
2 Respostas
5th Mar 2017, 3:52 PM
MOHAMMED SHABEER K
What is int k{1}; in c++ ?
c++
1 Voto
8 Respostas
1st Nov 2017, 3:24 PM
Jan Moravec
Why do my int num=42; code doesn't work and shows error
c#
0 Voto
13 Respostas
19th Aug 2021, 8:06 AM
8 D SAIRAJ S L.H.S
In java how to assign int value to char
java
1 Voto
8 Respostas
28th Feb 2020, 5:26 AM
Karthikeyan
int main() { int b = 5; int arr[b] = {11, 35, 62, 555, 989}; int sum = 0; for (int x = 0; x < 5; x++) { sum+=arr[x]
arrays
c++
0 Voto
4 Respostas
13th Nov 2016, 4:54 PM
prashanth jerry
#include <stdio.h> int main() { int x = 5; if (x<1); {printf("Hello");} }
help
0 Voto
2 Respostas
15th Dec 2019, 2:33 PM
Avantika Nagrale
Help with python, how make int from string
else-statements
python
2 Votos
2 Respostas
27th Nov 2018, 8:39 AM
Barbaring0
Why int main and not void main?
cpp
main
1 Voto
2 Respostas
5th Dec 2024, 10:40 PM
TheMunchkinSolo
Can't I use int main() in java?
int
java
main
5 Votos
2 Respostas
2nd Dec 2019, 12:57 PM
Aditya
Can you please tell me,the diffenrence between void main(),and int main().
c
c++
duplicate
5 Votos
8 Respostas
17th Apr 2019, 9:01 AM
M Raghavendar
Input
input
int
print
0 Voto
3 Respostas
30th Apr 2021, 11:46 AM
Ольга Маганова
why don't we write int sum ; instead of int sum =0 ; what does the zero does anyways ?
arrays
c++
1 Voto
7 Respostas
9th Sep 2019, 12:04 PM
Amir Hamdy
What is the difference between int main () and void main()
c
c++
6 Votos
11 Respostas
22nd Mar 2019, 8:15 AM
Emmanuel Godwin
so instead of int a; a=10; I can do it like this too int a=10; ?
c++
variables
1 Voto
6 Respostas
3rd Jun 2017, 3:22 PM
Joshuel Ernest Q. Simbulan
What is int *result_size
c
1 Voto
1 Resposta
6th Aug 2017, 7:05 AM
Aloka Devapriya
Why int size vary?
int
question
size
why
1 Voto
1 Resposta
15th Nov 2016, 2:35 PM
Gaurav Kesarwani
Int sum=x+y cout <<sum<<x+y<<ends<<;
is
not
possible
x+y
-1 Voto
2 Respostas
23rd Nov 2017, 6:20 AM
Vinod
Int y=9. X=3. System.out.println(x-x/y);
no
tags
0 Voto
1 Resposta
2nd Jul 2017, 3:16 PM
Aditya Singh
Int object is unsubscriptable.
py
python3
0 Voto
1 Resposta
12th Sep 2017, 6:25 PM
James Barrow
What is the difference between int and void (@ beginning of the main function)
functions
int
main
void
2 Votos
2 Respostas
2nd Sep 2019, 6:11 PM
Satyam Keshri
Int a=3,int b=2; b=a++; cout<<++b;
34
-1 Voto
2 Respostas
10th Nov 2020, 5:33 PM
Yabsira Misrak
What is use of int main
c++
intmaim
1 Voto
4 Respostas
9th Jun 2017, 8:34 AM
meet khurana
C++ question , int i=10; cout<<++i*i++;
3 Votos
3 Respostas
24th Mar 2017, 6:14 AM
suyash ajmera
#include <iostream> using namespace std; int main() { int a=1 ,b; a=b; cout << b+a; return 0; }
variables
1 Voto
8 Respostas
25th Jan 2019, 6:42 AM
Akash Kumar
Int a=10 System.out.println(~a) the answer is -11 how?? Explains me.
java
0 Voto
7 Respostas
5th Jun 2017, 12:17 PM
Anjaneyulu Bairi
can anyone tell in detail following example. int a=10; int *p; *p=&a;
c++
0 Voto
2 Respostas
13th Sep 2016, 8:15 AM
susmitha gummadi
what is const int ctValue=2; int iValue; float fValue; char cValue mean?
c++
-1 Voto
2 Respostas
12th Sep 2016, 1:53 PM
Saksham
int[,,] myarray = new int [3,4,5]
arrays
c#
1 Voto
3 Respostas
25th Jul 2016, 10:17 AM
Kaan Çamur
#include <iostream> using namespace std; //Compiler version g++ 6.3.0 int main() { int myVariable = 10; "Cout" << "myvari
print
0 Voto
7 Respostas
26th Aug 2020, 11:11 AM
JASHANPREET SINGH
Здрасте, если кто знает русский скажите, получается если будет int a = 11; int b = 22; int sum = a+b; cout<<sum,
c++
0 Voto
2 Respostas
18th Oct 2020, 6:20 PM
[No Name]
diffrence between void and int
c++
0 Voto
3 Respostas
14th Aug 2016, 5:25 PM
Garvit Joshi
Does int a[]{}; is a empty array?
arrays
c++
0 Voto
5 Respostas
26th May 2018, 4:22 AM
RainStorm
What this means... int x; (char*)&x;
c++
2 Votos
3 Respostas
24th Nov 2016, 8:51 PM
ROHAN JOSHI
write a statement to convert 1002 into int
1002
a
convert
int
into
java
statement
to
write
1 Voto
11 Respostas
23rd Aug 2017, 3:18 PM
Shalmi
Please what is this abbreviation int
int(
1 Voto
2 Respostas
18th Sep 2021, 7:17 PM
Victor apara
int a=3; int b=2; b=a++; cout<<++b; Can someone explain how we arrived at 4?
c++
1 Voto
3 Respostas
22nd May 2017, 12:05 AM
Sohn Jmith
is this code wrong # include <iostream> using namespace std; int main() { int age; cin>> age; switch(
c++
0 Voto
6 Respostas
17th Feb 2020, 9:52 PM
MÆŘEÁLT
How can I redifine int main()
c++
0 Voto
2 Respostas
14th Dec 2022, 7:20 AM
Abigail Augustine
Set a 4-digit int code with cin
cin
digits
int
1 Voto
7 Respostas
1st Dec 2017, 8:42 PM
Dimitris Petrakis
In JavaScript? Why Str and Int confusion?
integer
jacascript
string
type
2 Votos
4 Respostas
21st Mar 2019, 7:01 PM
Brave Tea
#include <iostream> using namespace std; int main() { int a[]={1,2,3,4}; for(int x=0;x<4;x++) { a[0]+=a[x]; }
c++
1 Voto
2 Respostas
3rd May 2019, 3:06 AM
Husaain Naqvi
int secondInt = (int) firstDouble;
c#
1 Voto
1 Resposta
16th Apr 2018, 7:22 PM
Alex Kamau
Is there any long int in Python3?
error
python3
2 Votos
6 Respostas
3rd Aug 2017, 3:38 AM
Girish Tulabandu
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
9
10
11
...
50
Próximo >
Quente hoje
App Development
1 Votes
GUI-Based Python code in Webpage
3 Votes
I'm still new, help me about my image code
0 Votes
Convert Animated SVG to PNG
1 Votes
My Missing Courses
1 Votes
What will be the output of this code?
1 Votes
Are '\0' and NULL the same?
1 Votes
Number addition
0 Votes
cyber security
0 Votes
my code isn’t working can someone give me tips?
1 Votes