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
c-string
swift-string
cpp-string
go-string
php-string
cobol
c#-string
java-string
vbnet-string
rust-string
python-string
cpp-vector
f#
opengl
scala-string
javascript-string
pascal-array
swift-array
typescript-string
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
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
case-insensitively-check-character-exists-in-string
calculate-area-pentagon
Disclosure:
My content contains affiliate links.
Recent questions tagged c
42,943
questions
55,787
answers
573
users
Recent questions tagged c
2
answers
120
views
How to mask sensitive parts of a string (e.g. email addresses) in C
asked
Dec 23, 2025
by
avibootz
c
c-mask-sensitive-parts-string
mask-sensitive-parts-string
2
answers
127
views
How to check if the sum of two halves of a number is equal in C
asked
Dec 22, 2025
by
avibootz
c
c-sum-two-halves-number-equal
sum-two-halves-number-equal
1
answer
101
views
How to check if two halves of a number are equal in C
asked
Dec 21, 2025
by
avibootz
c
c-two-halves-number-equal
two-halves-number-equal
2
answers
127
views
How to check if two strings are isomorphic in C
asked
Dec 18, 2025
by
avibootz
c
c-check-two-strings-isomorphic
check-two-strings-isomorphic
1
answer
121
views
How to remove text between parentheses in a string using C
asked
Dec 17, 2025
by
avibootz
c
c-remove-text-between-parentheses-in-string
remove-text-between-parentheses-in-string
1
answer
96
views
How to find out what percentage N is of a whole number in C
asked
Dec 17, 2025
by
avibootz
c
c-percentage-n-of-whole-number
percentage-n-of-whole-number
1
answer
97
views
How to move all special characters to the beginning of a string in C
asked
Dec 12, 2025
by
avibootz
c
c-move-special-characters-beginning-string
move-special-characters-beginning-string
1
answer
123
views
How to find the missing number in an array containing numbers from 1 to n in O(1) time complexity with C
asked
Dec 9, 2025
by
avibootz
c
c-missing-number-array-o1-time-complexity
missing-number-array-o1-time-complexity
1
answer
126
views
How to calculate the area of a triangle using Heron’s formula in C
asked
Dec 9, 2025
by
avibootz
c
c-area-triangle-herons-formula
area-triangle-herons-formula
1
answer
121
views
How to write an equivalent to PHP implode(string $separator, array $array): string in C
asked
Dec 5, 2025
by
avibootz
c
c-implode
php-implode-cpp
implode-function
1
answer
106
views
How to check if all word in an array exists in a given string with C
asked
Dec 3, 2025
by
avibootz
c
c-all-word-array-exists-string
all-word-array-exists-string
1
answer
92
views
How to format an array of strings in lines with maxWidth without breaking the words in C
asked
Dec 2, 2025
by
avibootz
c
c-format-array-strings-lines-maxwidth
format-array-strings-lines-maxwidth
1
answer
130
views
How to check if the last index of an array is reachable by jumping based on element values from index 0 in C
asked
Dec 1, 2025
by
avibootz
c
c-last-index-array-jumping-by-elements-value
last-index-array-jumping-by-elements-value
1
answer
90
views
How to find two prime numbers that, when concatenated, form another prime number in C
asked
Nov 28, 2025
by
avibootz
c
c-prime-concatenate
prime-concatenate
1
answer
99
views
How to generate an N-digit integer random number in C
asked
Nov 27, 2025
by
avibootz
c
c-n-digit-integer-random
n-digit-integer-random
1
answer
95
views
How to select random two digits from anywhere in a number with C
asked
Nov 26, 2025
by
avibootz
c
c-random-two-anywhere-digits
random-two-anywhere-digits
1
answer
91
views
How to select random two consecutive digits from a number in C
asked
Nov 25, 2025
by
avibootz
c
c-random-two-consecutive-digits
random-two-consecutive-digits
1
answer
92
views
How to select random three digits from anywhere in a 6-digit number in C
asked
Nov 25, 2025
by
avibootz
c
c-random-three-anywhere-digits
random-three-anywhere-digits
1
answer
97
views
How to select random three consecutive digits from a 6-digit number in C
asked
Nov 25, 2025
by
avibootz
c
c-random-three-consecutive-digits
random-three-consecutive-digits
1
answer
90
views
How to convert a degree to a compass direction in C
asked
Nov 24, 2025
by
avibootz
c
c-degree-compass-direction
degree-compass-direction
1
answer
106
views
How to calculate the sum of all Fibonacci numbers between two left and right indices in C
asked
Nov 23, 2025
by
avibootz
c
c-sum-fibonacci-numbers
sum-fibonacci-numbers
1
answer
128
views
How to generate all possible permutations and combinations of an array of chars in C
asked
Nov 21, 2025
by
avibootz
c
c-array-all-permutations-combinations
all-permutations-combinations
1
answer
101
views
How to find the first 4-digit prime number where all digits are unique in C
asked
Nov 20, 2025
by
avibootz
c
c-4-digit-prime-unique
4-digit-prime-unique
1
answer
119
views
How to write an equivalent to PHP explode(string $separator, string $string, int $limit = INT_MAX): array in C
asked
Nov 20, 2025
by
avibootz
c
c-explode
php-explode-c
explode-function
1
answer
114
views
How to generate a random integer from a range [0, N] that is not in a unique integer list with C
asked
Nov 19, 2025
by
avibootz
c
c-random
c-random-excluding-list
random-excluding-list
1
answer
106
views
How to replace all occurrences of a specific digit in a floating-point number with C
asked
Nov 18, 2025
by
avibootz
c
c-replace-all-occurrences-digit-float
replace-all-occurrences-digit-float
1
answer
113
views
How to calculate the length of legB and hypotenuse of a right-angle triangle with a given perimeter and legA in C
asked
Nov 17, 2025
by
avibootz
c
c-right-angle-triangle
right-angle-triangle
1
answer
123
views
How to replace a digit in a floating-point number by index with C
asked
Nov 17, 2025
by
avibootz
c
c-replace-digit-float
replace-digit-float
2
answers
135
views
How to extract the first digit from a floating-point number in C
asked
Nov 17, 2025
by
avibootz
c
c-extract-first-digit-floating-point
extract-first-digit-floating-point
1
answer
102
views
How to check whether each substring range (L to R) from an array of substring ranges is a palindrome in C
asked
Nov 16, 2025
by
avibootz
c
c-substring-range-palindrome
substring-range-palindrome
1
answer
97
views
How to write an equivalent to PHP count_chars(string $string, int $mode = 0): array|string function in C
asked
Nov 16, 2025
by
avibootz
c
c-count-chars
php-count-chars-c
count-chars
1
answer
114
views
How to convert an array of strings and group all the anagrams into subarrays in C
asked
Nov 14, 2025
by
avibootz
c
c-array-anagram
group-anagrams
1
answer
126
views
How to get all the substrings with exactly k distinct characters from a given string in C
asked
Nov 14, 2025
by
avibootz
c
c-substring
c-string
substrings-with-k-distinct-characters
1
answer
117
views
How to find the K smallest numbers in an unsorted array with C
asked
Nov 12, 2025
by
avibootz
c
c-find-array
1
answer
125
views
How to find the Kth smallest number in an unsorted array with C
asked
Nov 11, 2025
by
avibootz
c
c-find-array
c-find-k-smallest-number-unsorted-array
find-k-smallest-number-unsorted-array
1
answer
134
views
How to return a pointer to an array of int pointers from a function in C
asked
Nov 10, 2025
by
avibootz
c
c-pointers
1
answer
116
views
How to return two pointers from a function in C
asked
Nov 10, 2025
by
avibootz
c
c-pointers
1
answer
104
views
How to find a list of numbers up to a limit that is a palindrome in base 10 and base 2 in C
asked
Nov 10, 2025
by
avibootz
c
c-bouble-base-palindrome
1
answer
100
views
How to calculate the full number from a percentage of a number in C
asked
Nov 9, 2025
by
avibootz
c
c-percentage
1
answer
104
views
How to find all the numbers that are equal to the sum of the factorials of their digits in C
asked
Nov 9, 2025
by
avibootz
c
c-numbers
c-factorials
1
answer
105
views
How to find the numbers that are the sum of fifth powers of their digits in C
asked
Nov 8, 2025
by
avibootz
c
c-numbers
c-fifth-power
1
answer
129
views
How to find the numbers that are the sum of fourth powers of their digits in C
asked
Nov 8, 2025
by
avibootz
c
c-fourth-power
c-numbers
1
answer
135
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
128
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
152
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
109
views
How to find the total number of combinations of given coins to reach a specific amount in C
asked
Nov 5, 2025
by
avibootz
c
c-combination
1
answer
120
views
The smallest number that divide in 13, 15, and 17 with C
asked
Nov 5, 2025
by
avibootz
c
c-divide
1
answer
100
views
How to find the smallest prime number that is greater than 1000 in C
asked
Nov 5, 2025
by
avibootz
c
c-prime
1
answer
135
views
How to write a recursive function to generate all permutations of a string in C
asked
Nov 4, 2025
by
avibootz
c
c-recursion
c-string
1
answer
143
views
How to implement a stack using an array with push, pop, and display in C
asked
Nov 4, 2025
by
avibootz
c
c-stack
Page:
« prev
1
2
3
4
5
6
7
8
9
10
11
12
...
85
next »
...