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
194
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
106
views
How to convert an integer to a string in base b with C
asked
Aug 17, 2025
by
avibootz
c
c-convert
1
answer
130
views
How to write "Ni Hao" ("Hello") in Chinese to standard output using UTF-8 in C
asked
Aug 14, 2025
by
avibootz
c
c-utf8
1
answer
106
views
How to sort the part of an array in C
asked
Aug 12, 2025
by
avibootz
c
c-array
1
answer
133
views
How to generate N pairs of random digits in C
asked
Aug 11, 2025
by
avibootz
c
c-random
1
answer
116
views
How to check if a string is a palindrome ignoring case and non-alphanumeric characters in C
asked
Aug 9, 2025
by
avibootz
c
c-palindrome
1
answer
149
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
130
views
How to deallocate a 2D array in C
asked
Aug 8, 2025
by
avibootz
c
c-array
c-deallocate
1
answer
124
views
How to convert binary digits to a byte array in C
asked
Aug 4, 2025
by
avibootz
c
c-byte-array
c-binary
2
answers
184
views
How to check if floating point is NaN in C
asked
Aug 3, 2025
by
avibootz
c
c-nan
c-floating-point
1
answer
136
views
How to get the row of Pascal triangle given an integer rowIndex in C
asked
Aug 3, 2025
by
avibootz
c
c-pascal-triangle
1
answer
98
views
How to calculate power for large numbers in C
asked
Aug 2, 2025
by
avibootz
c
c-power
1
answer
116
views
How to sum the digits of the number 2^N in C
asked
Aug 1, 2025
by
avibootz
c
c-power-digits-sum
2
answers
145
views
How to declare a function argument that can accept any type in C
asked
Jul 31, 2025
by
avibootz
c
c-argument
1
answer
121
views
How to set specific bits in a char with C
asked
Jul 30, 2025
by
avibootz
c
c-bits
3
answers
205
views
How to extract a float from a string in C
asked
Jul 28, 2025
by
avibootz
c
c-string
c-extract
1
answer
144
views
How to create a string with a repeated character N times in C
asked
Jul 27, 2025
by
avibootz
c
c-string
1
answer
146
views
How to check if an integer contains an even or odd number of bits set in C
asked
Jul 27, 2025
by
avibootz
c
c-bits
1
answer
104
views
How to find the sign of a variable in C
asked
Jul 24, 2025
by
avibootz
c
c-sign
1
answer
108
views
How to replace multiple consecutive question marks (?) with a single question mark in C
asked
Jul 24, 2025
by
avibootz
c
c-replace
1
answer
120
views
How to format time hours-minutes-seconds in C
asked
Jul 22, 2025
by
avibootz
c
c-time
1
answer
154
views
How to split a string with multiple separators in C
asked
Jul 21, 2025
by
avibootz
c
c-string
1
answer
164
views
How to replace the first occurrence of a substring in a string with C
asked
Jul 20, 2025
by
avibootz
c
c-substring
1
answer
109
views
How to count backwards (Print the numbers N, N - 1, ..., 0 (included)) in C
asked
Jul 20, 2025
by
avibootz
c
c-loop
1
answer
129
views
How to resize a string with realloc() in C
asked
Jul 19, 2025
by
avibootz
c
c-malloc
c-realloc
1
answer
130
views
How to reverse a string in place in C
asked
Jul 19, 2025
by
avibootz
c
c-string
1
answer
134
views
How to extract a substring within 2 square brackets in C
asked
Jul 19, 2025
by
avibootz
c
c-substring
1
answer
135
views
How to remove stop words from a string in C
asked
Jul 17, 2025
by
avibootz
c
c-string
2
answers
178
views
How to find the 100001 prime number in C
asked
Jul 16, 2025
by
avibootz
c
c-prime
1
answer
130
views
How to convert multiple <br/> tags to a single <br/> tag in C
asked
Jul 14, 2025
by
avibootz
c
c-string
3
answers
172
views
How to assign multiple values to multiple variables in one line with C
asked
Jul 14, 2025
by
avibootz
c
c-variable
1
answer
111
views
How to create the gray code of the decimal number 2 in C
asked
Jul 13, 2025
by
avibootz
c
c-gray-code
1
answer
109
views
How to convert double to unsigned long in C
asked
Jul 12, 2025
by
avibootz
c
c-convert
1
answer
123
views
How to convert unsigned short to float in C
asked
Jul 12, 2025
by
avibootz
c
c-convert
1
answer
118
views
How to XOR byte arrays in C
asked
Jul 12, 2025
by
avibootz
c
c-xor
1
answer
137
views
How to check if a string includes $sometext$ without numbers in C
asked
Jul 11, 2025
by
avibootz
c
c-string
1
answer
142
views
How to remove the letters from word1 if they do not exist in word2 with C
asked
Jul 9, 2025
by
avibootz
c
c-string
1
answer
158
views
How to remove the letters from word1 if they exist in word2 with C
asked
Jul 8, 2025
by
avibootz
c
c-string
1
answer
144
views
How to get intersection of two strings in C
asked
Jul 6, 2025
by
avibootz
c
c-string
c-intersection
1
answer
151
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
1
answer
125
views
How to pad a string on both sides in C
asked
Jul 5, 2025
by
avibootz
c
c-string
1
answer
160
views
How to find the minimum substring of string s1 that includes every character of string s2 in C
asked
Jul 5, 2025
by
avibootz
c
c-string
c-substring
c-minimum-substring
minimum-substring
2
answers
174
views
How to sort an array of repeated integers with C
asked
Jul 5, 2025
by
avibootz
c
c-array
c-sort
1
answer
120
views
How to pad a string on the left in C
asked
Jul 4, 2025
by
avibootz
c
c-string
1
answer
140
views
How to pad a string on the right in C
asked
Jul 3, 2025
by
avibootz
c
c-string
2
answers
166
views
How to get the current runtime version in C
asked
Jul 2, 2025
by
avibootz
c
c-runtime
1
answer
148
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
127
views
How to get the fraction and exponent of a real number in C
asked
Jun 30, 2025
by
avibootz
c
c-fraction
c-exponent
1
answer
115
views
How to calculate the mean and the standard deviation of an array of floating-point values in C
asked
Jun 29, 2025
by
avibootz
c
c-standard-deviation
c-mean
1
answer
153
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
Page:
« prev
1
...
4
5
6
7
8
9
10
11
12
13
14
...
85
next »
...