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
cpp
c#
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
ruby
dart
r
css
bootstrap
win32
groovy
winapi
sql
mysql
vbnet
jquery
pascal-string
lua
winforms
kotlin-string
bash
c-string
swift-string
cpp-string
go-string
c#-string
php-string
java-string
vbnet-string
cobol
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
cpp-array
c#-list
vbnet-list
c-matrix
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
character-code-ascii-unicode
swift-matrix
c#-matrix
sdl3
angularjs
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
measure-function-execution-time
sort-words-string
exabyte-constant
petabyte-constant
terabyte-constant
math-functions-constants
string-to-title-case
create-infinite-loop
rust-matrix
Disclosure:
My content contains affiliate links.
Recent questions tagged c
41,445
questions
53,992
answers
573
users
Recent questions tagged c
1
answer
47
views
How to get the word before the last word from a string (edge‑case‑safe) in C
asked
Mar 28
by
avibootz
c
c-string
c-get-word-before-last-string-edge-case-safe
get-word-before-last-string-edge-case-safe
1
answer
54
views
How to find the median among three given numbers in C
asked
Mar 26
by
avibootz
c
c-median-among-three-given-numbers
median-among-three-given-numbers
1
answer
46
views
How to find the smallest number greater than a given number, using the same digits in C
asked
Mar 25
by
avibootz
c
c-smallest-number-greater-given-number-same-digits
smallest-number-greater-given-number-same-digits
1
answer
55
views
How to produce a sequential count in octal, starting at zero in C
asked
Mar 24
by
avibootz
c
c-sequential-count-octal
sequential-count-octal
3
answers
57
views
How to create an associative-like array (key-value array) in C
asked
Mar 21
by
avibootz
c
c-associative-array
associative-array
1
answer
44
views
How to apply callback to dynamically allocated 2D array in C
asked
Mar 19
by
avibootz
c
c-apply-callback-dynamically-allocated-2d-array
apply-callback-dynamically-allocated-2d-array
1
answer
42
views
How to apply callback to fixed‑size 2D array in C
asked
Mar 19
by
avibootz
c
c-apply-callback-fixed-size-2d-array
apply-callback-fixed-size-2d-array
1
answer
55
views
How to use callback with arrays of structs (apply callback to each struct) in C
asked
Mar 19
by
avibootz
c
c-callback-arrays-of-structs
callback-arrays-of-structs
2
answers
48
views
How to apply a callback to an array (apply a function to each element) in C
asked
Mar 19
by
avibootz
c
c-callback-to-array
callback-to-array
1
answer
55
views
How to calculate the Ethiopian multiplication in C
asked
Mar 17
by
avibootz
c
c-ethiopian-multiplication
ethiopian-multiplication
1
answer
46
views
How to calculate the percentage of a percentage in C
asked
Mar 17
by
avibootz
c
c-percentage-of-percentage
percentage-of-percentage
1
answer
45
views
How to calculate the percentage change between two values in C
asked
Mar 15
by
avibootz
c
c-percentage-change-between-two-values
percentage-change-between-two-values
1
answer
50
views
How to write the 7 Boom game. If a number is divided by 7 or includes the digit 7, the user writes Boom in C
asked
Mar 15
by
avibootz
c
c-7-boom-game
7-boom-game
1
answer
51
views
How to find the longest shared prefix among all words in a string with C
asked
Mar 13
by
avibootz
c
c-longest-shared-prefix-words-string
longest-shared-prefix-words-string
1
answer
51
views
How to group words in a string by the first N letters in C
asked
Mar 13
by
avibootz
c
c-group-words-string-first-n-letter
group-words-string-first-n-letter
1
answer
55
views
How to find the longest common prefix of all the words in a string with C
asked
Mar 11
by
avibootz
c
c-longest-common-prefix-all-words-string
longest-common-prefix-all-words-string
1
answer
47
views
How to write a minimal implementation of Python’s str.replace() in C
asked
Mar 9
by
avibootz
c
c-minimal-implementation-python-str-replace
minimal-implementation-python-str-replace
1
answer
52
views
How to split a string on multiple single‑character delimiters (and keep them) in C
asked
Mar 9
by
avibootz
c
c-split-string-multiple-single-character-delimiters
split-string-multiple-single-character-delimiters
3
answers
78
views
How to split a string on multiple multi‑character delimiters (and keep them) in C
asked
Mar 8
by
avibootz
c
c-split-string-multiple-multi-character-delimiters
split-string-multiple-multi-character-delimiters
1
answer
62
views
How to remove all adjacent duplicate characters from a string until no more can be removed in C
asked
Mar 7
by
avibootz
c
c-remove-adjacent-duplicate-characters-string
remove-adjacent-duplicate-characters-string
1
answer
38
views
How to reverse only the alphabetic characters in a string, keeping other characters in place with C
asked
Mar 6
by
avibootz
c
c-reverse-only-alphabetic-characters
reverse-only-alphabetic-characters
1
answer
48
views
How to find missing alphabet characters from a string in C
asked
Mar 6
by
avibootz
c
c-missing-alphabet-characters-string
missing-alphabet-characters-string
1
answer
41
views
How to check if a string contains only 0 and 1 and is divisible by 7 in C
asked
Mar 1
by
avibootz
c
c-string-contains-only-0-and-1-is-divisible-by-7
string-contains-only-0-and-1-is-divisible-by-7
1
answer
50
views
How to check if every digit in a number appears only once in C
asked
Feb 25
by
avibootz
c
c-check-digits-number-appears-once
check-digits-number-appears-once
1
answer
42
views
How to check if a number is pandigital in C
asked
Feb 25
by
avibootz
c
c-check-number-pandigitaln
check-number-pandigitaln
1
answer
41
views
How to find all happy numbers in a specific range with C
asked
Feb 24
by
avibootz
c
c-find-happy-numbers-in-specific-range
find-happy-numbers-in-specific-range
1
answer
59
views
How to guarantee a 64‑bit integer across platforms in C
asked
Feb 23
by
avibootz
c
guarantee-64-bit-integer-across-platforms
2
answers
51
views
How to remove newlines from a string C
asked
Feb 21
by
avibootz
c
c-remove-newlines-from-string
remove-newlines-from-string
1
answer
47
views
How to convert a number to any base in C
asked
Feb 20
by
avibootz
c
c-convert-number-to-any-base
convert-number-to-any-base
1
answer
43
views
How to convert meters to yards and vice versa in C
asked
Feb 20
by
avibootz
c
c-convert-meters-yards-vice-versa
convert-meters-yards-vice-versa
2
answers
59
views
How to merge three arrays in C
asked
Feb 19
by
avibootz
c
c-merge-three-arrays
merge-three-arrays
1
answer
37
views
How to simulate rolling two dice (game cubes) with values 1–6 in C
asked
Feb 18
by
avibootz
c
c-simulate-rolling-two-dice-values-1-6
simulate-rolling-two-dice-values-1-6
1
answer
55
views
How to use the SetPixel function to draw a diagonal line using the Win32 API in C
asked
Feb 17
by
avibootz
c
win32
winapi
c-use-setpixel-function-draw-diagonal-line-win32-api
use-setpixel-function-draw-diagonal-line-win32-api
1
answer
55
views
How to remove the last n occurrences of a substring in a string in C
asked
Feb 15
by
avibootz
c
c-remove-last-n-occurrences-substring-string
remove-last-n-occurrences-substring-string
1
answer
48
views
How to use the TextOut function to draw text at a specified location using the Win32 API in C
asked
Feb 15
by
avibootz
c
win32
winapi
c-use-textout-function-win32-api
use-textout-function-win32-api
1
answer
45
views
How to use the DeleteFile function using the Win32 API in C
asked
Feb 14
by
avibootz
c
win32
winapi
c-use-deletefile-function-win32-api
use-deletefile-function-win32-api
1
answer
47
views
How to replace a random word in a string with a random word from an array of words using C
asked
Feb 13
by
avibootz
c
c-replace-random-word-in-string-with-random-word-from-array
replace-random-word-in-string-with-random-word-from-array
1
answer
47
views
How to calculate the products of (jagged) uneven-sized matrix columns in C
asked
Feb 13
by
avibootz
c
c-products-uneven-sized-matrix-columns
products-uneven-sized-matrix-columns
1
answer
52
views
How to use the CreateFile function using the Win32 API in C
asked
Feb 12
by
avibootz
c
win32
winapi
c-use-createfile-function-win32-api
use-createfile-function-win32-api
1
answer
57
views
How to use the GlobalAlloc function using the Win32 API in C
asked
Feb 12
by
avibootz
win32
winapi
c
c-use-globalalloc-function-win32-api
use-globalalloc-function-win32-api
1
answer
51
views
How to use the VirtualAlloc function using the Win32 API in C
asked
Feb 11
by
avibootz
win32
winapi
c
c-use-virtualalloc-function-win32-api
use-virtualalloc-function-win32-api
1
answer
60
views
How to find the shortest identical consecutive sublist in a linked list with C
asked
Feb 8
by
avibootz
c
c-shortest-identical-consecutive-sublist
shortest-identical-consecutive-sublist
1
answer
58
views
How to find the shortest identical consecutive subarray in an array with C
asked
Feb 8
by
avibootz
c
c-shortest-identical-consecutive-subarray
shortest-identical-consecutive-subarray
1
answer
56
views
How to find a number that can be written as the sum and product of its factors in C
asked
Feb 7
by
avibootz
c
c-number-written-as-sum-and-product-of-its-factors
number-written-as-sum-and-product-of-its-factors
1
answer
50
views
How to delete a file using the Win32 API in C
asked
Feb 6
by
avibootz
c
win32
winapi
c-delete-file-win32-api
delete-file-win32-api
2
answers
54
views
How to move the n word to the end of a string in C
asked
Feb 3
by
avibootz
c
c-move-n-word-to-end-of-string
move-n-word-to-end-of-string
2
answers
65
views
How to move the first word to the end of a string in C
asked
Feb 3
by
avibootz
c
c-move-first-word-to-end-of-string
move-first-word-to-end-of-string
2
answers
61
views
How to move a word to the end of a string in C
asked
Feb 3
by
avibootz
c
c-move-word-to-end-of-string
move-word-to-end-of-string
1
answer
56
views
How to multiply every N consecutive items in an array with C
asked
Feb 1
by
avibootz
c
c-multiply-every-n-of-consecutive-items-in-array
multiply-every-n-of-consecutive-items-in-array
1
answer
47
views
How to multiply each pair of consecutive items in an array with C
asked
Jan 31
by
avibootz
c
c-multiply-each-pair-of-consecutive-items-in-array
multiply-each-pair-of-consecutive-items-in-array
Page:
« prev
1
2
3
4
5
6
7
8
...
82
next »
...