Corsi
Corsi
Compilatore di codice
Compilatore di codice
Discuti
Prezzi
Squadre
Accedi
Registrati
Menu
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
Any better to do it with mono-dimensional array?
array
c++
function
numbercombinations
onedimension
2 Voti
4 Risposte
16th Apr 2018, 6:03 AM
Jadenutt
How do I get "No match" just once to the screen if entered key or word is not in the array list?
c#
0 Voti
2 Risposte
18th Oct 2021, 1:42 PM
Rubayet Kamal
int[ ][ ] myArr = { {1, 2, 3}, {4}, {5, 6, 7} }; why are there only 2 [ ] in the array declaration?
arrays
1 Voto
5 Risposte
21st Jan 2018, 11:40 AM
russ
why is it that in this code when I use the delete operator the array still has a value and the value is not 0
c++
dynamic
operators
0 Voti
2 Risposte
24th Jul 2020, 12:03 PM
Emmanuel Abraham
how to design a single program that have three array within a single function and a form
javascript
0 Voti
2 Risposte
11th Jun 2017, 7:13 PM
shubham mahor
Can anyone show me how to insert 10 values from 0-100 in an array using for loop
c++
forloop
0 Voti
1 Risposta
26th Apr 2018, 3:43 AM
tosif khan
Finding the AMOUNT of numbers within an array and a given range using recursion. (C++, arrays, recursion)
arrays
c++
recursion
0 Voti
1 Risposta
30th Jan 2022, 1:52 PM
Erik Pettersson
Can a function return and take as an argument an N dimensional array where N is unknown?
arrays
c++
function-arguments
return
0 Voti
2 Risposte
25th Jun 2016, 11:54 PM
Garme Kain
Input from console an array which has 6 char elements, store and display only those elements which are capital
java
1 Voto
2 Risposte
13th Oct 2017, 6:33 PM
Anuraj Garhwal
So what's the difference between a two-dimensional array, and a single-dimensional array of single-dimensional arrays? When to use which?
arrays
c#
0 Voti
2 Risposte
13th May 2016, 6:28 AM
Mohamed Matough
Perfect Sum Problem (Print all subsets with given sum) Given an array of integers and a sum, the task is to print all subsets
java
-1 Voto
4 Risposte
2nd Oct 2017, 5:33 PM
Code_adi
What is the use of n here ?
address
array
point
pointer
1 Voto
1 Risposta
8th Jul 2019, 7:02 PM
Krishna Kumar
How would you read from a text file and turn it into an array?
array
file
import
java
list
text
0 Voti
7 Risposte
12th Aug 2019, 6:19 AM
p.xela
Declare a array of pointers to objects of class person?Allocate memeory to the objects using new and delete them using delete
assignment
-1 Voto
3 Risposte
12th Apr 2018, 6:57 AM
Swaroop
By using the character arrays how can we check the first letter of the character array is "a" And display the string
c++
1 Voto
1 Risposta
24th Feb 2020, 5:59 PM
Md Ashraf Hussain
How do you print out a super class and sub classes using an array and percentage for how many time you print.
help
java
ticket
1 Voto
3 Risposte
8th Dec 2017, 11:08 AM
Miriam Abaata
I want to use 2 size multidimentional array with the size that user would input . How can i do that ?
arrays
c++
0 Voti
4 Risposte
26th Oct 2016, 7:07 PM
JohnPond
Write a C++ program where the user input his/her first name into an array of characters. Then display the name (from the array) one letter on each line.
arrays
c++
0 Voti
3 Risposte
8th Sep 2016, 12:36 PM
Najwa
Why Is This Code Not Accepting Input On Sololearn ??
array
c++
char
cin.getline()
for
input
2 Voti
4 Risposte
27th Dec 2019, 4:14 PM
code0rdie
About Jagged Arrays in C#
array
c#
jagged
1 Voto
1 Risposta
13th Jan 2018, 8:52 PM
Yusuf
Hi.so like can u pls help,how do we sort the array in ascending or descending order using the method of this app in C++?
arrays
0 Voti
4 Risposte
18th Apr 2018, 9:44 PM
Thibello Lebohang
Binary search
array
binary
c
search
1 Voto
1 Risposta
22nd Nov 2017, 1:27 PM
Shantanu Shinde
A = [ 2, 4, 5, 7 ]. B = [ 1, 2, 6, 7].
array
ask
help
javascript
1 Voto
2 Risposte
11th Sep 2019, 11:24 AM
Radendy Bahtiar
Is my code is correct... "Given an array of integers, find two numbers such that they add up to a specific target number."
python
0 Voti
2 Risposte
13th Jun 2020, 9:07 AM
SelvaKumar
How to read a line of numeric data, put in an array to sort it with quick sort?
arrays
c++
files
input/output
line
read
0 Voti
1 Risposta
23rd Oct 2018, 3:28 AM
ManukaServer
if you assign an arr[] to arrr[] . The modified first array will also be equal to the arrr[]?
arrays
java
1 Voto
1 Risposta
23rd Nov 2018, 10:56 PM
Ronald Allan Rupuesto
Hi y'all :>> I'm new to this app, I'd like to ask, how to pass an array in a user-defined function in c++?? thanks!
cpp
0 Voti
3 Risposte
17th Mar 2022, 7:59 AM
Chl Smlln
i m making a sudoku program and need to store values what should i choose multi dimensional array or a linkedlist of req numbers
data
java
structure
sudoku
1 Voto
4 Risposte
1st Aug 2017, 2:05 AM
shobhit
Write a function that, given an array A of N integers, returns the largest integer K > 0 such that both values K and -K exist in
python3
1 Voto
2 Risposte
27th Jul 2021, 10:45 AM
Gouri Shinde
Why is the maximum index position of an array example:(NAME[6]) is 5 even when the initial index position is 0?
arrays
java
0 Voti
3 Risposte
28th Apr 2016, 2:05 PM
Sammy Das
Pair of Socks problem in cpp, why output is not coming
array
cpp
function
return
0 Voti
2 Risposte
17th Aug 2021, 2:22 PM
Abhishek Kumar
What is the most simple way to convert a string into an arrray
array
javascript
js
string
2 Voti
1 Risposta
30th May 2020, 1:38 PM
Abhay
Does anybody have any idea that why the output is not the sorted array and how should edit the code and why the output is trash
c++
selection
sort
0 Voti
3 Risposte
4th Jul 2021, 10:20 AM
Nariman Tajari
Need some help on a code problem that my instructor did not really explain how to use Key
array
javascript
key
0 Voti
1 Risposta
26th Nov 2019, 7:56 PM
Christian Bonilla
pleaz for every body how can i operate to make and random choise inside a n array or tab[ ], please tank for your help
arrays
java
0 Voti
4 Risposte
7th Oct 2019, 8:11 PM
zang bengono Philibert stéphane
Given an unsorted array of size n, WAP to find and display the number of elements between two elements a and b (both inclusive).
c
program
0 Voti
3 Risposte
8th Aug 2022, 1:15 PM
Aditya Khandelwal
The Array below reads 5 numbers and prints the largest number,but what changes i should make to print out the smallest number???
c++
1 Voto
3 Risposte
14th Jul 2017, 12:52 PM
RiGeL
I am working on a store manager program that stores values in an array and can be added to value. I get price object not defined
error
javascript
objects
0 Voti
3 Risposte
19th Aug 2021, 1:15 PM
Adigwe Leo
Can anyone tell me the code in java about write a function which returns true for two arrays have same unique elements? Thanks!!
array
elements
false
function
help
java
return
true
0 Voti
9 Risposte
1st Apr 2020, 7:36 PM
SHALINI CHAUDHURI
Java help: how to choose by num specific items you want to see from array.
array
help
java
string
strings
0 Voti
6 Risposte
11th Nov 2018, 5:41 PM
mya
Another way to display a Multidimensional Array using the indexes and understand how the rows and columns are indexed:
arrays
c#
2 Voti
1 Risposta
9th Feb 2017, 10:55 PM
Steven Bennett
Write a function that accepts a string and returns an array of its character code in reverse order
arrays
functions
javascript
strings
0 Voti
2 Risposte
13th Aug 2017, 11:31 PM
oneCaptain
What is the difference between char* s and char s[]?
array
c++
char*
pointer
string
strings
3 Voti
6 Risposte
17th Mar 2018, 1:24 PM
Naveen Maurya
How to make a full table with rows and columns in c++?
array
c++
columns
cricket
rows
table
0 Voti
8 Risposte
10th Aug 2018, 11:01 AM
Prabhjot Singh Sahni
I didn’t get out put in -- char[ ] country=(' America','Bangladesh ') for( char t: country) system.out.println(t) in java array
java
0 Voti
1 Risposta
30th May 2020, 9:28 PM
The Black Hat 🇨🇦🇧🇩
C professional please help me I'm beginner
array
c
if
loop
nested
0 Voti
4 Risposte
6th Dec 2021, 12:48 PM
錫闇
What does it means "print(arr[:,2])"
array
functions
learning
machine
python3
1 Voto
2 Risposte
19th Sep 2020, 10:37 AM
Abhay
How can i store Array In A file and how can i retrieve it back without Losing Data after compiling many times?
java
0 Voti
2 Risposte
15th Dec 2019, 1:22 PM
Abdul Wahab
I need a array in which the numbers form 1-25 are randomly arranged everytime (no repetition) . Can anyone Debug my code
debug
0 Voti
2 Risposte
4th Apr 2020, 1:10 PM
Muhammed Ajmal M
My "next button" isn't working.
array
button
help
javascript
2 Voti
2 Risposte
10th Apr 2018, 5:03 PM
Babydoll Scripts
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
< Precedente
1
...
78
79
80
...
90
Successivo >
Popolare oggi
Guys I don't know anything about cooding who can help me pls
1 Votes
Decorators in python.
2 Votes
Need help
1 Votes
How to install Bcrypt here
1 Votes
Please click me
0 Votes
Can sololearn have multiple inpus&outputs?
3 Votes
What is happening with sololearn
1 Votes
Hello !
0 Votes
Programming language learning
0 Votes
Help
1 Votes