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,026
questions
51,982
answers
573
users
Recent questions tagged c
1
answer
77
views
How to print 2D array in C
asked
Apr 24, 2023
by
avibootz
c
2
answers
153
views
How to initialize 2D array with zeros and a number at specific row and column in C
asked
Apr 24, 2023
by
avibootz
c
1
answer
99
views
How to initialize 2D array with zeros and multiple numbers at specific indexes with C
asked
Apr 24, 2023
by
avibootz
c
1
answer
81
views
How to initialize array with zeros and multiple numbers at specific indexes with C
asked
Apr 24, 2023
by
avibootz
c
1
answer
94
views
How to initialize array with zeros and a number at specific index with C
asked
Apr 24, 2023
by
avibootz
c
1
answer
88
views
How to initialize array with zeros and a number at last index with C
asked
Apr 23, 2023
by
avibootz
c
1
answer
100
views
How to use memchr() function in C
asked
Apr 23, 2023
by
avibootz
c
1
answer
146
views
How to find if there is a pair in sorted array with sum equal to a given sum in C
asked
Apr 22, 2023
by
avibootz
c
2
answers
167
views
How to merge two sorted arrays by moving smaller values to first array and bigger values to second array in C
asked
Apr 21, 2023
by
avibootz
c
1
answer
90
views
How to swap two values of an array in C
asked
Apr 19, 2023
by
avibootz
c
1
answer
105
views
How to sort an array of 0s, 1s and 2s in C
asked
Apr 18, 2023
by
avibootz
c
1
answer
89
views
How to count the number of possible triangles from a given array in C
asked
Apr 14, 2023
by
avibootz
c
2
answers
124
views
How to use bitwise OR in C
asked
Apr 13, 2023
by
avibootz
c
2
answers
98
views
How to use bitwise AND in C
asked
Apr 13, 2023
by
avibootz
c
2
answers
143
views
How to use bitwise XOR in C
asked
Apr 13, 2023
by
avibootz
c
c-xor
1
answer
110
views
How to get the length of a string with printf in C
asked
Apr 13, 2023
by
avibootz
c
1
answer
123
views
How to print characters without using format specifiers in C
asked
Apr 13, 2023
by
avibootz
c
2
answers
145
views
How to check if a string only contains one ('1') and zero ('0') in C
asked
Apr 11, 2023
by
avibootz
c
1
answer
108
views
How to check if there is only one time zero in a string with C
asked
Apr 11, 2023
by
avibootz
c
1
answer
88
views
How to check if a number is palindromic prime cyclops in C
asked
Mar 29, 2023
by
avibootz
c
1
answer
91
views
How to check if a number is prime cyclops in C
asked
Mar 29, 2023
by
avibootz
c
1
answer
143
views
How to get the first 100 cyclops numbers (number with odd number of digits and zero in the center) in C
asked
Mar 28, 2023
by
avibootz
c
2
answers
159
views
How to check if a number is cyclops (number with odd number of digits and zero in the center) in C
asked
Mar 28, 2023
by
avibootz
c
1
answer
95
views
How to convert large string to uint64 in C
asked
Mar 27, 2023
by
avibootz
c
1
answer
95
views
How to find the first 18 circular prime numbers (cyclically rotate left will also be prime) in C
asked
Mar 23, 2023
by
avibootz
c
1
answer
108
views
How to check if a number is circular prime (cyclically rotate left will also be prime) in C
asked
Mar 23, 2023
by
avibootz
c
2
answers
164
views
How to use unsigned int that is the correct size for your platform in C
asked
Mar 15, 2023
by
avibootz
c
2
answers
153
views
How to use unsigned char that is the correct size for your platform in C
asked
Mar 14, 2023
by
avibootz
c
1
answer
79
views
How to convert millimeter (mm) to inches in C
asked
Mar 2, 2023
by
avibootz
c
1
answer
78
views
How to write a number guessing game in C
asked
Mar 2, 2023
by
avibootz
c
1
answer
93
views
How to find factorial of large numbers in C
asked
Mar 2, 2023
by
avibootz
c
1
answer
84
views
How to count the number of characters in file with C
asked
Mar 2, 2023
by
avibootz
c
1
answer
90
views
How to reverse the content of a file into the same file in C
asked
Mar 2, 2023
by
avibootz
c
1
answer
113
views
How to reverse the content of a file into a new file in C
asked
Mar 2, 2023
by
avibootz
c
1
answer
113
views
How to use function pointer in a while loop with C
asked
Mar 1, 2023
by
avibootz
c
1
answer
109
views
How to invert the bits of a number in C
asked
Feb 27, 2023
by
avibootz
c
1
answer
82
views
How to calculate the normal and trace of square matrix in C
asked
Feb 26, 2023
by
avibootz
c
1
answer
101
views
How to find determinant of 2x2 matrix in C
asked
Feb 26, 2023
by
avibootz
c
1
answer
137
views
How to create a singly linked list from a given array in C
asked
Feb 24, 2023
by
avibootz
c
1
answer
162
views
How to print the numbers 0 to 99 without using number in the code with C
asked
Feb 24, 2023
by
avibootz
c
1
answer
88
views
How to print the numbers 1 to 100 without using number in the code with C
asked
Feb 24, 2023
by
avibootz
c
1
answer
125
views
What is the difference between function without parameters and function with void in C
asked
Feb 24, 2023
by
avibootz
c
1
answer
137
views
How to use array of pointers to dynamic allocate strings in C
asked
Feb 21, 2023
by
avibootz
c
1
answer
118
views
How to get the value of the first element in two dimensional (2D) array with pointer in C
asked
Feb 21, 2023
by
avibootz
c
2
answers
179
views
How to dynamically allocate two structs with one malloc in C
asked
Feb 18, 2023
by
avibootz
c
1
answer
137
views
How to dynamically allocate a struct that represent an array of bytes in C
asked
Feb 17, 2023
by
avibootz
c
1
answer
64
views
How to cast between structs in C
asked
Feb 16, 2023
by
avibootz
c
1
answer
74
views
How to calculate dot product of two arrays in C
asked
Feb 16, 2023
by
avibootz
c
2
answers
172
views
How to dynamically allocate a two dimensional (2D) array in C
asked
Feb 14, 2023
by
avibootz
c
1
answer
99
views
How to create a two dimensional (2D) array in C
asked
Feb 13, 2023
by
avibootz
c
Page:
« prev
1
...
21
22
23
24
25
26
27
28
29
30
31
...
80
next »
...