Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
what is [] in public static void main(String [] args)?
dhaval
furia
1 Vote
8 Answers
4th Jan 2017, 3:39 PM
Jestoni Zamora Macasohol
hello why don't print text? (python) output:[] [] []
cpython
python
python3
0 Votes
2 Answers
6th Jan 2019, 2:10 PM
kokito
issue with map and [] operator
[]
c++
map
subscript
1 Vote
2 Answers
19th Sep 2024, 7:46 AM
Ketan Lalcheta
Why this code output is []
list
slicing
0 Votes
2 Answers
27th May 2019, 6:54 PM
Geek
Different list-makin in Python: list() vs []
list
python3
question
2 Votes
5 Answers
22nd Sep 2018, 3:59 PM
dimon2101
What does [] operator means for map
c++
map
operator-overloading
0 Votes
2 Answers
16th Jul 2020, 5:47 PM
Ketan Lalcheta
Print ("p" is "p", [] is [])
python3
1 Vote
4 Answers
21st Dec 2017, 7:55 PM
Watch Me Fail
string [] race=new string[] {"dwarf","f","goblin","human"}; Console.WriteLine(race[2]);
question
0 Votes
2 Answers
17th Aug 2017, 4:59 PM
Sina
Remove the [] from given Array in Javascript?
javascript
1 Vote
4 Answers
7th Jul 2018, 2:43 PM
Suren Messi
How does array work when [] is empty
array
c
char
0 Votes
5 Answers
29th Jan 2020, 2:45 AM
ich
n = int(input()) X = [] for i in range(n): X.append([float(x) for x in input().split()]) y = [int(x) for x in input().
python
3 Votes
3 Answers
15th Apr 2021, 6:40 AM
Priyanka
lst != [] How this expression can be simplified?
pycharm
python3
2 Votes
3 Answers
24th Apr 2019, 3:51 PM
Dmitrii Korottsev
SOLVED Python. What's the difference between () and []
array
list
python
2 Votes
3 Answers
16th Nov 2018, 2:42 PM
Muhamad Fathi Zuhaili
Who knows how to pass char [] to a function?
c++
char[]
3 Votes
8 Answers
11th Sep 2018, 5:13 AM
Andrey Stepanov
Why is [] (empty Array or list) falsey in Python but, truthy in JavaScript?
arrays
implementation
javascript
lists
logical-operators
python
7 Votes
38 Answers
29th Dec 2018, 12:15 PM
777
How will i learn for free on solo learn without paying real money for yearly and monthly
[]
1 Vote
7 Answers
24th Jul 2020, 6:06 AM
Divine Godwin
Why [] not working on map for custom class
c++
map
2 Votes
1 Answer
3rd Apr 2022, 10:34 AM
Ketan Lalcheta
Why we use (String [] args) in main method of Java?
java
2 Votes
4 Answers
2nd Oct 2019, 2:40 AM
Sanjaya Acharya
Help how to remove the [] , & '' sir?
python
question
1 Vote
2 Answers
21st Jan 2023, 2:33 AM
Evan Greanaldy
weight=int(input()) height=int(input()) BMI=weight/height if BMI<18.5: print (" Under weight ") elif BMI>=18.5 and BMI<25:
[]
0 Votes
5 Answers
8th Apr 2022, 10:36 PM
Baba Adam Mohammed
string [] <--what is the meaning of "[ ]"
[]args
java
string
1 Vote
2 Answers
21st Jan 2017, 3:18 AM
Piday 3.14159 265358
Which is the most decisive language to create your own website and blog.
[]
3 Votes
5 Answers
26th May 2018, 11:48 AM
varun gupta
How do i convert python code to run on my android phone??
[]
1 Vote
3 Answers
18th Apr 2019, 6:58 PM
Benjamin Dakpo
Code is showing error that cannot find symbol String [] z
java
1 Vote
5 Answers
16th May 2020, 6:20 AM
Shivam Rawal
What programming language should i learn if i want to be a cyber security expert?
[]
2 Votes
3 Answers
18th Apr 2019, 7:00 PM
Benjamin Dakpo
why is programming languages mainly written in English?
[]
0 Votes
4 Answers
27th Apr 2018, 11:03 AM
Abdullahi Issack
Help me create a voice assistant
[]
0 Votes
3 Answers
10th Apr 2024, 7:21 AM
Nikhil Bhorkade
Это платный приложение или бесплатный?
[]
1 Vote
2 Answers
4th Dec 2019, 4:02 PM
Asadbek
why pop isn't removing the last element from list-2. It should give [] but giving [10]
lists
python
python3
4 Votes
20 Answers
30th Jul 2020, 8:27 PM
Abhishek Kumar
L = [] for i in range(1,5,2): if i**2 >= 9: L.append(i) print(L[-1])
beginner
python
0 Votes
5 Answers
3rd Jan 2023, 8:45 PM
Lidwina Harefa
Can i run JavaScript offline with my pc
[]
0 Votes
2 Answers
17th Oct 2018, 9:14 PM
Mr_Lex
How do i print the Characters inside an Arraylist without brackets [] showing?
arraylist
char
java
4 Votes
4 Answers
10th Oct 2017, 2:15 PM
D_Stark
HTML
[]
-1 Vote
1 Answer
13th Nov 2022, 6:46 PM
isaiah
why we use (String [] args) in main method in java?
(string
[]
args)
in
java?
use
we
why
0 Votes
1 Answer
18th Sep 2018, 4:34 AM
Upmanyu Sharma
Why do you have to put [] inside the parentheses of "\n".join([]) ??
beginner
ia
junior
programmer
python
1 Vote
2 Answers
17th Aug 2022, 5:47 PM
Josué Varela
Guys how can i delete [] and , (change , to _) from result
python
1 Vote
2 Answers
24th Feb 2023, 6:18 PM
Amirhossein Ghannad
Why it is giving ouput as [] ? Where as range(0,11,1) is giving desired output?
python
2 Votes
4 Answers
6th Mar 2020, 9:37 PM
Ana
What is the difference between String...args vs String [] args(as parameters in main) in java ?
difference
java
parameters
string
1 Vote
7 Answers
15th Aug 2019, 8:06 AM
spark
int [] a, b[],c ; int [] a , b,[]c ; a)both is right? b) both are invalid?? c) only 1st is correct d) only 2nd is correct
java
0 Votes
2 Answers
25th Sep 2017, 6:24 PM
Ankit Singh Rawat
What is []?
[]
arrays
0 Votes
4 Answers
27th Aug 2020, 8:10 AM
K. Zeppelin
Can i get any error if i don't declare String args [] in main method
java
methods
0 Votes
3 Answers
3rd Dec 2019, 12:48 PM
Kagupati.Sampath Raja Raghupathi
Please explain this code
[]
python
1 Vote
2 Answers
20th May 2019, 4:12 PM
Zakhar
Why does the java main method have parameters? (String [] args) what's an example of when and how you might pass values?
java
5 Votes
3 Answers
2nd May 2019, 6:29 AM
Daniels Nicole
Hey anyone can tell what is the difference between () or {} and [] and when I should use each one?
python
0 Votes
7 Answers
21st Mar 2021, 2:33 PM
Ibrahim Elixoder
Can anyone help?. Why does the code below outputs an error ? itm = [] itm [0] = "cat" print (itm)
python
python3
0 Votes
6 Answers
13th Dec 2019, 5:55 AM
Charles Xstorm Ukadike
why in a normal list the brackets do not appear, and an empty list if they appear? for example: list_1 = ["1,2,3"] empty_list = [] print (list_1) 123 print (empty_list) [] sorry for my English 😩
lists
python
-1 Vote
4 Answers
11th Aug 2016, 3:05 PM
Moto Brian Ortiz
What is the output of this code? enum Test {a=2,b,c,d,e}; static void main (string [] args){int(x) = (int)Test.c ; writeln (x)}
enums
-3 Votes
4 Answers
7th Jun 2017, 11:50 PM
thomo
can someone help, fill in the blanks to print all elements of the array using a for loop? int [] arr= new int [7]; ? (int k=0; k < ? ; k++){ console.writeline ( ??? [ k] );
c++
-1 Vote
7 Answers
2nd Jul 2016, 8:40 PM
Joyx Kish
In C Standard the operator [] is defined as arithmetic expression and used in array notation as well.What is a meaning of a[b]?
c
6 Votes
2 Answers
8th May 2022, 5:04 PM
RuBeen Dahal👿
Why arr[1] and 1[arr] is same for array ? How to overload [] for class to work both these ways ?
[]
c++
operator-overloading
1 Vote
2 Answers
7th Apr 2023, 7:50 PM
Ketan Lalcheta
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
2
Next >
Hot today
And & or?
2 Votes
What's the best way to learn anything
1 Votes
How can I improve my Authenticator App built with HTML, CSS, and JavaScript?
0 Votes
Most asked!
1 Votes
Malloc vs calloc | memory not initialized
1 Votes
help!
0 Votes
Is react js enough for frontend??
0 Votes
why this platform not providing mysql compiler for creating code bits?
0 Votes
Mini project ideas for final years
0 Votes
Please guys could smw do this for me ?
0 Votes