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
2
answers
97
views
How to generate a random HEX RGB color code in C
asked
Oct 8, 2025
by
avibootz
c
c-random
c-rgb
1
answer
68
views
How to generate a random RGB color code in C
asked
Oct 8, 2025
by
avibootz
c
c-random
c-rgb
2
answers
102
views
How to check whether a matrix is a square matrix in C
asked
Oct 6, 2025
by
avibootz
c
c-matrix
2
answers
101
views
How to calculate the median of a matrix in C
asked
Oct 5, 2025
by
avibootz
c
c-matrix
c-median
1
answer
92
views
How to find a common element in all rows of a given matrix with sorted rows in C
asked
Oct 2, 2025
by
avibootz
c
c-matrix
1
answer
75
views
How to count the number of sorted rows in either increasing or decreasing order in a matrix using C
asked
Oct 1, 2025
by
avibootz
c
c-matrix
2
answers
121
views
How to check whether a string can be segmented into a sequence of words from a dictionary in C
asked
Sep 27, 2025
by
avibootz
c
c-string
1
answer
91
views
How to reverse a word in a string with C
asked
Sep 26, 2025
by
avibootz
c
c-string
c-reverse
1
answer
96
views
How to construct a linked list from a 2d matrix with pointers to the right and down in C
asked
Sep 22, 2025
by
avibootz
c
c-matrix
c-linked-list
2
answers
109
views
How to search a 2d array using two pointers to the first and last elements in the array with C
asked
Sep 22, 2025
by
avibootz
c
c-array
c-search
1
answer
100
views
How to set two pointers to the first and the last elements in a matrix with C
asked
Sep 22, 2025
by
avibootz
c
c-matrix
c-pointers
1
answer
68
views
How to search a 2d matrix using binary search in C
asked
Sep 22, 2025
by
avibootz
c
c-matrix
c-search
2
answers
112
views
How to find the index of N in a sorted vector if N is not present, return the index where it would be in C
asked
Sep 22, 2025
by
avibootz
c
c-array
1
answer
78
views
How to find the smallest letter in a sorted array that is larger than a given letter in C
asked
Sep 20, 2025
by
avibootz
c
c-array
1
answer
61
views
How to generate a random hexadecimal string in C
asked
Sep 17, 2025
by
avibootz
c
c-hexadecimal
1
answer
87
views
How to check if a number is lead number (sum of even digits is equal to the sum of odd digits) in C
asked
Sep 16, 2025
by
avibootz
c
c-digits
1
answer
75
views
How to find the length of the longest consecutive zeroes in the binary representation of a number in C
asked
Sep 14, 2025
by
avibootz
c
c-binary
1
answer
92
views
How to find the two elements in an array whose sum is closest to zero in C
asked
Sep 12, 2025
by
avibootz
c
c-array
1
answer
93
views
How to check if two given words are present in a string in C
asked
Sep 12, 2025
by
avibootz
c
c-string
1
answer
57
views
How to convet decimal number base-12 number in C
asked
Sep 10, 2025
by
avibootz
c
c-base-12
1
answer
56
views
How to print the season name of the year based on the month number in C
asked
Sep 9, 2025
by
avibootz
c
c-season-month
1
answer
65
views
How to check if a number contain zero in C
asked
Sep 7, 2025
by
avibootz
c
c-number
1
answer
63
views
How to find sum of the first N even numbers in C
asked
Sep 5, 2025
by
avibootz
c
c-sum
1
answer
82
views
How to find the position of the first set bit (1-bit) of a number in C
asked
Sep 4, 2025
by
avibootz
c
c-bits
1
answer
96
views
How to sort an array that consists of only 0s and 1s in C
asked
Sep 1, 2025
by
avibootz
c
c-array
c-sort
1
answer
104
views
How to sort an array of strings where each string represents a decimal number in C
asked
Sep 1, 2025
by
avibootz
c
c-sort
c-array
1
answer
60
views
How to find the number of squares in an N*N grid with C
asked
Aug 31, 2025
by
avibootz
c
c-grid-squares
2
answers
78
views
How to count pairs from a given array where the bitwise AND of the two numbers is greater than the bitwise XOR in C
asked
Aug 29, 2025
by
avibootz
c
c-xor
c-and
1
answer
107
views
How to mirror a matrix across the main diagonal in C
asked
Aug 27, 2025
by
avibootz
c
c-matrix
1
answer
93
views
How to combine 2 arrays of structs (as a map) into a third array in C
asked
Aug 25, 2025
by
avibootz
c
c-array
1
answer
78
views
How to create a queue, then enqueue and dequeue elements in C
asked
Aug 22, 2025
by
avibootz
c
c-queue
2
answers
93
views
How to assign a random number using a cryptographically secure random number generator in C
asked
Aug 20, 2025
by
avibootz
c
c-random
1
answer
130
views
How to find the length of the longest consecutive sequence of an unsorted array of integers in C
asked
Aug 18, 2025
by
avibootz
c
c-sequence
c-consecutive-sequence
c-array
longest-consecutive-sequence-array
1
answer
76
views
How to convert an integer to a string in base b with C
asked
Aug 17, 2025
by
avibootz
c
c-convert
1
answer
82
views
How to write "Ni Hao" ("Hello") in Chinese to standard output using UTF-8 in C
asked
Aug 14, 2025
by
avibootz
c
c-utf8
1
answer
72
views
How to sort the part of an array in C
asked
Aug 12, 2025
by
avibootz
c
c-array
1
answer
92
views
How to generate N pairs of random digits in C
asked
Aug 11, 2025
by
avibootz
c
c-random
1
answer
80
views
How to check if a string is a palindrome ignoring case and non-alphanumeric characters in C
asked
Aug 9, 2025
by
avibootz
c
c-palindrome
1
answer
113
views
How to allocate, fill, print, and deallocate a 2D array in C
asked
Aug 8, 2025
by
avibootz
c
c-deallocate
c-array
c-allocate
1
answer
86
views
How to deallocate a 2D array in C
asked
Aug 8, 2025
by
avibootz
c
c-array
c-deallocate
1
answer
95
views
How to convert binary digits to a byte array in C
asked
Aug 4, 2025
by
avibootz
c
c-byte-array
c-binary
2
answers
134
views
How to check if floating point is NaN in C
asked
Aug 3, 2025
by
avibootz
c
c-nan
c-floating-point
1
answer
87
views
How to get the row of Pascal triangle given an integer rowIndex in C
asked
Aug 3, 2025
by
avibootz
c
c-pascal-triangle
1
answer
69
views
How to calculate power for large numbers in C
asked
Aug 2, 2025
by
avibootz
c
c-power
1
answer
77
views
How to sum the digits of the number 2^N in C
asked
Aug 1, 2025
by
avibootz
c
c-power-digits-sum
2
answers
100
views
How to declare a function argument that can accept any type in C
asked
Jul 31, 2025
by
avibootz
c
c-argument
1
answer
82
views
How to set specific bits in a char with C
asked
Jul 30, 2025
by
avibootz
c
c-bits
3
answers
134
views
How to extract a float from a string in C
asked
Jul 28, 2025
by
avibootz
c
c-string
c-extract
1
answer
102
views
How to create a string with a repeated character N times in C
asked
Jul 27, 2025
by
avibootz
c
c-string
1
answer
107
views
How to check if an integer contains an even or odd number of bits set in C
asked
Jul 27, 2025
by
avibootz
c
c-bits
Page:
« prev
1
2
3
4
5
6
7
8
9
10
11
...
82
next »
...