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
c#
cpp
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
dart
ruby
r
css
bootstrap
win32
groovy
winapi
sql
mysql
jquery
lua
winforms
pascal-string
bash
kotlin-string
swift-string
c-string
cpp-string
go-string
cpp-vector
f#
opengl
java-string
php-string
c#-string
vbnet-string
pascal-array
swift-array
rust-string
python-string
scala-string
c-array
javascript-string
php-array
javascript-array
typescript-string
cobol
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
go-array
nodejs-string
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
swift-matrix
c#-matrix
sdl3
angularjs
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
rust-matrix
go-matrix
javascript-matrix
raylib
glfw
remove-last-occurrence-word-string
extract-words-with-first-letter-lowercase-from-string
convert-specific-column-decimal-matrix-to-string
convert-specific-row-decimal-matrix-to-string
number-made-prime-deleting-single-digit
convert-days-human-readable-weeks-days
square-root-rounded-down-to-nearest-integer
remove-middle-word-string
area-triangle-herons-formula
Disclosure:
My content contains affiliate links.
Recent questions tagged c
40,023
questions
51,974
answers
573
users
Recent questions tagged c
1
answer
121
views
How to right shift negative number in C
asked
Jun 27, 2024
by
avibootz
c
1
answer
102
views
How to add seconds to a date in C
asked
Jun 27, 2024
by
avibootz
c
2
answers
109
views
How to escape the % (percent) sign in printf with C
asked
Jun 27, 2024
by
avibootz
c
2
answers
105
views
How to convert days into human-readable weeks and days in C
asked
Jun 26, 2024
by
avibootz
c
c-convert-days-human-readable-weeks-days
convert-days-human-readable-weeks-days
2
answers
127
views
How to define MAX macro in C
asked
Jun 25, 2024
by
avibootz
c
2
answers
115
views
How to define MIN macro in C
asked
Jun 25, 2024
by
avibootz
c
1
answer
127
views
How to use nested while loops to find the prime numbers between 2 to 300 in C
asked
Jun 24, 2024
by
avibootz
c
1
answer
94
views
How to replace numbers with macro in C
asked
Jun 24, 2024
by
avibootz
c
1
answer
106
views
How to check if file content is ASCII in C
asked
Jun 23, 2024
by
avibootz
c
2
answers
172
views
How to read text file using fgets, fscanf, fgetc and fread in C
asked
Jun 22, 2024
by
avibootz
c
1
answer
122
views
What is the difference between variable == value and value == variable in C
asked
Jun 22, 2024
by
avibootz
c
1
answer
114
views
How to replace the first line of a 2D array of characters with spaces in C
asked
Jun 22, 2024
by
avibootz
c
1
answer
86
views
How to remove punctuation from a string and lowercase the string in C
asked
Jun 21, 2024
by
avibootz
c
1
answer
91
views
How to remove punctuation from a string in C
asked
Jun 21, 2024
by
avibootz
c
1
answer
108
views
How to count the number of structs in a binary file in C
asked
Jun 20, 2024
by
avibootz
c
1
answer
133
views
How to write and read an array of structs to and from a binary file in C
asked
Jun 20, 2024
by
avibootz
c
1
answer
108
views
How to get the size of an array of pointers in C
asked
Jun 20, 2024
by
avibootz
c
1
answer
88
views
How to pass the address of a pointer to a pointer to a function in C
asked
Jun 20, 2024
by
avibootz
c
1
answer
107
views
How to pass a pointer to pointer to a function in C
asked
Jun 20, 2024
by
avibootz
c
2
answers
96
views
How to detect EOF in C
asked
Jun 19, 2024
by
avibootz
c
1
answer
75
views
How to evaluate part of the string in C
asked
Jun 19, 2024
by
avibootz
c
1
answer
58
views
Is \r multi-character in C
asked
Jun 19, 2024
by
avibootz
c
1
answer
47
views
Is \n multi-character in C
asked
Jun 19, 2024
by
avibootz
c
2
answers
119
views
How to insert all the words of a text file into an array in C
asked
Jun 19, 2024
by
avibootz
c
1
answer
96
views
How to create a dynamic string in a function and return a pointer to the string in C
asked
Jun 19, 2024
by
avibootz
c
1
answer
82
views
How to create a dynamic string in a function in C
asked
Jun 19, 2024
by
avibootz
c
1
answer
118
views
How to pass the address of a pointer to a function in C
asked
Jun 19, 2024
by
avibootz
c
1
answer
97
views
How to count the odd and even sum of pairs in an array with C
asked
Jun 17, 2024
by
avibootz
c
1
answer
92
views
How to count the total of all pairs permutations in an array with C
asked
Jun 17, 2024
by
avibootz
c
1
answer
82
views
How to generate all unique 2-digit permutations from a given 3-digit number in C
asked
Jun 16, 2024
by
avibootz
c
1
answer
77
views
How to check if an array contains a pair of numbers whose product is even in C
asked
Jun 15, 2024
by
avibootz
c
1
answer
80
views
How to check if an array contains a pair of numbers whose product is odd in C
asked
Jun 14, 2024
by
avibootz
c
2
answers
148
views
How to reverse a singly linked list in C
asked
Jun 13, 2024
by
avibootz
c
1
answer
118
views
How to pass struct to function by address in C
asked
Jun 13, 2024
by
avibootz
c
1
answer
85
views
How to How to remove the two middle characters from a string in C
asked
Jun 12, 2024
by
avibootz
c
3
answers
215
views
How to check if a character array is empty in C
asked
Jun 11, 2024
by
avibootz
c
1
answer
102
views
How to use event loop in SDL2 with C
asked
Jun 10, 2024
by
avibootz
c
1
answer
98
views
How to use malloc and snprintf() to create formatted a new string in C
asked
Jun 10, 2024
by
avibootz
c
1
answer
80
views
How to use strdup() to copy a string in C
asked
Jun 10, 2024
by
avibootz
c
1
answer
89
views
How to write a recursive function that divides two numbers in C
asked
Jun 10, 2024
by
avibootz
c
2
answers
135
views
How to pass a function pointer as an argument to a function in C
asked
Jun 10, 2024
by
avibootz
c
1
answer
77
views
How to initialize SDL2 in C
asked
Jun 10, 2024
by
avibootz
c
1
answer
120
views
How to use struct and union to hold different types in C
asked
Jun 9, 2024
by
avibootz
c
1
answer
97
views
How to allocate an array of 3 different structures and use the structs by name in C
asked
Jun 9, 2024
by
avibootz
c
1
answer
78
views
How to round a number to a multiple of 5 in C
asked
Jun 8, 2024
by
avibootz
c
1
answer
81
views
How to use ~ (tilde) operator in C
asked
Jun 7, 2024
by
avibootz
c
2
answers
102
views
How to round a number to a multiple of 8 in C
asked
Jun 7, 2024
by
avibootz
c
1
answer
79
views
How to initialize a structure in C
asked
Jun 7, 2024
by
avibootz
c
1
answer
105
views
How to define const pointer to a const string in C
asked
Jun 6, 2024
by
avibootz
c
1
answer
99
views
How to define a pointer to static string in C
asked
Jun 6, 2024
by
avibootz
c
Page:
« prev
1
...
9
10
11
12
13
14
15
16
17
18
19
...
80
next »
...