Remember
Register
Search With
Seek4Info.com
Programming & Software Q&A | CollectiveSolver
Questions
Tags
Users
Welcome to collectivesolver - Programming & Software Q&A with code examples. A website with trusted programming answers. All programs are tested and work.
Contact: aviboots(AT)netvision.net.il
Most popular tags
python
c
java
cpp
c#
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
ruby
dart
vbnet
r
css
bootstrap
win32
groovy
winapi
sql
mysql
jquery
pascal-string
lua
winforms
kotlin-string
bash
swift-string
c-string
cpp-string
go-string
php-string
c#-string
cobol
java-string
vbnet-string
rust-string
python-string
scala-string
cpp-vector
f#
opengl
javascript-string
pascal-array
typescript-string
swift-array
c-array
php-array
javascript-array
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
nodejs-string
go-array
kotlin-array
nodejs-array
sdl2
cpp-matrix
sdl3
c-matrix
cpp-array
c#-list
vbnet-list
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
character-code-ascii-unicode
swift-matrix
c#-matrix
angularjs
split-string-into-array-by-delimiter
transpose-matrix
binary-search-algorithm
dot-product-two-arrays
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
remove-stop-words-string
check-whether-floating-point-variable-is-integer
longest-substring-without-repeating-characters
calculate-volume-cube
divide-given-amount-into-bills-coins
convert-decimal-number-to-rational-number
count-non-overlapping-instances-substring-in-string
print-floyds-triangle
Disclosure:
My content contains affiliate links.
Recent questions tagged c-array
43,161
questions
56,039
answers
573
users
Recent questions tagged c-array
1
answer
118
views
How to filter elements from an array into a new array (edge‑case‑safe) in C
asked
Mar 29
by
avibootz
c
c-array
c-filter-elements-array-edge-case-safe
filter-elements-array-edge-case-safe
1
answer
145
views
How to find the floor and ceiling of the value N in an unsorted array with C
asked
Nov 7, 2025
by
avibootz
c
c-ceil
c-floor
c-array
1
answer
138
views
How to use strlen with a pointer to an array of pointers to strings in C
asked
Nov 7, 2025
by
avibootz
c
c-array
c-pointers
1
answer
163
views
How to use strlen with an array of pointers to strings in C
asked
Nov 7, 2025
by
avibootz
c
c-pointers
c-array
1
answer
133
views
How to get random N rows from a 2D array in C
asked
Nov 2, 2025
by
avibootz
c
c-random
c-array
2
answers
170
views
How to search a 2d array using two pointers to the first and last elements in the array with C
asked
Sep 22, 2025
by
avibootz
c
c-array
c-search
2
answers
197
views
How to find the index of N in a sorted vector if N is not present, return the index where it would be in C
asked
Sep 22, 2025
by
avibootz
c
c-array
1
answer
147
views
How to find the smallest letter in a sorted array that is larger than a given letter in C
asked
Sep 20, 2025
by
avibootz
c
c-array
1
answer
141
views
How to find the two elements in an array whose sum is closest to zero in C
asked
Sep 12, 2025
by
avibootz
c
c-array
1
answer
148
views
How to sort an array that consists of only 0s and 1s in C
asked
Sep 1, 2025
by
avibootz
c
c-array
c-sort
1
answer
161
views
How to sort an array of strings where each string represents a decimal number in C
asked
Sep 1, 2025
by
avibootz
c
c-sort
c-array
1
answer
146
views
How to combine 2 arrays of structs (as a map) into a third array in C
asked
Aug 25, 2025
by
avibootz
c
c-array
1
answer
206
views
How to find the length of the longest consecutive sequence of an unsorted array of integers in C
asked
Aug 18, 2025
by
avibootz
c
c-sequence
c-consecutive-sequence
c-array
longest-consecutive-sequence-array
1
answer
115
views
How to sort the part of an array in C
asked
Aug 12, 2025
by
avibootz
c
c-array
1
answer
160
views
How to allocate, fill, print, and deallocate a 2D array in C
asked
Aug 8, 2025
by
avibootz
c
c-deallocate
c-array
c-allocate
1
answer
141
views
How to deallocate a 2D array in C
asked
Aug 8, 2025
by
avibootz
c
c-array
c-deallocate
1
answer
160
views
How to create an array containing all elements that are included in both other two arrays in C
asked
Jul 6, 2025
by
avibootz
c
c-array
2
answers
186
views
How to sort an array of repeated integers with C
asked
Jul 5, 2025
by
avibootz
c
c-array
c-sort
1
answer
160
views
How to increment an integer represented as an integer array of digits by one in C
asked
Jul 2, 2025
by
avibootz
c
c-array
1
answer
160
views
How to calculate the sum of squares of an array of floating-point values in C
asked
Jun 29, 2025
by
avibootz
c
c-array
1
answer
153
views
How to convert a byte array to a hex string in C
asked
Jun 21, 2025
by
avibootz
c
c-array
c-byte-array
1
answer
134
views
How to print array elements in groups of 2 with C
asked
Jun 20, 2025
by
avibootz
c
c-array
1
answer
147
views
How to multiply all the elements of an array in C
asked
Jun 20, 2025
by
avibootz
c
c-array
1
answer
231
views
How to find all possible combinations of numbers in an array to reach a given sum with C
asked
Jun 2, 2025
by
avibootz
c
c-array
2
answers
184
views
How to search insert position of K in a sorted array with C
asked
May 10, 2025
by
avibootz
c
c-array
3
answers
281
views
How to pop the first element of an array in C
asked
May 1, 2025
by
avibootz
c
c-array
2
answers
316
views
How to dynamically allocate and set values to a 3d array in C
asked
Apr 21, 2025
by
avibootz
c
c-malloc
c-array
1
answer
231
views
How to create and initialize a 3D array to zero in C
asked
Apr 21, 2025
by
avibootz
c
c-array
1
answer
196
views
How to create an array of dates starting with today and going back the last 30 days in C
asked
Apr 10, 2025
by
avibootz
c
c-array
c-date
1
answer
194
views
How to create an array of days starting with today and going back the last 30 days in C
asked
Apr 10, 2025
by
avibootz
c
c-array
c-date
1
answer
190
views
How to convert an array of ints to an array of strings in C
asked
Apr 1, 2025
by
avibootz
c
c-array
1
answer
238
views
How to extract the unique integers from an array excluding duplicates in C
asked
Mar 28, 2025
by
avibootz
c
c-array
1
answer
190
views
How to check whether an array contains any unique values in C
asked
Mar 28, 2025
by
avibootz
c
c-array
1
answer
163
views
How to check whether an array contains unique values in C
asked
Mar 28, 2025
by
avibootz
c
c-array
1
answer
141
views
How to get array subset in C
asked
Mar 24, 2025
by
avibootz
c
c-array
1
answer
163
views
How to create an array containing a range of characters in C
asked
Mar 21, 2025
by
avibootz
c
c-array
1
answer
165
views
How to sort each row from a two-dimensional array in C
asked
Mar 16, 2025
by
avibootz
c
c-array
1
answer
184
views
How to find the smallest missing number from unsorted array in C
asked
Jan 19, 2024
by
avibootz
c
c-array
1
answer
205
views
How to shift array elements to right by one position in C
asked
Sep 10, 2022
by
avibootz
c
c-array
1
answer
195
views
How to shift array elements to left by one position in C
asked
Sep 10, 2022
by
avibootz
c
c-array
2
answers
246
views
How to group elements of an array based on their first occurrence in C
asked
Aug 14, 2022
by
avibootz
c
c-array
1
answer
215
views
How to get all the unique elements of an array in C
asked
Jul 6, 2020
by
avibootz
c
c-array
c-unique-elements-array
unique-elements-array
1
answer
311
views
How to find first and last positions of an element in a sorted array in C
asked
Aug 7, 2019
by
avibootz
c
c-array
2
answers
486
views
How to insert an element in a dynamic array in C
asked
Sep 13, 2014
by
avibootz
c
c-array
c-malloc
To see more, click for the
full list of questions
or
popular tags
.
...