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
jquery
pascal-string
lua
winforms
vbnet
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
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
dot-product-two-arrays
string-to-title-case
create-infinite-loop
rust-matrix
go-matrix
javascript-matrix
raylib
glfw
function-optional-parameter
decode-leet-speak
decimal-number-to-string-leading-zeros
reconstruct-sparse-matrix-from-compact-triplet-matrix
Disclosure:
My content contains affiliate links.
Recent questions tagged C
40,904
questions
53,356
answers
573
users
Recent questions tagged C
1
answer
186
views
How to use two variables in for loop with C
asked
May 10, 2019
by
avibootz
c
1
answer
196
views
How to convert binary number to decimal in C
asked
May 9, 2019
by
avibootz
c
1
answer
179
views
How to count set bits of an integer in C
asked
May 8, 2019
by
avibootz
c
2
answers
279
views
How to get the size of structs in C
asked
May 8, 2019
by
avibootz
c
1
answer
248
views
How to use floor to get the closest integer value which is less than or equal to specified value in C
asked
May 7, 2019
by
avibootz
c
1
answer
184
views
How to use square root in C
asked
May 7, 2019
by
avibootz
c
1
answer
185
views
How to calculate square root (or floor square if not perfect square) of an integer in C
asked
May 6, 2019
by
avibootz
c
1
answer
188
views
How to find max in struct array using C
asked
May 6, 2019
by
avibootz
c
1
answer
176
views
How to get the size of array of structs in C
asked
May 6, 2019
by
avibootz
c
1
answer
300
views
How to sort int array in descending order with qsort in C
asked
May 4, 2019
by
avibootz
c
1
answer
208
views
How to ascending sort int array with qsort in C
asked
May 4, 2019
by
avibootz
c
1
answer
240
views
How to sort array odd numbers in descending order and even numbers in ascending order in C
asked
May 3, 2019
by
avibootz
c
1
answer
214
views
How to find a number in array that appears once in C
asked
Apr 25, 2019
by
avibootz
c
2
answers
225
views
How to remove the N digit from a number in C
asked
Apr 22, 2019
by
avibootz
c
1
answer
187
views
How to remove specific digit from a number in C
asked
Apr 21, 2019
by
avibootz
c
2
answers
218
views
How to replace one specific digit in a number with other specific digit in C
asked
Apr 20, 2019
by
avibootz
c
1
answer
163
views
How to replace all ‘0’ in a number with specific digit in C
asked
Apr 19, 2019
by
avibootz
c
1
answer
252
views
How to check if a string starts and ends with specific character in C
asked
Apr 18, 2019
by
avibootz
c
1
answer
198
views
How to get substring that start and end with the same character in C
asked
Apr 17, 2019
by
avibootz
c
2
answers
267
views
How to find a pair with maximum product from int array in C
asked
Apr 15, 2019
by
avibootz
c
c-pair-maximum-product-array
pair-maximum-product-array
1
answer
304
views
How to get the highest power of 2 that is less than or equal to N in C
asked
Apr 13, 2019
by
avibootz
c
1
answer
207
views
How to count the total set bits in all numbers from 1 to N in C
asked
Apr 12, 2019
by
avibootz
c
1
answer
140
views
How to check if date is valid in C
asked
Apr 10, 2019
by
avibootz
c
1
answer
230
views
How to write you own printf() that take different number different types of arguments in C
asked
Apr 7, 2019
by
avibootz
c
1
answer
234
views
How to sort an array of 0, 1 and 2 values with while loop and switch in C
asked
Apr 7, 2019
by
avibootz
c
3
answers
257
views
How to use array of pointers to int array in C
asked
Apr 6, 2019
by
avibootz
c
1
answer
181
views
How to use pointer to int array in C
asked
Apr 6, 2019
by
avibootz
c
2
answers
200
views
How to use pointer to function with parameters in C
asked
Apr 6, 2019
by
avibootz
c
1
answer
156
views
How to use pointer to function with empty parameters in C
asked
Apr 6, 2019
by
avibootz
c
1
answer
248
views
How to measure code execution time (GCC) in C
asked
Apr 5, 2019
by
avibootz
c
1
answer
234
views
How to measure function execution time in C
asked
Apr 5, 2019
by
avibootz
c
1
answer
170
views
How to recursively count the digits of a number in C
asked
Apr 4, 2019
by
avibootz
c
4
answers
360
views
How to print 2D array (matrix) using pointers in C
asked
Apr 4, 2019
by
avibootz
c
1
answer
228
views
How to define, initialize and print 2D array (matrix) in C
asked
Apr 4, 2019
by
avibootz
c
1
answer
201
views
How to remove extra spaces from a string in C
asked
Apr 4, 2019
by
avibootz
c
1
answer
173
views
How to cyclically rotate a string right by one char in C
asked
Apr 3, 2019
by
avibootz
c
1
answer
157
views
How to shift a string right by a one char in C
asked
Apr 3, 2019
by
avibootz
c
1
answer
177
views
How to cyclically rotate a string left by one char in C
asked
Apr 3, 2019
by
avibootz
c
1
answer
160
views
How to shift a string left by a one char in C
asked
Apr 3, 2019
by
avibootz
c
1
answer
203
views
How to trim whitespace (leading and trailing) from a string in C
asked
Apr 3, 2019
by
avibootz
c
3
answers
218
views
How to remove all occurrences of a word from a string in C
asked
Apr 3, 2019
by
avibootz
c
2
answers
210
views
How to remove the first occurrence of a word from a string in C
asked
Apr 2, 2019
by
avibootz
c
1
answer
166
views
How to remove part of a string from start to first occurrence of a word in C
asked
Apr 2, 2019
by
avibootz
c
1
answer
140
views
How to count the occurrences of a word in a string using C
asked
Apr 2, 2019
by
avibootz
c
1
answer
153
views
How to find all occurrences of a word in a string using C
asked
Apr 2, 2019
by
avibootz
c
1
answer
150
views
How to find last occurrence of a word in a string using C
asked
Apr 2, 2019
by
avibootz
c
1
answer
129
views
How to find first occurrence of a word in a string using C
asked
Apr 2, 2019
by
avibootz
c
1
answer
155
views
How to replace all character occurrences in a string using C
asked
Apr 2, 2019
by
avibootz
c
1
answer
152
views
How to replace the last occurrence of a character in a string using C
asked
Apr 2, 2019
by
avibootz
c
1
answer
144
views
How to replace the first occurrence of a character in a string using C
asked
Apr 1, 2019
by
avibootz
c
Page:
« prev
1
...
55
56
57
58
59
60
61
62
63
64
65
...
81
next »
...