Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
What will happen if i have declared math.h & then assigning variable names?
c++
variables
0 голосов
1 ответ
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 голосов
5 ответов
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 голосов
4 ответов
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 голосов
2 ответов
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 голосов
5 ответов
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 голосов
4 ответов
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 голосов
3 ответов
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 голос
1 ответ
11th Jan 2017, 1:48 PM
Mourya Karan
What is different between ref and out when I declared argument in method? ?
c#
0 голосов
1 ответ
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 голос
6 ответов
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 голосов
5 ответов
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 голосов
2 ответов
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 голосов
14 ответов
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 голосов
7 ответов
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 голосов
2 ответов
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 голосов
2 ответов
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 голосов
3 ответов
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 голосов
2 ответов
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 голосов
1 ответ
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 голосов
2 ответов
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 голос
4 ответов
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 голос
1 ответ
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 голосов
1 ответ
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 голосов
2 ответов
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 голосов
3 ответов
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 голос
9 ответов
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 голосов
2 ответов
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 голосов
1 ответ
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 голосов
2 ответов
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 голосов
3 ответов
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 голосов
1 ответ
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 голос
1 ответ
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 голосов
3 ответов
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 голосов
13 ответов
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 голосов
1 ответ
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 голосов
3 ответов
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 голосов
1 ответ
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 голосов
4 ответов
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 голос
2 ответов
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 голосов
3 ответов
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 голосов
2 ответов
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 голосов
3 ответов
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 голосов
3 ответов
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 голосов
3 ответов
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 голосов
3 ответов
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 голосов
1 ответ
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 голосов
4 ответов
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 голос
1 ответ
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 голос
4 ответов
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 голосов
2 ответов
14th Nov 2016, 4:28 AM
Josh Cammack
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
< Предыдущий
1
2
3
4
Следующий >
Актуальное сегодня
Ejercicio Pytho
0 Votes
What's wrong with this code ? ( Beginner)
2 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Please rate my code from 1 to 10
2 Votes
Write a program to find the strings are in isogram or not
0 Votes
Square Roots
0 Votes
How to start
0 Votes
Is there any new bug in the projects reply sections?
0 Votes