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
206
views
How to render green rectangle with red outline on a window with SDL2 in C
asked
Aug 5, 2023
by
avibootz
sdl2
c
1
answer
181
views
How to render green rectangle on a window with SDL2 in C
asked
Aug 5, 2023
by
avibootz
sdl2
c
1
answer
98
views
How to convert an array of numbers to int in C
asked
Aug 5, 2023
by
avibootz
c
2
answers
112
views
How to convert an array of numbers to string in C
asked
Aug 5, 2023
by
avibootz
c
1
answer
79
views
How to convert an array of numbers to array of strings in C
asked
Aug 5, 2023
by
avibootz
c
2
answers
168
views
How to convert int number into an array of characters in C
asked
Aug 5, 2023
by
avibootz
c
1
answer
174
views
How to convert number in string to array of int digits in C
asked
Aug 5, 2023
by
avibootz
c
1
answer
106
views
How to convert array of strings containing numbers to int array in C
asked
Aug 5, 2023
by
avibootz
c
1
answer
85
views
How to square every digit of a number in C
asked
Aug 4, 2023
by
avibootz
c
1
answer
108
views
How to input key up, key down, key left and key right key pressed events in SDL2 with C
asked
Jul 25, 2023
by
avibootz
c
1
answer
148
views
How to change BMP image when pressing key up, key right, key left and key down using SDL2 in C
asked
Jul 25, 2023
by
avibootz
sdl2
c
1
answer
159
views
How to change BMP image when pressing key up and key down using SDL2 in C
asked
Jul 24, 2023
by
avibootz
sdl2
c
1
answer
206
views
How to to load BMP image into a window using SDL2 in C
asked
Jul 24, 2023
by
avibootz
sdl2
c
2
answers
80
views
How to find whether an array include a pair of which product equals to N in C
asked
Jul 21, 2023
by
avibootz
c
1
answer
98
views
How to count the numbers with even number of digits in an array with C
asked
Jul 20, 2023
by
avibootz
c
2
answers
122
views
How to declare and use a pointer to a 2D array in C
asked
Jul 20, 2023
by
avibootz
c
1
answer
96
views
How to declare and use a pointer for a function returning a 2D array in C
asked
Jul 20, 2023
by
avibootz
c
2
answers
148
views
How to get the median of two sorted arrays in C
asked
Jul 19, 2023
by
avibootz
c
1
answer
122
views
How to find the longest substring without repeating characters in C
asked
Jul 18, 2023
by
avibootz
c
2
answers
186
views
How to implement the two sum algorithm to find two values in array that add up to target with C
asked
Jul 17, 2023
by
avibootz
c
1
answer
117
views
How to decrypt a string from numbers to characters in C
asked
Jul 15, 2023
by
avibootz
c
1
answer
103
views
How to get float input without scanf in C
asked
Jul 12, 2023
by
avibootz
c
1
answer
125
views
How to get integer input without scanf in C
asked
Jul 12, 2023
by
avibootz
c
1
answer
118
views
How to take input without using scanf function in C
asked
Jul 12, 2023
by
avibootz
c
1
answer
99
views
How to convert a string to long in C
asked
Jul 12, 2023
by
avibootz
c
1
answer
103
views
How to determine whether a variable is unsigned or not in C
asked
Jul 12, 2023
by
avibootz
c
1
answer
107
views
How to check whether a type is signed or unsigned in C
asked
Jul 11, 2023
by
avibootz
c
1
answer
103
views
How to divide a number by 2 using binary shift right operation in C
asked
Jul 7, 2023
by
avibootz
c
1
answer
97
views
How to double a number using binary shift left operation in C
asked
Jul 7, 2023
by
avibootz
c
1
answer
136
views
How to sort the boundary elements of a matrix in C
asked
Jun 29, 2023
by
avibootz
c
c-sort-boundary-elements-matrix
sort-boundary-elements-matrix
1
answer
138
views
How to get the length of the boundaries of a matrix in C
asked
Jun 29, 2023
by
avibootz
c
1
answer
128
views
How to append boundary elements of a matrix to an array in C
asked
Jun 28, 2023
by
avibootz
c
2
answers
145
views
How to print the boundary elements of a matrix in C
asked
Jun 28, 2023
by
avibootz
c
c-print-boundary-elements-matrix
print-boundary-elements-matrix
1
answer
156
views
How to check if a matrix is symmetric (square matrix that is equal to its transpose) in C
asked
Jun 26, 2023
by
avibootz
c
1
answer
72
views
How to find the number of sorted rows in a matrix with C
asked
Jun 23, 2023
by
avibootz
c
1
answer
121
views
How to check if a given row is sorted in a matrix with C
asked
Jun 23, 2023
by
avibootz
c
1
answer
102
views
How to sort specific column of a matrix in C
asked
Jun 20, 2023
by
avibootz
c
1
answer
100
views
How to print specific column of a matrix in C
asked
Jun 20, 2023
by
avibootz
c
1
answer
77
views
How to sort only the last row of a matrix in C
asked
Jun 20, 2023
by
avibootz
c
1
answer
83
views
How to sort only the first row of a matrix in C
asked
Jun 20, 2023
by
avibootz
c
2
answers
100
views
How to sort an array in C
asked
Jun 19, 2023
by
avibootz
c
2
answers
107
views
How to find the sum of boundaries and diagonals of a matrix in C
asked
Jun 18, 2023
by
avibootz
c
1
answer
95
views
How to find the sum of boundary elements of a matrix in C
asked
Jun 17, 2023
by
avibootz
c
1
answer
111
views
How to create a binary tree in C
asked
Jun 14, 2023
by
avibootz
c
1
answer
136
views
How to spawn another process in C
asked
Jun 12, 2023
by
avibootz
c
1
answer
120
views
How to use %n in printf() to count the number of characters before the occurrence of %n in C
asked
Jun 8, 2023
by
avibootz
c
1
answer
126
views
How to use puts() return value in C
asked
Jun 6, 2023
by
avibootz
c
1
answer
112
views
How to use printf() return value in C
asked
Jun 6, 2023
by
avibootz
c
2
answers
127
views
How to print a string twice using single condition in C
asked
Jun 6, 2023
by
avibootz
c
1
answer
101
views
How to print the print first 3 characters from a string in C
asked
Jun 3, 2023
by
avibootz
c
Page:
« prev
1
...
18
19
20
21
22
23
24
25
26
27
28
...
80
next »
...