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
java
c
c#
cpp
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
dart
ruby
r
css
bootstrap
win32
groovy
winapi
sql
mysql
jquery
pascal-string
lua
winforms
kotlin-string
bash
swift-string
c-string
cpp-string
go-string
c#-string
php-string
java-string
vbnet-string
rust-string
python-string
cpp-vector
f#
opengl
scala-string
javascript-string
pascal-array
c-array
swift-array
cobol
typescript-string
php-array
javascript-array
vbnet
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
nodejs-string
go-array
kotlin-array
nodejs-array
sdl2
cpp-matrix
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
sdl3
angularjs
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
string-to-title-case
create-infinite-loop
rust-matrix
go-matrix
javascript-matrix
raylib
glfw
represent-boolean-true-false
different-functions-check-number-power-of-2
get-last-word-string
remove-last-word-string
calculate-surface-area-cuboid
Disclosure:
My content contains affiliate links.
Recent questions tagged C-ARRAY
40,701
questions
53,052
answers
573
users
Recent questions tagged C-ARRAY
1
answer
21
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
79
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
64
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
82
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
75
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
89
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
91
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
64
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
82
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
81
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
92
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
84
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
101
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
62
views
How to sort the part of an array in C
asked
Aug 12, 2025
by
avibootz
c
c-array
1
answer
105
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
72
views
How to deallocate a 2D array in C
asked
Aug 8, 2025
by
avibootz
c
c-array
c-deallocate
1
answer
90
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
97
views
How to sort an array of repeated integers with C
asked
Jul 5, 2025
by
avibootz
c
c-array
c-sort
1
answer
92
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
100
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
93
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
84
views
How to print array elements in groups of 2 with C
asked
Jun 20, 2025
by
avibootz
c
c-array
1
answer
82
views
How to multiply all the elements of an array in C
asked
Jun 20, 2025
by
avibootz
c
c-array
1
answer
150
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
95
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
175
views
How to pop the first element of an array in C
asked
May 1, 2025
by
avibootz
c
c-array
2
answers
215
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
156
views
How to create and initialize a 3D array to zero in C
asked
Apr 21, 2025
by
avibootz
c
c-array
1
answer
109
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
119
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
125
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
170
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
120
views
How to check whether an array contains any unique values in C
asked
Mar 28, 2025
by
avibootz
c
c-array
1
answer
101
views
How to check whether an array contains unique values in C
asked
Mar 28, 2025
by
avibootz
c
c-array
1
answer
75
views
How to get array subset in C
asked
Mar 24, 2025
by
avibootz
c
c-array
1
answer
96
views
How to create an array containing a range of characters in C
asked
Mar 21, 2025
by
avibootz
c
c-array
1
answer
108
views
How to sort each row from a two-dimensional array in C
asked
Mar 16, 2025
by
avibootz
c
c-array
1
answer
120
views
How to find the smallest missing number from unsorted array in C
asked
Jan 19, 2024
by
avibootz
c
c-array
1
answer
154
views
How to shift array elements to right by one position in C
asked
Sep 10, 2022
by
avibootz
c
c-array
1
answer
135
views
How to shift array elements to left by one position in C
asked
Sep 10, 2022
by
avibootz
c
c-array
2
answers
164
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
123
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
239
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
234
views
How to convert int array to int number in C
asked
Mar 20, 2016
by
avibootz
c
c-array
2
answers
353
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
.
...