Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
What is the program /code to find index of a string in another string array?(C language)
c
searching
0 Votes
6 Answers
19th Aug 2020, 7:15 AM
Shweta Rajan Nambissan
How can i find the second index position of "," for example in a string?
strings
0 Votes
6 Answers
30th Aug 2018, 12:16 PM
Daniel
Why the output is 1
index
list
1 Vote
3 Answers
19th Nov 2019, 6:13 PM
THEGreatGatsby
How do I add a character in a specific index of a list?
python
1 Vote
1 Answer
11th Feb 2021, 6:17 PM
The Rocky
I wanted getting indexes where "i" is in "Mississippi" but the results aren't as expected pls help me get what the error is
index
python
0 Votes
5 Answers
9th Nov 2018, 10:47 AM
partha
I have a known object property value, how to find the index in the collection
java
2 Votes
2 Answers
2nd Oct 2018, 6:28 PM
xuyexu
Is there any lessons on the index commands in java, if so where are they.
java
1 Vote
6 Answers
13th Sep 2017, 4:05 PM
Christian Constantinou
How can I find the index of a back slash within a string?
python
0 Votes
1 Answer
30th May 2020, 7:09 PM
Jeremy Cruz
How to return indices of two numbers that sum of these numbers equal to 9?
array
index
sum
0 Votes
10 Answers
22nd Jan 2020, 9:56 AM
Andrey Shintar
What if try to index the tuples like 0:10 where there is only 3 values
python3
tuples
2 Votes
2 Answers
18th Jun 2021, 2:19 PM
Ahnaf Muttaki Omor
How Do I store more than one item on the same Index If one array?
c
1 Vote
3 Answers
12th Jun 2019, 12:56 PM
Isaac Muniz
Is there an efficient way to remove a specific index from an array? (Javascript)
array
javascript
2 Votes
3 Answers
8th Jan 2017, 9:46 PM
Mini
What is the error that is presented in this code to determine if there are equal neighbors (repeated consecutive)
count
index
python
11 Votes
8 Answers
28th Feb 2018, 1:29 PM
Javier I. Rivera R.
Can someone explain the following code in Ruby?
hash
index
ruby
7 Votes
8 Answers
17th May 2018, 8:09 AM
Adam Aksu
What is the index file ? What if i deleted this from domain?
,css,html
1 Vote
2 Answers
2nd Feb 2019, 3:16 PM
Tom JerryPrincess
How do i index specific file type like .jpg,gif,mp4 and print in .txt file
file
handling
jpg
python
1 Vote
2 Answers
24th Jan 2019, 2:10 PM
Yash🏁🔘
Why adding to specific index to a list result adding to all the indexes
append
list
python
python3
1 Vote
3 Answers
8th Dec 2017, 4:06 AM
Rafee Muhammad
Is it possible to read line at Nth index in a file in O(1) or less than O(n) time complexity ?
c
file
handling
line
reading
9 Votes
2 Answers
10th Feb 2020, 1:54 PM
Gaurav Agrawal
What is the first element's index is lists and arrays in python?
python
0 Votes
2 Answers
12th Nov 2017, 10:50 AM
Amin BEHNAMI FARD
I need help that removing specified character from non-empty using index character. Test data: wresource
c#
character
remove
0 Votes
3 Answers
4th Dec 2020, 4:55 AM
Princess Manalo
what is the different between z index and multiple background?? is it same or what?
and
background
css
different
multiple
z-index
1 Vote
4 Answers
28th Feb 2017, 7:27 PM
Saifullah
Is there any inbuilt function to find index of an element of an array in C?
arrays
c
0 Votes
2 Answers
30th May 2020, 12:28 PM
Hirunij
Negative indexes
database
index
sql
0 Votes
8 Answers
21st Jul 2020, 9:35 AM
Mary_d9
How can I get index (1) with values of 4 list [1, 2, 3, 1] on python
python
0 Votes
5 Answers
20th Dec 2019, 1:59 PM
dany setyawan
Why do some experts suggest that the TIOBE index related to the popularity of programming languages is not reliable?
index
language
popularity
programming
reliability
tiobe
trust
3 Votes
6 Answers
13th Dec 2019, 10:37 PM
Sonic
Why This code gives an error " String index out of range " ?
python
1 Vote
1 Answer
28th Sep 2019, 3:39 PM
Pushkar Singh Bisht
I don't understand the sentence "as the last element's index is myArr.length-1." Why -1 ?
arrays
java
0 Votes
3 Answers
6th Oct 2018, 3:47 PM
S. Kaouche
Help me solve this list code
index
list
0 Votes
2 Answers
5th Nov 2020, 5:52 AM
Radu Komlódi
What is the value of an index of an array when not given anything?
arrays
0 Votes
2 Answers
14th Jun 2018, 8:10 PM
RandomCreator
While counting the index from right side in a list, should we start from 0 or -1 ?
python3
2 Votes
3 Answers
30th May 2020, 7:39 PM
Dhiraj Jaiswal
Fill in the blank to iterate over the value of dictionary and update value to zero. for index in temp.____ { temp[index]=0 }
swift
3 Votes
8 Answers
24th Jun 2016, 5:00 PM
Kris -
Why doesnt this code skip the index if something other than no is entered?
c++
0 Votes
3 Answers
20th Aug 2016, 3:15 AM
Jack Gruber
Lists acting weird , operations+ indexing=None
index
lists
python
1 Vote
5 Answers
12th Dec 2023, 2:03 PM
5Just
While using the insert function is it mandatory to the word index itself?
functions
insert
lists
python
0 Votes
2 Answers
3rd Oct 2016, 9:14 AM
Daniel Sam
Why this code returns just one answer (0) whereas the letter p appears twice in the list ?
index
lists
python
1 Vote
8 Answers
21st Sep 2018, 10:55 AM
s l
What is the difference Between find( ) and index( ) in Python?
find
index
python
3 Votes
3 Answers
20th Apr 2022, 9:53 AM
Ferdous ☑
Can any one explain me why there is list index out of range error in this code
#solveit
1 Vote
3 Answers
22nd Jan 2022, 4:59 AM
Sahil Jadhav
How to select every elements of an array that don’t have the index 2 for example??
arrays
c#
1 Vote
4 Answers
20th Jan 2018, 6:35 PM
Justin Renaud
Why is my program showing index error while trying to take input a list without eval function? PYTHON
list_input
0 Votes
3 Answers
3rd Oct 2021, 4:00 PM
Shan Kumar Singh
Why array index value starts from 0 ? Why not from 1 ?
.net
c
c#
c++
java
php
0 Votes
2 Answers
24th Dec 2016, 10:25 AM
الواجد
Aside from index method, how u can get the unique indexes of duplicate characters in a string or list? (Python)
python3
2 Votes
5 Answers
4th Apr 2020, 10:26 AM
Yves Manalo
Can we use enhanced for loop of array from any other index than 0.
array
enhanced
for
index
iteration
java
loop
other
1 Vote
2 Answers
10th Oct 2016, 4:27 PM
Akshat Pandey
Odd number at odd index and even number at even index. in c++ using array
arrays
c++
0 Votes
1 Answer
24th Jul 2017, 12:36 PM
Nihal Srivastava
how to create an index file in information retrieval (IR) in java ?
@hamza
1 Vote
1 Answer
9th Feb 2017, 12:59 AM
HaMza BouRouissa
I want to know how to find the index number (position) of certain element of an array in java.
arrays
elements
index
int
java
position
6 Votes
4 Answers
23rd Aug 2017, 10:17 AM
Vaibhav Singh Sikarwar
What is meant by search engines use headings to index the webpage structure and content?
comments
headings
html
0 Votes
2 Answers
6th Jan 2017, 10:01 AM
Azmol
HOW does this work? In indexing a list, if i give give two index parameters like in the code given below:
error
lists
python
3 Votes
4 Answers
20th Oct 2019, 10:21 AM
Rayyan
How can we find the index of opening and closing of a parenthesis of a mathematical expression by using phython?
phython
2 Votes
6 Answers
10th Nov 2020, 2:46 AM
Mohammad Shireen
What's the difference between iteration by index and by items in a list? #python3
filter
map
python
1 Vote
1 Answer
13th Mar 2017, 7:06 PM
awesomeRoo
Do Someone know the reason ot the code stays wrong? The error happens because the matrix's index
function_method
out_index
python
random_matrix
1 Vote
3 Answers
18th Nov 2018, 12:11 PM
Gabriel Felix dos Santos
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
6
7
8
...
11
Next >
Hot today
Why is it so hard to get a job as a junior dev? Or just wanting to do an internship.
1 Votes
Kernel in Jupyter
2 Votes
How many days will It takes to completely learn front end
4 Votes
SQL
2 Votes
JAVA PROGRAMMING
2 Votes
Solution to solving this bugged problem
2 Votes
What Does Pseudo Elements Mean.
2 Votes
HTML/CSS questions
0 Votes
IMAGE
0 Votes
Html
1 Votes