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
1
answer
90
views
How to implement the one_of algorithm to check if exactly one element satisfies a predicate in C
asked
Jul 24
by
avibootz
c
c-one-of
c-implement-one-of-algorithm
implement-one-of-algorithm
1
answer
82
views
How to implement the none_of algorithm to check if no element satisfies a predicate in C
asked
Jul 23
by
avibootz
c
c-none-of
c-implement-none-of-algorithm
implement-none-of-algorithm
1
answer
95
views
How to implement the any_of algorithm to check if any element satisfies a predicate in C
asked
Jul 23
by
avibootz
c
c-any-of
c-implement-any-of-algorithm-check-if-any-element-satisfies-predicate
implement-any-of-algorithm-check-if-any-element-satisfies-predicate
1
answer
86
views
How to implement the all_of algorithm to check if all elements satisfy a predicate in C
asked
Jul 23
by
avibootz
c
c-all-of
c-implement-all-of-algorithm-check-all-elements-satisfy-predicate
implement-all-of-algorithm-check-all-elements-satisfy-predicate
1
answer
78
views
How to convert a decimal number to a rational number in C
asked
Jul 23
by
avibootz
c
c-convert-decimal-number-to-rational-number
convert-decimal-number-to-rational-number
1
answer
73
views
How to sort three numbers most simply in C
asked
Jul 22
by
avibootz
c
c-sort-three-numbers-most-simply
sort-three-numbers-most-simply
1
answer
88
views
How to round an integer up to the nearest multiple of 'multiple' in C
asked
Jul 21
by
avibootz
c
c-round
c-round-integer-up-nearest-multiple-of-multiple
round-integer-up-nearest-multiple-of-multiple
1
answer
83
views
How to find the minimal possible sum of two distinct elements in an array with C
asked
Jul 21
by
avibootz
c
c-minimal-sum-two-elements-array
minimal-sum-two-elements-array
1
answer
78
views
How to split a 32‑bit integer into its four bytes in C
asked
Jul 20
by
avibootz
c
c-split-32-bit-integer-into-four-bytes
split-32-bit-integer-into-four-bytes
1
answer
72
views
How to create a blank window using the new callbacks system in SDL3 and C
asked
Jul 19
by
avibootz
c
sdl3
sdl3-create-blank-window-using-callbacks-system
create-blank-window-using-callbacks-system
1
answer
81
views
How to split a number N into M random positive parts whose sum is exactly N in C
asked
Jul 19
by
avibootz
c
c-split-number-n-into-m-random-parts-whose-sum-is-n
split-number-n-into-m-random-parts-whose-sum-is-n
1
answer
82
views
How to determine whether two axis‑aligned rectangles overlap in C
asked
Jul 18
by
avibootz
c
c-determine-whether-two-axis-aligned-rectangles-overlap
determine-whether-two-axis-aligned-rectangles-overlap
1
answer
68
views
How to generate 3 no-digit repeated random integers, each with distinct digits in C
asked
Jul 17
by
avibootz
c
c-generate-3-no-digit-repeated-random-integers-each-with-distinct-digits
generate-3-no-digit-repeated-random-integers-each-with-distinct-digits
1
answer
79
views
How to generate N random integers, each with distinct digits and exact length L in C
asked
Jul 16
by
avibootz
c
c-generate-n-random-integers-with-distinct-digits-and-length-l
generate-n-random-integers-with-distinct-digits-and-length-l
1
answer
84
views
How to generate a UUID (Universally Unique Identifier) in C
asked
Jul 14
by
avibootz
c
c-generate-uuid
generate-uuid
1
answer
75
views
How to sort a string in the order: lowercase letters - uppercase letters - odd digits - even digits in C
asked
Jul 14
by
avibootz
c
c-sort-string-order-lowercase-uppercase-odd-even
sort-string-order-lowercase-uppercase-odd-even
1
answer
56
views
How to compute sin and cos together in C
asked
Jul 12
by
avibootz
c
c-compute-sin-cos-together
compute-sin-cos-together
1
answer
85
views
How to create an alphabet rangoli (geometric and character pattern) of size N in C
asked
Jul 12
by
avibootz
c
c-create-alphabet-rangoli
create-alphabet-rangoli
2
answers
99
views
How to wrap a string into lines of width w in C
asked
Jul 11
by
avibootz
c
c-wrap-string-into-lines-width-w
wrap-string-into-lines-width-w
1
answer
79
views
How to compute the day of the week for January 1st of any given year in C
asked
Jul 11
by
avibootz
c
c-day-of-week-january-1st-any-given-year
day-of-week-january-1st-any-given-year
1
answer
74
views
How to get common letters that appear in every word in a list of words with C
asked
Jul 10
by
avibootz
c
c-common-letters-every-word-list-words
common-letters-every-word-list-words
1
answer
76
views
How to check whether a word is an ABC word in C
asked
Jul 10
by
avibootz
c
c-cpp-check-whether-word-is-abc-word
cpp-check-whether-word-is-abc-word
1
answer
63
views
How to generate the power set of {1,2,3,4} in C
asked
Jul 9
by
avibootz
c
c-generate-power-set-of-1-2-3-4
generate-power-set-of-1-2-3-4
1
answer
71
views
How to generate 100 normally distributed random numbers with a mean of 1.0 in C
asked
Jul 8
by
avibootz
c
c-generate-100-normally-distributed-random-numbers-mean-of-1-0
generate-100-normally-distributed-random-numbers-mean-of-1-0
1
answer
72
views
How to encode and decode any string into Base‑36 in C
asked
Jul 7
by
avibootz
c
c-encode-decode-string-base-36
encode-decode-string-base-36
1
answer
70
views
How to generate random positive integers that sum to N in C
asked
Jul 6
by
avibootz
c
c-generate-random-integers-sum-to-n
generate-random-integers-sum-to-n
1
answer
78
views
How to perform multiple 5‑card draws from a shuffled 52‑card deck in C
asked
Jul 5
by
avibootz
c
c-perform-multiple-5-card-draws-from-52-card-deck
perform-multiple-5-card-draws-from-52-card-deck
1
answer
73
views
How to pick 5 random cards from a 52‑card deck in C
asked
Jul 4
by
avibootz
c
c-pick-5-random-cards-from-a-52-card-deck
pick-5-random-cards-from-a-52-card-deck
1
answer
74
views
How to randomly place a random value in each row of an 8x8 int array with zero values in C
asked
Jul 3
by
avibootz
c
c-randomly-place-random-value-each-row-8-8-int-array
randomly-place-random-value-each-row-8-8-int-array
1
answer
85
views
How to display string letters sorted by frequency in C
asked
Jul 3
by
avibootz
c
c-display-string-letters-sorted-by-frequency
display-string-letters-sorted-by-frequency
1
answer
74
views
How to find the most frequent letter in a string with C
asked
Jul 2
by
avibootz
c
c-find-most-frequent-letter-string
find-most-frequent-letter-string
1
answer
76
views
How to measure bubble sort with an array of 30,000 random integers in C
asked
Jul 2
by
avibootz
c
c-measure-bubble-sort-array-30000-random-integers
measure-bubble-sort-array-30000-random-integers
1
answer
71
views
How to reverse a singly linked list in-place in C
asked
Jun 30
by
avibootz
c
c-reverse-singly-linked-list-in-place
reverse-singly-linked-list-in-place
1
answer
71
views
How to iterate an array from the middle outward (stepping left and right alternately) in C
asked
Jun 28
by
avibootz
c
c-iterate-array-from-middle-outward
iterate-array-from-middle-outward
1
answer
73
views
How to calculates the distance between two decimal numbers (absolute difference) in C
asked
Jun 28
by
avibootz
c
c-calculates-distance-between-two-decimal-numbers
calculates-distance-between-two-decimal-numbers
1
answer
66
views
How to determine whether an n‑bit binary number is divisible by 5 in C
asked
Jun 27
by
avibootz
c
c-determine-whether-n-bit-binary-number-divisible-by-5
determine-whether-n-bit-binary-number-divisible-by-5
1
answer
66
views
How to check whether a number is positive/zero/negative without using conditional statements in C
asked
Jun 27
by
avibootz
c
c-check-positive-zero-negative-without-conditional-statements
check-positive-zero-negative-without-conditional-statements
1
answer
79
views
How to remove every n-bit from a number and shift the remaining bits right in C
asked
Jun 25
by
avibootz
c
c-remove-every-n-bit-from-number-shift-remaining-bits-right
remove-every-n-bit-from-number-shift-remaining-bits-right
1
answer
64
views
How to zero every n-bit from a number if that bit is 1 in C
asked
Jun 25
by
avibootz
c
c-zero-every-n-bit-from-number
zero-every-n-bit-from-number
1
answer
77
views
How to remove multiple bits from a number and shift the remaining bits right to fill the gaps in C
asked
Jun 24
by
avibootz
c
c-remove-multiple-bits-shift-remaining-bits-right-to-fill-gaps
remove-multiple-bits-shift-remaining-bits-right-to-fill-gaps
1
answer
78
views
How to remove a bit from a number and shift all bits to the right to fill the gap in C
asked
Jun 23
by
avibootz
c
c-remove-bit-from-number-shift-bits-right-to-fill-the-gap
remove-bit-from-number-shift-bits-right-to-fill-the-gap
1
answer
84
views
How to combine two 32-bit values into one 64-bit value in C
asked
Jun 22
by
avibootz
c
c-combine-two-32-bit-values-into-one-64-bit-value
combine-two-32-bit-values-into-one-64-bit-value
1
answer
85
views
How to rank elements of an integer array based on their sorted order in C
asked
Jun 21
by
avibootz
c
c-rank-elements-array-based-on-sorted-order
rank-elements-array-based-on-sorted-order
1
answer
73
views
How to rank elements of an array in C
asked
Jun 21
by
avibootz
c
c-rank-elements-array
rank-elements-array
1
answer
60
views
How to find all the Pythagorean triples with a perimeter no larger than 100 in C
asked
Jun 19
by
avibootz
c
c-find-all-pythagorean-triples-perimeter-under-100
find-all-pythagorean-triples-perimeter-under-100
1
answer
69
views
How to find the first 3 primitive Pythagorean triples in C
asked
Jun 19
by
avibootz
c
c-find-first-pythagorean-triple
find-first-pythagorean-triple
1
answer
73
views
How to find the first Pythagorean triple in C
asked
Jun 19
by
avibootz
c
c-find-first-pythagorean-triple
find-first-pythagorean-triple
2
answers
99
views
How to multiply two long numbers in C
asked
Jun 18
by
avibootz
c
c-multiply-two-long-numbers
multiply-two-long-numbers
1
answer
73
views
How to find the country code by the country name in C
asked
Jun 17
by
avibootz
c
c-find-country-code-by-country-name
find-country-code-by-country-name
1
answer
82
views
How to find the first 3 integers equal to the sum of their digits raised to some power in C
asked
Jun 14
by
avibootz
c
c-first-3-integers-equal-sum-their-digits-raised-some-power
first-3-integers-equal-sum-their-digits-raised-some-power
Page:
« prev
1
2
3
4
5
6
7
...
85
next »
...