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
157
views
How to find number of rows in array of strings with C
asked
Nov 30, 2020
by
avibootz
c
2
answers
133
views
How to initialize array of strings in C
asked
Nov 30, 2020
by
avibootz
c
2
answers
138
views
How to define array of strings in C
asked
Nov 30, 2020
by
avibootz
c
1
answer
170
views
How to check if array contains the pythagorean triplet numbers (a*a+b*b=c*c) in C
asked
Nov 11, 2020
by
avibootz
c
1
answer
256
views
How to remove duplicate elements from int array using qsort in C
asked
Sep 27, 2020
by
avibootz
c
2
answers
159
views
How to find cube root in C
asked
Aug 5, 2020
by
avibootz
c
2
answers
308
views
How to convert unsigned char to int in C
asked
Aug 3, 2020
by
avibootz
c
1
answer
145
views
How to print the concatenation of two numbers in C
asked
Aug 2, 2020
by
avibootz
c
1
answer
176
views
How to print string without double quotes in C
asked
Aug 2, 2020
by
avibootz
c
1
answer
133
views
How to initialize initialize all int array elements to zero in C
asked
Jul 28, 2020
by
avibootz
c
2
answers
186
views
How to initialize all the elements of int array with the same number in C
asked
Jul 28, 2020
by
avibootz
c
1
answer
434
views
How to find the uncommon elements from two arrays in C
asked
Jul 19, 2020
by
avibootz
c
1
answer
145
views
How to generate binary numbers from 1 to N in C
asked
Jul 19, 2020
by
avibootz
c
1
answer
162
views
How to allocate memory and set the memory to zero in C
asked
Jul 18, 2020
by
avibootz
c
1
answer
216
views
How to get array elements that appear more than once in C
asked
Jul 18, 2020
by
avibootz
c
1
answer
202
views
How to print array elements that appear more than once in C
asked
Jul 18, 2020
by
avibootz
c
1
answer
193
views
How to split string by space into words in C
asked
Jul 17, 2020
by
avibootz
c
1
answer
145
views
How to check if all digits of a number divide it in C
asked
Jul 17, 2020
by
avibootz
c
1
answer
140
views
How to find the prime factors of a number in C
asked
Jul 16, 2020
by
avibootz
c
3
answers
155
views
How to find the largest prime factor of a number in C
asked
Jul 16, 2020
by
avibootz
c
c-largest-prime-factor-number
largest-prime-factor-number
1
answer
126
views
How to check if a 3-digit number is osiris number (sum of permutations of sub-samples of their own digits) in C
asked
Jul 16, 2020
by
avibootz
c
2
answers
130
views
How to merge the digits of two numbers in descending order in C
asked
Jul 16, 2020
by
avibootz
c
1
answer
128
views
How to find all factors of a number in C
asked
Jul 15, 2020
by
avibootz
c
1
answer
173
views
How to multiply number by 4 using bitwise operator in C
asked
Jul 15, 2020
by
avibootz
c
1
answer
162
views
How to divide number by 4 using bitwise operator in C
asked
Jul 15, 2020
by
avibootz
c
2
answers
242
views
How to write to stdout in C
asked
Jul 14, 2020
by
avibootz
c
2
answers
285
views
What is the printf format specifier for bool in C
asked
Jul 14, 2020
by
avibootz
c
2
answers
273
views
How to check if two numbers are equal using bitwise operators in C
asked
Jul 14, 2020
by
avibootz
c
1
answer
133
views
How to get the address of a function in C
asked
Jul 14, 2020
by
avibootz
c
1
answer
171
views
How convert centimeter to inch in C
asked
Jul 14, 2020
by
avibootz
c
1
answer
141
views
How convert centimeter to feet in C
asked
Jul 14, 2020
by
avibootz
c
1
answer
133
views
How to convert radian to degree in C
asked
Jul 14, 2020
by
avibootz
c
2
answers
674
views
How to get the zodiac sign for a given day and month of birth in C
asked
Jul 13, 2020
by
avibootz
c
1
answer
155
views
How to convert number of days to years, months and days in C
asked
Jul 13, 2020
by
avibootz
c
2
answers
177
views
How to convert number of days to years, weeks and days in C
asked
Jul 13, 2020
by
avibootz
c
1
answer
178
views
How create BMI calculator and check whether the weight is normal or overweight or underweight in C
asked
Jul 13, 2020
by
avibootz
c
1
answer
160
views
How to calculate the body mass index (BMI) in C
asked
Jul 13, 2020
by
avibootz
c
2
answers
261
views
How to use strspn() to get the length of the initial substring of s1 which consists entirely s2 in C
asked
Jul 13, 2020
by
avibootz
c
1
answer
207
views
How to check if a number in string is hexadecimal number (base 16) in C
asked
Jul 13, 2020
by
avibootz
c
2
answers
298
views
How to check if a number in string is binary number (base 2) in C
asked
Jul 13, 2020
by
avibootz
c
1
answer
175
views
How to rename a file in C
asked
Jul 12, 2020
by
avibootz
c
1
answer
175
views
How to check if a directory exists in C
asked
Jul 12, 2020
by
avibootz
c
3
answers
210
views
How to check if file exists in C
asked
Jul 12, 2020
by
avibootz
c
1
answer
179
views
How to get file modified time using stat() function in C
asked
Jul 12, 2020
by
avibootz
c
1
answer
208
views
How to get file created time using stat() function in C
asked
Jul 12, 2020
by
avibootz
c
1
answer
195
views
How to get file size using stat() function in C
asked
Jul 12, 2020
by
avibootz
c
1
answer
679
views
How to print file properties using stat() function in C
asked
Jul 12, 2020
by
avibootz
c
1
answer
192
views
How to convert uppercase characters to lowercase and vice versa in text file with C
asked
Jul 12, 2020
by
avibootz
c
1
answer
238
views
How to replace specific line by number in a text file with C
asked
Jul 11, 2020
by
avibootz
c
1
answer
165
views
How to find and replace all occurrences of a word in a string with C
asked
Jul 9, 2020
by
avibootz
c
Page:
« prev
1
...
48
49
50
51
52
53
54
55
56
57
58
...
81
next »
...