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
190
views
How to find and replace all occurrences of a word in text file with C
asked
Jul 9, 2020
by
avibootz
c
1
answer
165
views
How to insert all the words from text file into 2D array with C
asked
Jul 9, 2020
by
avibootz
c
2
answers
183
views
How to print all the words of a text file with C
asked
Jul 9, 2020
by
avibootz
c
1
answer
178
views
How to count the occurrences of all words in text file with C
asked
Jul 9, 2020
by
avibootz
c
1
answer
176
views
How to count the occurrences of a word in text file with C
asked
Jul 9, 2020
by
avibootz
c
1
answer
177
views
How to find line and column number (occurrence) of a word in text file with C
asked
Jul 9, 2020
by
avibootz
c
1
answer
833
views
How to remove empty lines from a text file in C
asked
Jul 9, 2020
by
avibootz
c
2
answers
240
views
How to delete specific line from a text file by number in C
asked
Jul 8, 2020
by
avibootz
c
1
answer
180
views
How to remove all occurrences of a word from text file in C
asked
Jul 8, 2020
by
avibootz
c
1
answer
181
views
How to count characters, words and lines in a text file with C
asked
Jul 8, 2020
by
avibootz
c
1
answer
145
views
How to merge two files into third file in C
asked
Jul 8, 2020
by
avibootz
c
1
answer
162
views
How to copy contents from one file to another in C
asked
Jul 8, 2020
by
avibootz
c
2
answers
332
views
How to read all the content of text file at once in C
asked
Jul 8, 2020
by
avibootz
c
3
answers
225
views
How to get a file size in C
asked
Jul 8, 2020
by
avibootz
c
1
answer
134
views
How to compare two text files in C
asked
Jul 8, 2020
by
avibootz
c
1
answer
161
views
How to read content from a text file in C
asked
Jul 8, 2020
by
avibootz
c
1
answer
205
views
How to create and write content to a text file in C
asked
Jul 8, 2020
by
avibootz
c
1
answer
159
views
How to append text to text file in C
asked
Jul 7, 2020
by
avibootz
c
1
answer
196
views
How to swap the diagonals of a matrix in C
asked
Jul 7, 2020
by
avibootz
c
1
answer
182
views
How to find the sum of diagonals of a matrix in C
asked
Jul 7, 2020
by
avibootz
c
1
answer
154
views
How to print the diagonals of a matrix in C
asked
Jul 7, 2020
by
avibootz
c
1
answer
128
views
How to sum of the rows and columns of a matrix in C
asked
Jul 7, 2020
by
avibootz
c
3
answers
242
views
How to check whether two matrices are equal or not in C
asked
Jul 7, 2020
by
avibootz
c
2
answers
204
views
How to multiply two matrices (matrix) in C
asked
Jul 7, 2020
by
avibootz
c
c-matrix
2
answers
183
views
How to subtract two matrices (matrix) in C
asked
Jul 6, 2020
by
avibootz
c
1
answer
246
views
How to merge two sorted arrays in C
asked
Jul 6, 2020
by
avibootz
c
c-merge-two-sorted-arrays
merge-two-sorted-arrays
1
answer
157
views
How to count the unique elements of an array in C
asked
Jul 6, 2020
by
avibootz
c
1
answer
141
views
How to get count the duplicate elements of an array in C
asked
Jul 6, 2020
by
avibootz
c
1
answer
131
views
How to get all the unique elements of an array in C
asked
Jul 6, 2020
by
avibootz
c
c-array
c-unique-elements-array
unique-elements-array
1
answer
115
views
How to count frequency of each element in an array in C
asked
Jul 6, 2020
by
avibootz
c
1
answer
135
views
How to remove (delete) element from an array in C
asked
Jul 6, 2020
by
avibootz
c
1
answer
217
views
How to insert an element into a specific position of int array in C
asked
Jul 6, 2020
by
avibootz
c
1
answer
197
views
How to swap first and last digit of a number in C
asked
Jul 6, 2020
by
avibootz
c
1
answer
163
views
How to sum of first and last digit of a number in C
asked
Jul 6, 2020
by
avibootz
c
1
answer
206
views
How to check whether a number is even or odd using bitwise operator in C
asked
Jul 5, 2020
by
avibootz
c
1
answer
160
views
How to calculate the number of bits in int data type with C
asked
Jul 5, 2020
by
avibootz
c
1
answer
224
views
How to convert decimal to binary number using bitwise operators in C
asked
Jul 5, 2020
by
avibootz
c
2
answers
472
views
How to toggle a bit at specific position in C
asked
Jul 5, 2020
by
avibootz
c
c-toggle-bit-specific-position
toggle-bit-specific-position
1
answer
165
views
How to set the Nth bit of a number in C
asked
Jul 5, 2020
by
avibootz
c
1
answer
212
views
How to get the Nth bit of a number in C
asked
Jul 5, 2020
by
avibootz
c
1
answer
321
views
How to check if the least significant bit (LSB) of a number is set or not in C
asked
Jul 5, 2020
by
avibootz
c
c-check-least-significant-bit-lst-set
check-least-significant-bit-lst-set
1
answer
141
views
How to remove first occurrence of a character from a string in C
asked
Jul 5, 2020
by
avibootz
c
2
answers
161
views
How to find first occurrence of a character in a string in C
asked
Jul 5, 2020
by
avibootz
c
1
answer
151
views
How to find last occurrence of a character in a string in C
asked
Jul 5, 2020
by
avibootz
c
1
answer
138
views
How to count occurrences of all characters in a string with C
asked
Jul 5, 2020
by
avibootz
c
1
answer
188
views
How to count occurrences of a character in a string with C
asked
Jul 4, 2020
by
avibootz
c
1
answer
167
views
How to write a program that print its own source code in C
asked
Jul 4, 2020
by
avibootz
c
1
answer
156
views
What is the long Min and Max value in C
asked
Jul 4, 2020
by
avibootz
c
1
answer
163
views
What is the unsigned char Max value in C
asked
Jul 4, 2020
by
avibootz
c
1
answer
540
views
How to implement the strdup() function in C
asked
Jul 4, 2020
by
avibootz
c
Page:
« prev
1
...
49
50
51
52
53
54
55
56
57
58
59
...
81
next »
...