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
cpp-array
c#-list
vbnet-list
c-matrix
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
character-code-ascii-unicode
swift-matrix
c#-matrix
sdl3
angularjs
transpose-matrix
binary-search-algorithm
dot-product-two-arrays
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
measure-function-execution-time
sort-words-string
exabyte-constant
petabyte-constant
terabyte-constant
math-functions-constants
string-to-title-case
create-infinite-loop
rust-matrix
Disclosure:
My content contains affiliate links.
Recent questions tagged c
41,445
questions
53,992
answers
573
users
Recent questions tagged c
1
answer
273
views
How to set random int number to array in C
asked
Oct 21, 2014
by
avibootz
c
1
answer
502
views
How to read an entire binary file all at once in C
asked
Oct 20, 2014
by
avibootz
c
1
answer
248
views
How to write a string to binary file in C
asked
Oct 20, 2014
by
avibootz
c
1
answer
222
views
How to get the size of a binary file in C
asked
Oct 18, 2014
by
avibootz
c
2
answers
476
views
How to read int number from binary file in C
asked
Oct 18, 2014
by
avibootz
c
1
answer
273
views
How to write int number to binary file in C
asked
Oct 17, 2014
by
avibootz
c
1
answer
195
views
How to write text to text file in C
asked
Oct 15, 2014
by
avibootz
c
1
answer
203
views
How to read text file in C
asked
Oct 14, 2014
by
avibootz
c
3
answers
1,614
views
How to pass nested struct to function using pointers in C
asked
Oct 8, 2014
by
avibootz
c
1
answer
200
views
How to pass nested struct to function in C
asked
Oct 8, 2014
by
avibootz
c
1
answer
222
views
How to define nested structures in C
asked
Oct 7, 2014
by
avibootz
c
1
answer
192
views
How to use simple struct array in C
asked
Oct 7, 2014
by
avibootz
c
1
answer
270
views
How to count the white spaces in a string in C
asked
Oct 1, 2014
by
avibootz
c
1
answer
222
views
How to count the special characters in a string in C
asked
Oct 1, 2014
by
avibootz
c
3
answers
272
views
How to count the digits in a string in C
asked
Oct 1, 2014
by
avibootz
c
1
answer
243
views
How to print array elements with addresses in C
asked
Sep 30, 2014
by
avibootz
c
1
answer
257
views
How to check whether a matrix is magic square or not in C
asked
Sep 29, 2014
by
avibootz
c
c-matrix
3
answers
330
views
How to find min and max of three (3) int numbers in C
asked
Sep 28, 2014
by
avibootz
c
4
answers
371
views
How to find min and max of two (2) int numbers in C
asked
Sep 28, 2014
by
avibootz
c
1
answer
241
views
How to input n and find continuity of n zeros (0) in a matrix ([5][10]) in C
asked
Sep 28, 2014
by
avibootz
c
1
answer
294
views
How to set the number 1 to a matrix ([5][10]) in 15 random places in C
asked
Sep 28, 2014
by
avibootz
c
1
answer
2,212
views
How to use qsort function to sort floating point array elemets in descending order in C
asked
Sep 28, 2014
by
avibootz
c
1
answer
223
views
How to use qsort function to sort floating point array elemets in ascending order in C
asked
Sep 27, 2014
by
avibootz
c
1
answer
264
views
How to use qsort function to sort int array elemets in descending order in C
asked
Sep 27, 2014
by
avibootz
c
4
answers
232
views
How to generate random floating point numbers in C
asked
Sep 27, 2014
by
avibootz
c
c-generate-random-floating-point-numbers
generate-random-floating-point-numbers
1
answer
259
views
How to use qsort function to sort int array elemets in ascending order in C
asked
Sep 27, 2014
by
avibootz
c
1
answer
189
views
How to check if there is two equal elemets in array in C
asked
Sep 27, 2014
by
avibootz
c
1
answer
291
views
How to check if sum of any two elements in sorted array are equal to an input number in C
asked
Sep 26, 2014
by
avibootz
c
1
answer
206
views
How to inverse N x M matrix in C
asked
Sep 26, 2014
by
avibootz
c
c-inverse-matrix
inverse-matrix
1
answer
218
views
How to invers print matrix (from [ROW - 1][COL - 1]) in C
asked
Sep 23, 2014
by
avibootz
c
1
answer
209
views
How to print matrix in C
asked
Sep 23, 2014
by
avibootz
c
1
answer
361
views
How to reverse N x N matrix in C
asked
Sep 23, 2014
by
avibootz
c
c-matrix
1
answer
220
views
How to check if all matrix elements are zeros or nonzeros in C
asked
Sep 23, 2014
by
avibootz
c
1
answer
305
views
How to sum the diagonal (from right [LEN - 1][0]) of a matrix in C
asked
Sep 22, 2014
by
avibootz
c
1
answer
253
views
How to sum the main diagonal (from left [0][0]) of a matrix in C
asked
Sep 22, 2014
by
avibootz
c
1
answer
160
views
How to initialize int array to 0 (zero) in C
asked
Sep 21, 2014
by
avibootz
c
2
answers
221
views
How to find the average of int array in C
asked
Sep 21, 2014
by
avibootz
c
1
answer
169
views
How to sum array elements in C
asked
Sep 21, 2014
by
avibootz
c
1
answer
317
views
How to write a function with two int pointers and swap the values without temporaty variable in C
asked
Sep 20, 2014
by
avibootz
c
1
answer
194
views
How to swap two numbers with pointers in C
asked
Sep 20, 2014
by
avibootz
c
1
answer
820
views
How to write a function that get n and return the sum: 1+ 2 + 3 +...+ n in C
asked
Sep 20, 2014
by
avibootz
c
1
answer
236
views
How to input 14 numbers and find the lengths of the biggest zero sequence in C
asked
Sep 18, 2014
by
avibootz
c
1
answer
239
views
How to find the second biggest number in a set of random numbers in C
asked
Sep 17, 2014
by
avibootz
c
c-second-biggest
1
answer
182
views
How to input i and get the left i digit of a variable in C
asked
Sep 17, 2014
by
avibootz
c
1
answer
344
views
How to find 3 sequential numbers that have the biggest sum form input of 15 numbers in C
asked
Sep 17, 2014
by
avibootz
c
1
answer
193
views
How to calculate sum digits and count digits of a number in C
asked
Sep 17, 2014
by
avibootz
c
1
answer
192
views
How to write a simple guess the number game, input numbers 1-100, guess times 10 in C
asked
Sep 17, 2014
by
avibootz
c
1
answer
352
views
How to calculate time if we have the distance and speed (kilometers per hour) in C
asked
Sep 16, 2014
by
avibootz
c
c-calculate-time-distance-speed
calculate-time-distance-speed
1
answer
208
views
What is the output of x, when x = (y = 7, z = 8); in C
asked
Sep 15, 2014
by
avibootz
c
1
answer
201
views
How to input a sentence and print every word in a seperate line in C
asked
Sep 14, 2014
by
avibootz
c
Page:
« prev
1
...
76
77
78
79
80
81
82
next »
...