Corsi
Accedi
Inizia a imparare l'IA
Corsi
Accedi
Inizia a imparare l'IA
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
How to declare a variable as a constant in the entire code?
c++
2 Voti
5 Risposte
10th Nov 2017, 9:07 PM
Anandh Jawahar
Can we declare multidimensional array in such a way?
array
c
c++
multidimensionalarray
1 Voto
1 Risposta
27th Feb 2018, 6:39 PM
Dhananjay Panage
How can I define and declare a variable in separated files? (C++)
c++
1 Voto
3 Risposte
17th Jul 2018, 8:50 PM
Dror Dahari
How can i declare a variable in a jquery code?
jquery
0 Voti
3 Risposte
22nd Jun 2017, 4:58 PM
dario
Fill in the blanks to declare an integer variable num and assign it the value 42.
c
-2 Voti
5 Risposte
10th Feb 2021, 9:21 AM
GORA GOWRISHANKARVARAPRASAD
What is the need to first declare a function and then define it .??
c++
2 Voti
4 Risposte
10th Nov 2019, 2:31 PM
Alok Yadav
Fill in the blanks to declare an array of void pointers to x1, x2 and x3 and print them using the pointers.
c
code
function-arguments
functions
pointers
programming
-5 Voti
6 Risposte
11th May 2021, 8:25 PM
Arqum Farooq
Can we declare a variable in any case of switch statement?
switch
0 Voti
2 Risposte
20th Jul 2019, 7:37 PM
Ashutosh Modgil
Should I declare a variable inside a function or outside?
function-arguments
javascript
variables
1 Voto
1 Risposta
5th May 2019, 5:31 PM
Glory222
Fill in the blanks to declare a method that takes one argument of type int. public int myFunc( x) return x*10;
final
java
3 Voti
7 Risposte
4th Jul 2017, 7:06 AM
Walter Mugo
Fill in the blanks to declare a variable, add 5 to it and print it.
variables
1 Voto
8 Risposte
14th Feb 2021, 8:38 AM
Thabang Matlou
Fill in the blanks to declare a time structure with members,minutes and horus
;
hours
int
minutes
time
0 Voti
4 Risposte
22nd Sep 2022, 8:29 AM
AAGAM DAGLI
Can i declare an array within the function parameters
functions
1 Voto
1 Risposta
6th Mar 2018, 7:10 PM
ADAMS MOHAMMED
What is the error showing? How to declare constant?
code
java
0 Voti
1 Risposta
6th Nov 2017, 10:20 AM
Krishna raj
Is this a correct method to declare an array?
java
0 Voti
1 Risposta
22nd Oct 2016, 3:16 AM
Welly Wei
How do i declare arrays in a function parameter?
array
c++
functions
parameter
1 Voto
1 Risposta
5th Mar 2017, 7:07 PM
Giovanni Del Gallo
Is there any universal datatype to declare variable with all types of value????
c++
java
2 Voti
3 Risposte
14th Aug 2018, 10:22 AM
Ashish Kumar Sahoo
Is there any limit to declare size of an array??
array
c++
1 Voto
2 Risposte
23rd Jan 2017, 2:10 AM
Amit Dubey
Fill in the blanks to declare a class Singer having a display method that outputs the name. Then, create an object of the class
a
blanks
class
declare
fill
having
in
singer
the
to
0 Voti
17 Risposte
10th Dec 2018, 10:15 AM
Никита Ларин
Why do we declare strings in Java using the class String (not string)?
autobox
autoboxing
class
data
datatype
declare
java
string
type
variable
1 Voto
5 Risposte
1st Oct 2018, 4:50 AM
Roger Wang
Why don't need to declare the data type in PHP .
php
1 Voto
1 Risposta
14th Jul 2019, 9:59 AM
poonam panchal
How can i declare an array without initializing its size?
c,array
0 Voti
1 Risposta
16th Sep 2018, 2:09 PM
Rajat Naskar
Fill in the blanks to declare a variable, add 5 to it and print its value.
python
-1 Voto
7 Risposte
10th Jun 2018, 7:36 PM
SUSHIL
If not declare return value, what type of return value is assumed?
qna
returnvalue
2 Voti
2 Risposte
24th Apr 2018, 7:01 PM
★Aniket Mashilkar★
Can we declare a variable out of the main() and out of any function?
declaration
variables
7 Voti
4 Risposte
20th Oct 2016, 5:22 AM
Rebeka Asryan
How to declare variables in the switch statement in c#?
reference
2 Voti
1 Risposta
21st Apr 2017, 2:49 AM
Innocentia mia
Can we declare an array like int array[n] like this.
arrays
declaration
0 Voti
1 Risposta
17th Jul 2021, 2:46 AM
sai_krishna
if var is declare in global so why can't use in function?
php
variables
0 Voti
5 Risposte
16th Aug 2016, 3:46 AM
Ravi Luhar
[ANSWERED]Declaring inside blocks
declare
java
0 Voti
1 Risposta
17th Apr 2017, 7:00 PM
Alex Snaidars
Fill in the blanks to declare a variable, add 5 to it and print its value. >>> x = 4 >>> x __ = 5 >>> print __ What is the answer for above question?
python
1 Voto
71 Risposte
23rd Jun 2016, 2:40 AM
Suresh K L
How to declare the characeter if of A- because char letter = 'A-' is error?
java
3 Voti
6 Risposte
17th Dec 2019, 7:45 AM
Azhar Sajis
Can I declare members in abstract class? Should I declare a virtual getter / setter method for the member in that class?
abstract-classes
c++
virtual
0 Voti
2 Risposte
23rd Nov 2016, 1:46 PM
Marcell Juhasz
Why one should declare abstract keyword to class when implementing few methods from interface??
java
1 Voto
4 Risposte
30th Nov 2019, 9:03 AM
Manoj Prasanna
if c=float a/int b, should i declare c as float or int?
c++
1 Voto
4 Risposte
26th Oct 2017, 4:01 AM
Siti Nor Amirah Binti Mustaffa
Why error show , when we declare <graphics.h> header file in " C "graphic program..
c
graphics
1 Voto
5 Risposte
18th Jun 2021, 1:04 AM
SOUMYA RANJAN DALAI
Fill in the blanks to declare an integer variable and set its value of 5. _ var = _;
java
operators
1 Voto
9 Risposte
23rd Nov 2021, 9:27 AM
Roy Duey
is it possible to declare a variable with no data type?
constants
swift
variables
0 Voti
2 Risposte
11th Sep 2018, 1:46 PM
Lindokuhle
Why can't we declare arrays with string index in Javascript?
css
html
javascript
scripting-languages
0 Voti
2 Risposte
21st Jun 2017, 7:20 PM
Sourav Raha
Why we need to declare arrays before printing or returning from a method
arrays
code
java
1 Voto
3 Risposte
21st Aug 2020, 6:02 AM
Bhavuk Sharma
i create a < form > in html how i declare or it into js
form
javascript
navigation
0 Voti
7 Risposte
20th May 2020, 3:38 AM
Arun
How to declare arrays and store data permanently in them?
javascript
0 Voti
2 Risposte
30th Jul 2017, 8:30 AM
Mashan Shaluka1
Can we declare below statement in js? This question was asked in interview.
javascript
variables
0 Voti
6 Risposte
16th Dec 2016, 6:40 PM
Dinakaran Balaji
What if we declare method Inside a main method in java
java
0 Voti
2 Risposte
3rd Sep 2020, 5:40 AM
Shivam Rawal
Fill in the blanks to declare a function that returns the square of its argument, call it with the value 42 using a function poi
100
awsm
c++++
right
yo
3 Voti
4 Risposte
30th Aug 2020, 4:39 PM
SAGAR ROHILLA
Does var y = 15; not automatically declare y as an int?
c#
0 Voti
2 Risposte
2nd Sep 2019, 2:50 PM
Nico van der Merwe
Why variable name did not declare with no in name?
c#
variables
0 Voti
2 Risposte
14th Jun 2016, 2:04 PM
Muhammad Waqas Bilal
In C++ do you have to declare all variables and methods in another class?
c++
0 Voti
4 Risposte
10th Aug 2020, 5:51 PM
Adrián
How to declare my variables in python Tkinter using google sheets api
database
python
python3
tkinter
1 Voto
1 Risposta
17th Feb 2021, 4:12 PM
PolChe
How do you declare a variable that is not int in C++
c++
no_int
non-int
question
0 Voti
1 Risposta
17th Mar 2023, 7:36 PM
Welcome To Dodgeball
Can i declare my own statement like goto in java
goto
java
1 Voto
1 Risposta
23rd Nov 2017, 3:47 PM
SmitTheLinuxUser
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
< Precedente
1
...
5
6
7
...
12
Successivo >
Popolare oggi
Guys I don't know anything about cooding who can help me pls
1 Votes
Decorators in python.
2 Votes
Coding for Cybersecurity
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
1 Votes
Need help
1 Votes
Salut tout le monde
2 Votes
Pointers in c#
1 Votes
Please click me
0 Votes
Hello !
0 Votes
Can sololearn have multiple inpus&outputs?
3 Votes