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
vbnet
jquery
pascal-string
lua
winforms
kotlin-string
bash
c-string
swift-string
cpp-string
go-string
c#-string
php-string
java-string
vbnet-string
cobol
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
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
binary-search-algorithm
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
sort-words-string
exabyte-constant
petabyte-constant
terabyte-constant
math-functions-constants
dot-product-two-arrays
string-to-title-case
create-infinite-loop
rust-matrix
go-matrix
javascript-matrix
Disclosure:
My content contains affiliate links.
Recent questions tagged c
41,298
questions
53,808
answers
573
users
Recent questions tagged c
1
answer
6
views
How to find keyword matching between multiple text blocks in C
asked
8 hours
ago
by
avibootz
c
c-find-keyword-matching-between-multiple-text-blocks
find-keyword-matching-between-multiple-text-blocks
1
answer
10
views
How to find keyword matching between 2 text blocks in C
asked
1 day
ago
by
avibootz
c
c-find-keyword-matching-between-2-text-blocks
find-keyword-matching-between-2-text-blocks
2
answers
9
views
How to format a date using different formats in C
asked
2 days
ago
by
avibootz
c
c-format-date-different-formats
format-date-different-formats
1
answer
13
views
How to convert seconds into weeks, days, hours, minutes, and seconds in C
asked
3 days
ago
by
avibootz
c
c-seconds-into-weeks-days-hours-minutes-seconds
seconds-into-weeks-days-hours-minutes-seconds
3
answers
14
views
How to create and print a JSON string in C
asked
3 days
ago
by
avibootz
c
c-create-print-json-string
create-print-json-string
1
answer
14
views
How to implement a hash set in C
asked
3 days
ago
by
avibootz
c
c-implement-hash-set
implement-hash-set
1
answer
21
views
How to move a character from left to right on the console screen in C
asked
4 days
ago
by
avibootz
c
c-move-character-left-right-console-screen
move-character-left-right-console-screen
1
answer
18
views
How to sort a list of files by name, extension, dates, and size in C
asked
5 days
ago
by
avibootz
c
c-file
c-sort-list-files-by-name-extension-dates-size
sort-list-files-by-name-extension-dates-size
1
answer
18
views
How to create a list of random file names, including extension, dates, and file size in C
asked
6 days
ago
by
avibootz
c
c-file
c-list-random-file-names-extension-dates-size
list-random-file-names-extension-dates-size
1
answer
17
views
How to create a list of random dates in C
asked
May 15
by
avibootz
c
c-date
cpp-create-list-random-dates
create-list-random-dates
1
answer
17
views
How to calculate the value of x where x + x^2 + x^4 + x^5 + x^8 = 6897 in C
asked
May 14
by
avibootz
c
calculate-x-where-x-plus-x-pow-2-plus-x-pow-4-plus-x-pow-5-plus-x-pow-8-equal-6897
1
answer
20
views
How to calculate the values of a and b where a × b = 899 in C
asked
May 14
by
avibootz
c
c-calculate-a-b-where-a-multiple-b-equal-899
calculate-a-b-where-a-multiple-b-equal-899
1
answer
19
views
How to compress and decompress repeated string characters by storing the repeated length (RLE) in C
asked
May 13
by
avibootz
c
c-compress-decompress-repeated-string-characters
compress-decompress-repeated-string-characters
2
answers
19
views
How to implement a generic stack with void pointers in C
asked
May 13
by
avibootz
c
c-implement-generic-stack
implement-generic-stack
1
answer
18
views
How to implement a linked‑list stack with dynamic size and no fixed limit in C
asked
May 13
by
avibootz
c
c-implement-linked-list-stack
implement-linked-list-stack
1
answer
16
views
How to implement a stack in C
asked
May 13
by
avibootz
c
c-implement-stack
implement-stack
2
answers
25
views
How to use function pointers inside a struct like OOP in C
asked
May 12
by
avibootz
c
-function-pointers-inside-struct-like-oop
function-pointers-inside-struct-like-oop
4
answers
26
views
How to use function pointers inside a struct in C
asked
May 12
by
avibootz
c
c-function-pointers-inside-struct
function-pointers-inside-struct
1
answer
18
views
How to use an array of function pointers in C
asked
May 12
by
avibootz
c
c-array-of-function-pointers
array-of-function-pointers
4
answers
21
views
How to pass a function as a parameter in C
asked
May 12
by
avibootz
c
c-pass-function-as-parameter
pass-function-as-parameter
1
answer
14
views
How to calculate the 100th term of the sequence 8, 64, 80, 136, 152 in C
asked
May 11
by
avibootz
c
c-calculate-100th-term-of-sequence-8-64-80-136-152
calculate-100th-term-of-sequence-8-64-80-136-152
1
answer
16
views
How to calculate the next number in the sequence 8, 64, 80, 136, 152 with C
asked
May 11
by
avibootz
c
c-calculate-next-number-sequence-8-64-80-136-152
calculate-next-number-sequence-8-64-80-136-152
1
answer
16
views
How to convert an array of multi‑digit numbers to a number in C
asked
May 11
by
avibootz
c
c-array-multi-digit-numbers-to-number
array-multi-digit-numbers-to-number
1
answer
18
views
How to create an inverted index of a string in C
asked
May 10
by
avibootz
c
c-inverted-index-string
inverted-index-string
3
answers
26
views
How to remove quotes and commas from a string in C
asked
May 10
by
avibootz
c
c-remove-quotes-commas-string
remove-quotes-commas-string
1
answer
22
views
How to create a memory leak and show the bit‑level memory map of the leaked block in C
asked
May 10
by
avibootz
c
c-create-memory-leak-show-bit-level-memory-map
create-memory-leak-show-bit-level-memory-map
2
answers
23
views
How to create a bit-level memory map in C
asked
May 10
by
avibootz
c
c-bit-level-memory-map
bit-level-memory-map
1
answer
21
views
How to get accurate ticks from a timer (high‑resolution timer) in C
asked
May 9
by
avibootz
c
c-accurate-ticks-timer
accurate-ticks-timer
1
answer
27
views
How to sort an array of structures in C
asked
May 8
by
avibootz
c
c-sort-array-structures
sort-array-structures
1
answer
23
views
How to naturally sort a string like humans do (text & numbers sort the number parts as numbers) in C
asked
May 8
by
avibootz
c
c-naturally-sort-string-like-humans
naturally-sort-string-like-humans
2
answers
34
views
How to find the context of a word in text with C
asked
May 8
by
avibootz
c
c-find-context-word-text
find-context-word-text
1
answer
26
views
How to split a string on commas, ignoring the commas in quoted substrings with C
asked
May 7
by
avibootz
c
c-split-string-commas-ignoring-commas-in-quoted-substrings
split-string-commas-ignoring-commas-in-quoted-substrings
1
answer
27
views
How to create a sorted unique array from a matrix in C
asked
May 6
by
avibootz
c
c-sorted-unique-array-from-matrix
sorted-unique-array-from-matrix
1
answer
24
views
How to create a common sorted unique array from 3 integer arrays in C
asked
May 6
by
avibootz
c
c-common-sorted-unique-array-from-arrays
common-sorted-unique-array-from-arrays
1
answer
28
views
How to convert an integer into its written‑out English words in C
asked
May 4
by
avibootz
c
c-convert-integer-english-words
convert-integer-english-words
1
answer
20
views
How to dynamically allocate memory for an array and store relevant metadata in struct C
asked
May 3
by
avibootz
c
c-dynamically-allocate-memory-array-store-metadata
dynamically-allocate-memory-array-store-metadata
2
answers
23
views
How to define a zettabyte constant in C
asked
May 2
by
avibootz
c
c-zettabyte-constant
zettabyte-constant
1
answer
29
views
How to set a buffer size to 2 exabytes in C
asked
May 2
by
avibootz
c
c-set-buffer-size-2-exabytes
set-buffer-size-2-exabytes
1
answer
27
views
How to define an exabyte constant in C
asked
May 2
by
avibootz
c
c-exabyte-constant
exabyte-constant
1
answer
25
views
How to set a buffer size to 2 petabytes in C
asked
May 2
by
avibootz
c
c-set-buffer-size-2-petabytes
set-buffer-size-2-petabytes
1
answer
28
views
How to define a petabyte constant in C
asked
May 2
by
avibootz
c
c-petabyte-constant
petabyte-constant
1
answer
24
views
How to print commas manually in C
asked
May 2
by
avibootz
c
c-print-commas-manually
print-commas-manually
1
answer
25
views
How to set a buffer size to 2 terabytes in C
asked
May 2
by
avibootz
c
c-set-buffer-size-2-terabytes
set-buffer-size-2-terabytes
2
answers
37
views
How to define a terabyte constant in C
asked
May 2
by
avibootz
c
c-terabyte-constant
terabyte-constant
1
answer
24
views
How to compact a dynamically allocated string by removing multiple spaces in C
asked
May 1
by
avibootz
c
c-compact-dynamically-allocated-string
compact-dynamically-allocated-string
1
answer
29
views
How to sum mixed numeric types explicitly in C
asked
May 1
by
avibootz
c
c-sum-mixed-numeric
types-explicitly
sum-mixed-numeric
1
answer
30
views
How to remove comments from a string in C
asked
May 1
by
avibootz
c
c-remove-comments-string
remove-comments-string
1
answer
41
views
How to use math functions and constants in C
asked
Apr 30
by
avibootz
c
c-math-functions-constants
math-functions-constants
1
answer
29
views
How to use math functions in C
asked
Apr 30
by
avibootz
c
c-math-functions
math-functions
1
answer
27
views
How to use math constants M_PI and M_E in C
asked
Apr 30
by
avibootz
c
c-math-constants-m-pi-and-m_e
math-constants-m-pi-and-m_e
Page:
1
2
3
4
5
6
...
82
next »
...