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 will happen if i have declared math.h & then assigning variable names?
c++
variables
0 Voto
1 Resposta
4th Aug 2016, 3:42 AM
Lakshay sharma
Why are the arrow functions in ES6 declared always as "const" and can it be done as a "var" or "let?
es6
functions
loops
2 Votos
5 Respostas
28th Nov 2018, 1:07 PM
Panayot Zhaltov
Complete the code to output "name is age years old", where name and age are the declared variable values.
python
0 Voto
4 Respostas
29th Dec 2021, 7:27 AM
Kadam Rutuja Chandrakant
What's namespace and what's it's use and why main function is declared inside namespace........
c#
input
0 Voto
2 Respostas
4th Jan 2017, 6:15 PM
Nitin Kumar
What do you do when it says "Error return0 not declared in this scope return0; " ?
c++
0 Voto
5 Respostas
30th Jul 2016, 12:44 PM
Cash
Why I obtain this error although I declared the type of I as int in the for loop?
java
0 Voto
4 Respostas
5th Feb 2020, 10:37 AM
Hichem GOUIA
Why should we specify the data type of a variable declared in Kotlin but not yet initialized?
kotlin
variables
0 Voto
3 Respostas
15th Jul 2021, 7:50 AM
Calvin Thomas
Should we define all the methods in source files which are declared in headers.?
c++
classes
1 Voto
1 Resposta
11th Jan 2017, 1:48 PM
Mourya Karan
What is different between ref and out when I declared argument in method? ?
c#
0 Voto
1 Resposta
4th Jan 2017, 8:50 PM
mostffa hassan
Can't we intialize a var that is declared into a particular method when the method is called inside the main method?
java
programming
1 Voto
6 Respostas
3rd Jan 2023, 2:24 PM
harsh singh
I had declared a variable in a method. how can I call the variable in the main method?
c#
methods
0 Voto
5 Respostas
31st Oct 2016, 8:46 AM
Fikri Buih
Can someone please help me debug this program?! It keeps telling me "item was not declared in this scope"
calculator
cost
items
shoplist
3 Votos
2 Respostas
28th Mar 2018, 10:15 AM
Babatunde Samuel Olawale
The shopping cart is declared as a list of prices, and you need to add functionality to apply a discount and output the total pr
help
me
solve
to
0 Voto
14 Respostas
12th Sep 2021, 8:40 AM
Virendra Agarkar
if we can pass array size in square brackets ?when function is declared or array is pass as an argument
arrays
c++
functions
0 Voto
7 Respostas
4th Aug 2016, 2:32 PM
subha21
the parameter which is to be passed in the function is to be declared first?
functions
javascript
0 Voto
2 Respostas
12th Jul 2016, 5:36 PM
Chowderpally Saiteja
what does mean "error: unreported exception FileNotFoundException; must be caught or declared to be thrown"
java
0 Voto
2 Respostas
17th Jul 2016, 1:36 PM
hersonification
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 Votos
3 Respostas
23rd Jan 2021, 5:27 AM
Janvi Desai
Already declared random numbers in an Array, now how do I print the Largest, Smallest, Average and Range in the array?
java
2 Votos
2 Respostas
3rd May 2019, 8:19 PM
Odwa Khefu
what are primary functions? why are primary functions declared anywhere within the program be overloaded?
c++
functions
operator-overloading
0 Voto
1 Resposta
3rd Feb 2017, 9:26 AM
Srikanth Srinivasan
I am getting error 'retirn0' was not declared in this scope..so what should i do?
c++c++
-3 Votos
2 Respostas
3rd Sep 2017, 3:50 AM
JUSTIN BEIBER FAN HOUSE
How do I use a variable declared in one class in another class without using "global" in python3?
object-oriented-programming
python
python3
variables
-1 Voto
4 Respostas
15th Jan 2019, 3:46 PM
Teddy Okello
Has anyone entered the correct answer to yhe "comment Question" only to have it declared wrong.?
comment
-1 Voto
1 Resposta
15th Jul 2021, 4:38 AM
Roger Hanger
Can anyone justify the statement: A virtual function can be declared as a friend of another class.
cpp
0 Voto
1 Resposta
18th May 2021, 3:08 PM
sourabh bhandari
[Solved] How can i change state using setState from inside a function component when setState is declared outside of it.
jsx
react
3 Votos
2 Respostas
2nd Aug 2020, 11:24 AM
Abhay
How the static main() method can access the another method in another class which is not declared as static?
java
0 Voto
3 Respostas
18th Sep 2020, 3:35 PM
Preethi
Why does it say that free is a local variable if I declared it outside of the function?? I just want to change the value of it
python
1 Voto
9 Respostas
28th Nov 2021, 5:21 AM
Adrian DF
when we compare String each others.... suppose we have declared two String variables when to use a.equal(b) and (a==b) ?????
java
string
2 Votos
2 Respostas
1st Mar 2022, 7:35 AM
Davinder Kumar
Main.java:1: error: class Tictactoe is public, should be declared in a file named Tictactoe.java. -> public class Tictactoe{
java
javaerrors
0 Voto
1 Resposta
2nd Apr 2021, 3:17 PM
Gayatri Dunakhe
Can I add methods to an object which is already declared in Javascript ??? If yes then how??
javascript
methods
objects
2 Votos
2 Respostas
28th May 2017, 6:52 PM
Ahmed Imtiaz Ferdous
Write a java program to calculate 12+123+1234+12345....'n' number of terms where n is a limit declared by the user.
for
forloops
java
nestedloops
problem
programming
sum
0 Voto
3 Respostas
2nd May 2018, 12:25 PM
Ishita Tewari
Why I am getting characters more than the declared array in the code below when I input more than 10 characters?
c
3 Votos
1 Resposta
21st Sep 2019, 4:30 PM
Darshnik Deep
Doubt: Before Calling Function,It should not declared If Advance Compiler changing function concepts please tell me
c++
functions
1 Voto
1 Resposta
4th Sep 2016, 2:11 AM
KARTHICKRAJA
Is it good to store different type of variable in arrayList as an objects? Or declared specific datatype for each arrrayList.
java
0 Voto
3 Respostas
16th Dec 2019, 11:22 AM
Abdul Wahab
If I have an array that is declared and used in a for loop so the user input its value how can I declare new array which his
c++
0 Voto
13 Respostas
14th May 2019, 7:06 AM
Manar Ksm
What is a Task in c#. And why a method declared with the Task return type can return nothing just like void.
.net
async
c#
task
3 Votos
1 Resposta
4th Apr 2018, 3:54 PM
jay
ok so why was the correct answer arr and not total? since total was what was being declared as
arrays
java
loops
0 Voto
3 Respostas
15th Oct 2016, 12:59 AM
Ismael Paz
Is protected member accessible within the class where it's been declared and within its derived class's INSTANCES?
c#
challenge
mistake
0 Voto
1 Resposta
3rd Feb 2017, 11:07 AM
Vladimir Poddukin
As far as i know the class containing the executable main function needs to be declared as public. Please do correct me if wrong
java
2 Votos
4 Respostas
26th Jul 2018, 12:16 PM
Shubhangi Gupta
If the execution of program starts from main()function, then when is the global variable declared which is written before main ?
global
variable
1 Voto
2 Respostas
14th May 2020, 3:15 PM
Om Prakash Yadav
Complete the code to output "name is age years old", where name and age are the declared variable values. name = "James is"
print
0 Voto
3 Respostas
3rd Jul 2022, 7:20 PM
Roshan Singh
How can you use the default value of an argument when it is declared before the other parameters?
c++
function-arguments
functions
0 Voto
2 Respostas
31st May 2017, 1:56 AM
Pacha
Why do we need * eval() *method in javascript when we can just use the parameters declared in the function?
javascript
web
0 Voto
3 Respostas
28th Nov 2017, 5:19 AM
Damilola Daramola
It said that class declaration in CSS should always start with period so why in font-family section it's declared as p.sanserif?
font
0 Voto
3 Respostas
21st Sep 2019, 10:02 AM
SaGa_Chronepsis
What we will do if the range of the input data is greater then the capacity of the declared variable
c++
0 Voto
3 Respostas
22nd Oct 2016, 2:28 AM
abhishek
Is it possible to call private data member from operator overloading function even when it is not declared as friend function??
c++
0 Voto
3 Respostas
6th Aug 2018, 1:32 PM
Shikhar gupta
Some function programmes prototype declared firsly but some programmes there has no function declaration but function is present
c
declaration
functions
programming
prototype
0 Voto
1 Resposta
9th Feb 2018, 2:08 AM
ajmal yousuf
Wth is wrong with this code? I think my colons, semicolons and brackets are okay. How is 'idnumber' not declared in this scope?
c++,
2 Votos
4 Respostas
9th Mar 2017, 9:02 AM
sarahlavish
Why are some variables declared outside the class and others in the block of code known as void main()?
class
declared
of
out
variables
1 Voto
1 Resposta
14th Mar 2017, 8:59 AM
DoubleVermine
Hello could someone explain to me why this arduino code doesn't work? It says that " 'n' was not declared in this scope" thanks.
arduino
1 Voto
4 Respostas
12th Feb 2019, 9:11 PM
Alexis Durand
It will probably be covered in a later lesson, but shouldn't variables be declared before the main () function?
c++
variables
0 Voto
2 Respostas
14th Nov 2016, 4:28 AM
Josh Cammack
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
2
3
4
Próximo >
Quente hoje
Discrete-Time Signal Representation
0 Votes
Hey, is the "Snowflake" mission not working?
0 Votes
Detach thread exception
1 Votes
Bug in the answers checking algorithms?
0 Votes
Qt timer timeout
0 Votes
Not video
0 Votes
I want to learn Lua but don’t know where
2 Votes
How to make a 2d game
0 Votes
Not image in the page
0 Votes
Create a program that will allow user to input grades from five subjects and display the average grade.
0 Votes