Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
Cennik
Zespoły
Zaloguj się
Zarejestruj się
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
Is these a way to fill an array at once after declaration in c#?
c#
1 Głos
1 Odpowiedź
25th Dec 2017, 7:53 AM
Michiel Coenen
Define namespaces and structs after main
c++
declaration
definition
main
namespace
struct
52 głosów
6 odpowiedzi
10th Nov 2018, 12:45 PM
Andrea Leoni
Which file operations should i use for bubble sort?and can somebody help me with the declaration and description?
c
0 głosów
3 odpowiedzi
25th Feb 2021, 1:39 AM
Joshua
What is the difference between this two declarations
c
c++
declaration
struct
8 głosów
7 odpowiedzi
18th Feb 2019, 7:23 PM
ABADA S
Can anyone explain working of this code in brief and fix the code?
c
declaration
implicit
pointer
2 głosów
4 odpowiedzi
13th Jan 2020, 1:27 PM
Preity
🤚🤚🤚 Why the () with a semicolon (;) at the end are mandatory when destructuring without a declaration ?
destructuring
1 Głos
3 odpowiedzi
13th May 2021, 9:14 PM
Nacereddine Drici
#include <stdio.h> //function declaration int factorial(int num); int main() { int x = 5; printf("The factorial o
pleasehelp
0 głosów
2 odpowiedzi
2nd May 2019, 6:57 AM
Rahul Jaiswal
Why we need to put the "()" at the end of a declaration of an instance?
class
instance
1 Głos
1 Odpowiedź
20th Apr 2019, 12:24 AM
Kevin Pan
What is the best way to declare constant variable in a class.??
core
declaration
java
variables
1 Głos
6 odpowiedzi
27th Sep 2020, 5:00 AM
shrijith
How to define class in Som languages?
class
declaration
definition
or
0 głosów
8 odpowiedzi
24th May 2023, 12:54 AM
Oliver Pasaribu
Without declaration of a function how we can call or define a function? I think compiler should give an error but its not.
function
functions
prototyping
1 Głos
7 odpowiedzi
7th Mar 2019, 8:33 AM
Rimsha Bibi
We put a limit in an array like a[5] or a[4].in a program we need the user to input the limits.how can we do it.
arrays
c++
declaration
ofarray
3 głosów
10 odpowiedzi
28th Nov 2016, 7:55 AM
Adnan Aatif
Please tell me why it is saying variable declaration is not allowed here but it is running in the actual compiler
error
java
sololearn
2 głosów
3 odpowiedzi
16th Oct 2022, 3:39 AM
五条悟 ♡
How to brackets declare in this program????
declaration
function
main
2 głosów
3 odpowiedzi
5th Feb 2018, 4:55 PM
mohammed meeran
Why doc type declaration <!DOCTYPE HTML>and character encoding<meta charset ="UTF-8">is used in html5 and what's is function
html5
1 Głos
2 odpowiedzi
3rd Jun 2017, 3:44 PM
Shaswat Singh
Using Java - Can I use a switch statement inside of an Object[] declaration to populate the object array based on player input?
array
declaration
games
java
objects
switch
7 głosów
4 odpowiedzi
2nd Jun 2017, 4:02 AM
Mark Paramonte
Declairing empty variables SWIFT
declaration
swift,
variable
1 Głos
1 Odpowiedź
11th Sep 2019, 9:50 PM
Waylan Sands
What is the use of interface as the same methods are defined on another class and only the declaration happens in interface?
interfaces
java
methods
1 Głos
7 odpowiedzi
21st Apr 2018, 6:17 AM
அபிஷேக் அபி
Why we should use the &obj specification for declaration of the operator function?let's use the myObj*
c++
operator-overloading
0 głosów
1 Odpowiedź
16th Feb 2016, 12:53 PM
Emanuel Lozitsky
what data type can be used for entering string in c++.after declaration i am going to use cin
data
data-types
0 głosów
2 odpowiedzi
8th Oct 2018, 1:14 PM
lakshay
How to write a code in c++ that differentiates between using asterisk(*) for pointer declaration and the deference operator?
c++
2 głosów
2 odpowiedzi
9th Jan 2018, 6:18 PM
Tesneem Tarik Mohamed
I was going through the tutorial. But in one e.g.:there is no declaration of integer 'x' in the code.why? Or it isn't necessary?
c++
0 głosów
8 odpowiedzi
28th Jul 2017, 9:50 PM
Vinamra Kishore
Does HTML5 Doctype Declaration have any attribute, attribute name/value that can be added to it when writing a code??
html5,
metadata
metatags
0 głosów
2 odpowiedzi
26th Mar 2018, 11:07 AM
Labaika Temitope
do we require to declare that a particular variable is a var? Because, even without declaration the j.s. code runs
variables
0 głosów
4 odpowiedzi
10th Mar 2018, 2:56 AM
2+2=4
Wouldn't it be sufficient just to surround the Console.WriteLine statement with the try-block? Why the array declaration as well?
c#
exceptions
0 głosów
3 odpowiedzi
21st Jul 2016, 8:00 PM
Martin Ed
anyone know the purpose of the declaration databuku wadah; What is the data type of wadah ??.
c
c++
code
program
progress
xcode
0 głosów
1 Odpowiedź
9th May 2020, 5:04 AM
Hillario Praswara
What is legal declaration of array in the following and explain why?and also explain why not others?
java
0 głosów
1 Odpowiedź
25th Dec 2017, 7:30 AM
Saikrishna Reddy
Help me with this declaration guys in second for loop?some one explain this to me in a simple way.
c++
0 głosów
3 odpowiedzi
7th Oct 2017, 7:33 AM
karthik
help a beginner plzz
c
declaration
input
output
1 Głos
1 Odpowiedź
15th Feb 2019, 12:44 AM
Abdulroaf Almaaloul
what does (x , y) = (4 , 5) signify in Python? Is it a variable declaration or object. Please clarify
python3
1 Głos
2 odpowiedzi
21st Aug 2018, 7:10 PM
Yash Sharma
How to make Collection of objects in c++
arrays
c++
declaration
objects
5 głosów
3 odpowiedzi
7th Feb 2018, 1:18 AM
jacky
[CLOSED] Html5 <!DOCTYPE html> Minified form: <!doctypehtml> . Is this valid way.
declaration
doctype
html5
kangax
minified
0 głosów
10 odpowiedzi
25th Dec 2020, 7:28 AM
March Zucherbug
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 głosów
3 odpowiedzi
21st Sep 2019, 10:02 AM
SaGa_Chronepsis
What is wrong with declaration statements below: int first = 10, New = 12, last = 3, old = 40;
an
answer
i
need
please
0 głosów
3 odpowiedzi
26th Apr 2017, 12:57 PM
wilson
Some function programmes prototype declared firsly but some programmes there has no function declaration but function is present
c
declaration
functions
programming
prototype
0 głosów
1 Odpowiedź
9th Feb 2018, 2:08 AM
ajmal yousuf
what is exact abstract class in php, and the difference between other declaration like static, protected and private?
php
0 głosów
1 Odpowiedź
8th Jan 2018, 11:53 AM
tess hsu
Can anyone help me?
by
declaration
java
method
step
3 głosów
9 odpowiedzi
28th Jan 2018, 12:24 PM
Janallen Lim
Can't solve the problem when compiling
allowed
declaration
here
not
variable
0 głosów
10 odpowiedzi
27th Sep 2017, 3:43 PM
Demetrius Tarantov
We known that the * operator is used for declaration of pointer and we can only put the address in the pointer eg int *p=&a;
c++
2 głosów
5 odpowiedzi
30th Jan 2018, 7:19 PM
Ankit Rathore
I'm getting this error message : declaration of 'arr' as multidimensional array must have bounds for all dimensions except the f
array
code
error
graph
0 głosów
1 Odpowiedź
15th Jan 2021, 7:31 AM
Morningstar
How does one declare an array .. i know dersz no declaration in php just want more insight on array in php
array
php
0 głosów
3 odpowiedzi
6th Oct 2017, 1:24 PM
Shalom Inimfon Uwem
int a=3; int b=2; int c=a,b; What will be the value of c??
c
cpp
declaration
integer
java
0 głosów
4 odpowiedzi
3rd Dec 2021, 12:05 PM
Ashutosh Modgil
why the object pass to the friend function in declaration is different from invocation? (declaration with & and calling without & operator)
c++
classes
friend
0 głosów
3 odpowiedzi
23rd Jun 2016, 10:37 PM
Hosein Aghajani
How to declare 'e' in C
c
declaration
exponential
exponentialfunctions
1 Głos
3 odpowiedzi
29th Jan 2018, 7:06 AM
Aditya
How to declare a string variable in c++
c++
data-types
declaration
strings
2 głosów
2 odpowiedzi
29th Dec 2017, 9:40 AM
Ahmed Olanrewaju
What does the DOCTYPE declaration do? Why should I do it? & is it important? plz, Answer or at least up vote...
html
1 Głos
2 odpowiedzi
5th Sep 2016, 1:56 PM
TAREQ AZAD
What is the difference between float and double variable's use and why we write f after declaration of float variable
variables
0 głosów
1 Odpowiedź
25th May 2018, 2:50 PM
Masterpeice #changed_man
What is the difference between function declaration and function definition in javascript? Can we have one example for the same?
js
1 Głos
1 Odpowiedź
15th Feb 2017, 5:48 AM
Vipul Pathe
Hello, could you tell me the difference between the function declared outside main() and inside main()? Thanks in advance! 🙌🏻✨
c
c++
declaration
difference
function
main
main()
scope
6 głosów
9 odpowiedzi
22nd Jan 2021, 2:06 PM
Mahima Rajvir Singh
Why in first case, value of "i" is 8, but in second case, value is 0? I only made a declaration of variable "i"? Does anyone kno
c++
variable
1 Głos
2 odpowiedzi
20th Sep 2019, 1:35 PM
James Anderson
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
< Do tyłu
1
...
3
4
5
Dalej >
Popularne dzisiaj
Can i get my old account back? I had deleted it :(
2 Votes
HTML
1 Votes
Formating in python
0 Votes
How to have a helper function in a class ,without getting a warning of (self expected as the first parameter )
1 Votes
Could you ple ase help me???
0 Votes
Header, Main, Footer
0 Votes
What's wrong here?
0 Votes
Who’s been using this app for 7+ years
0 Votes
How to grow in sololearn
0 Votes
Wifi Password
0 Votes