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
2
answers
216
views
How to remove duplicate characters from a string in C
asked
Apr 1, 2019
by
avibootz
c
c-remove-duplicate-characters-from-string
remove-duplicate-characters-from-string
1
answer
254
views
How to remove all occurrences of a character from a string in C
asked
Apr 1, 2019
by
avibootz
c
1
answer
214
views
How to convert hexadecimal number to binary in C
asked
Apr 1, 2019
by
avibootz
c
1
answer
198
views
How to count the total zeros and ones in a binary number in C
asked
Apr 1, 2019
by
avibootz
c
1
answer
149
views
How to flip all the bits of a number in C
asked
Apr 1, 2019
by
avibootz
c
2
answers
206
views
How to count the leading zeros in a binary number using C
asked
Apr 1, 2019
by
avibootz
c
1
answer
183
views
How to count the trailing zeros in a binary number using C
asked
Apr 1, 2019
by
avibootz
c
c-binary
1
answer
171
views
How to get the lowest order set bit of a number in C
asked
Apr 1, 2019
by
avibootz
c
1
answer
184
views
How to get the highest order set bit of a number in C
asked
Mar 31, 2019
by
avibootz
c
1
answer
135
views
How to unset the N bit of a number in C
asked
Mar 31, 2019
by
avibootz
c
1
answer
146
views
How to set the N bit of a number in C
asked
Mar 31, 2019
by
avibootz
c
1
answer
138
views
How to check whether the N bit of a number is set in C
asked
Mar 31, 2019
by
avibootz
c
1
answer
285
views
How to check if most significant bit (MSB) of a number is set or not in C
asked
Mar 31, 2019
by
avibootz
c
1
answer
212
views
How to count appearance of all values in int array using C
asked
Mar 31, 2019
by
avibootz
c
1
answer
253
views
How to count appearance of specific value in int array using C
asked
Mar 31, 2019
by
avibootz
c
1
answer
187
views
How to count the total duplicate elements in int array using C
asked
Mar 31, 2019
by
avibootz
c
1
answer
196
views
How to convert a Roman number to an integer in C
asked
Mar 30, 2019
by
avibootz
c
c-roman-integer
roman-integer
1
answer
189
views
How to check if a value of each int array element is equal or greater than the previous element in C
asked
Mar 30, 2019
by
avibootz
c
1
answer
148
views
How to cyclically rotate the elements of int array right N times in C
asked
Mar 29, 2019
by
avibootz
c
2
answers
198
views
How to cyclically rotate the elements of int array left N times in C
asked
Mar 29, 2019
by
avibootz
c
1
answer
165
views
How to cyclically rotate the elements of int array right by one in C
asked
Mar 28, 2019
by
avibootz
c
2
answers
212
views
How to cyclically rotate the elements of int array left by one in C
asked
Mar 28, 2019
by
avibootz
c
1
answer
197
views
How to check if a number is odd or even without modulus operator in C
asked
Mar 27, 2019
by
avibootz
c
1
answer
179
views
How to determining if an integer is a power of 2 in C
asked
Mar 26, 2019
by
avibootz
c
1
answer
169
views
How to find the max and min from three numbers with short-circuit boolean operators in C
asked
Mar 25, 2019
by
avibootz
c
1
answer
207
views
How to get the minimum (min) of two integers with bitwise operators in C
asked
Mar 22, 2019
by
avibootz
c
2
answers
266
views
How to check if two integers have opposite signs in C
asked
Mar 21, 2019
by
avibootz
c
c-sign
1
answer
184
views
How to set all even bits of a number to zero (0) in C
asked
Mar 20, 2019
by
avibootz
c
1
answer
133
views
How to swap the first two bits of a number in C
asked
Mar 17, 2019
by
avibootz
c
1
answer
219
views
How to swap the first 4 bits of a number with the last 4 bits in C
asked
Mar 14, 2019
by
avibootz
c
1
answer
195
views
How to check if a number has same number of set and unset bits in C
asked
Mar 11, 2019
by
avibootz
c
1
answer
160
views
How to use bool type in C
asked
Mar 9, 2019
by
avibootz
c
1
answer
152
views
How to check whether the number has only first and last bits set in C
asked
Mar 9, 2019
by
avibootz
c
2
answers
178
views
How to check if all bits of a number are set in C
asked
Mar 7, 2019
by
avibootz
c
3
answers
227
views
How to print the bits of a number in C
asked
Mar 5, 2019
by
avibootz
c
1
answer
179
views
How to count the total bits of a number that equal to one (1) in C
asked
Mar 5, 2019
by
avibootz
c
1
answer
133
views
How to count the even bits of a number in C
asked
Mar 5, 2019
by
avibootz
c
1
answer
134
views
How to count the odd bits of a number in C
asked
Mar 5, 2019
by
avibootz
c
2
answers
193
views
How to run for loop with function calls in C
asked
Feb 27, 2019
by
avibootz
c
1
answer
212
views
What is difference between array and &array (int array[]) in C
asked
Feb 27, 2019
by
avibootz
c
2
answers
198
views
How to move all zeros in int array to the end with C
asked
Feb 24, 2019
by
avibootz
c
2
answers
172
views
How to find the most frequent value in int array with C
asked
Feb 21, 2019
by
avibootz
c
1
answer
109
views
How to find the majority element in int array with C
asked
Feb 20, 2019
by
avibootz
c
1
answer
173
views
How to random (shuffle) array of integers in C
asked
Feb 19, 2019
by
avibootz
c
3
answers
254
views
How to find array length in C
asked
Feb 18, 2019
by
avibootz
c
1
answer
162
views
How to count all duplicate elements in int array using C
asked
Feb 18, 2019
by
avibootz
c
1
answer
173
views
How to find all duplicate elements in int array using C
asked
Feb 18, 2019
by
avibootz
c
1
answer
151
views
How to print all subarrays with zero sum in C
asked
Feb 14, 2019
by
avibootz
c
1
answer
207
views
How to find all pairs in array that equal to a given sum in C
asked
Feb 13, 2019
by
avibootz
c
1
answer
183
views
How to find the first pair values in array that equal to a given sum in C
asked
Feb 13, 2019
by
avibootz
c
Page:
« prev
1
...
56
57
58
59
60
61
62
63
64
65
66
...
81
next »
...