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
vbnet
mysql
jquery
pascal-string
lua
winforms
kotlin-string
bash
c-string
swift-string
cpp-string
go-string
cobol
c#-string
php-string
java-string
vbnet-string
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
calculate-area-pentagon
measure-function-execution-time
sort-words-string
exabyte-constant
petabyte-constant
terabyte-constant
math-functions-constants
string-to-title-case
create-infinite-loop
Disclosure:
My content contains affiliate links.
Recent questions tagged c#
41,604
questions
54,252
answers
573
users
Recent questions tagged c#
1
answer
162
views
How to generate random lowercase string in C#
asked
May 15, 2019
by
avibootz
c#
1
answer
175
views
How to generate random uppercase string in C#
asked
May 15, 2019
by
avibootz
c#
1
answer
197
views
How to find the first repeating element in an array of integers with C#
asked
May 14, 2019
by
avibootz
c#
1
answer
218
views
How to calculate and print the Pascal triangle in C#
asked
May 11, 2019
by
avibootz
c#
1
answer
178
views
How to use two variables in for loop with C#
asked
May 10, 2019
by
avibootz
c#
1
answer
131
views
How to convert binary number to decimal in C#
asked
May 9, 2019
by
avibootz
c#
1
answer
121
views
How to count set bits of an integer in C#
asked
May 9, 2019
by
avibootz
c#
1
answer
202
views
How to use floor to get the closest integer value which is less than or equal to specified value in C#
asked
May 7, 2019
by
avibootz
c#
1
answer
154
views
How to use square root (sqrt) in C#
asked
May 7, 2019
by
avibootz
c#
1
answer
166
views
How to calculate square root (or floor square if not perfect square) of an integer in C#
asked
May 6, 2019
by
avibootz
c#
1
answer
278
views
How to sort array odd numbers in descending order and even numbers in ascending order in C#
asked
May 4, 2019
by
avibootz
c#
1
answer
183
views
How to swap two numbers using function C#
asked
Apr 30, 2019
by
avibootz
c#
1
answer
186
views
How to sort an array of 0, 1 and 2 values with while loop and switch in C#
asked
Apr 30, 2019
by
avibootz
c#
1
answer
194
views
How to find a number in array that appears once in C#
asked
Apr 25, 2019
by
avibootz
c#
2
answers
171
views
How to remove the N digit from a number in C#
asked
Apr 22, 2019
by
avibootz
c#
1
answer
145
views
How to remove specific digit from a number in C#
asked
Apr 22, 2019
by
avibootz
c#
1
answer
148
views
How to replace one specific digit in a number with other specific digit in C#
asked
Apr 21, 2019
by
avibootz
c#
1
answer
145
views
How to replace all ‘0’ int a number with specific digit in C#
asked
Apr 20, 2019
by
avibootz
c#
1
answer
113
views
How to use Math.Log() to get logarithm of a number C#
asked
Apr 19, 2019
by
avibootz
c#
1
answer
184
views
How to pad a string right with specific character in C#
asked
Apr 19, 2019
by
avibootz
c#
c#-string
1
answer
190
views
How to check if a string starts and ends with specific character in C#
asked
Apr 18, 2019
by
avibootz
c#
1
answer
166
views
How to get substring that start and end with the same character in C#
asked
Apr 17, 2019
by
avibootz
c#
2
answers
212
views
How to find a pair with maximum product from int array in C#
asked
Apr 15, 2019
by
avibootz
c#
c#-pair-maximum-product-array
pair-maximum-product-array
1
answer
263
views
How to get the highest power of 2 that is less than or equal to N in C#
asked
Apr 13, 2019
by
avibootz
c#
1
answer
184
views
How to count the total set bits in all numbers from 1 to N in C#
asked
Apr 12, 2019
by
avibootz
c#
1
answer
130
views
How to use static variable in C#
asked
Apr 5, 2019
by
avibootz
c#
1
answer
170
views
How to recursively count the digits of a number in C#
asked
Apr 5, 2019
by
avibootz
c#
1
answer
200
views
How to swap two numbers with the bitwise XOR operator in C#
asked
Mar 29, 2019
by
avibootz
c#
1
answer
250
views
How to check if a number is odd or even without modulus operator in C#
asked
Mar 27, 2019
by
avibootz
c#
2
answers
195
views
How to determining if an integer is a power of 2 in C#
asked
Mar 26, 2019
by
avibootz
c#
1
answer
156
views
How to extract results from a LINQ query in C#
asked
Mar 24, 2019
by
avibootz
c#
1
answer
148
views
How to get all numbers from array that are above N with LINQ in C#
asked
Mar 24, 2019
by
avibootz
c#
1
answer
127
views
How to use switch in C#
asked
Mar 24, 2019
by
avibootz
c#
1
answer
121
views
How to use constant value in C#
asked
Mar 24, 2019
by
avibootz
c#
3
answers
231
views
How to create an enumeration of constants with and without explicit values in C#
asked
Mar 24, 2019
by
avibootz
c#
c#-create-enumeration-with-without-values
create-enumeration-with-without-values
1
answer
178
views
How to use unary operator for type boolean in C#
asked
Mar 23, 2019
by
avibootz
c#
1
answer
153
views
How to get the minimum (min) of two integers with bitwise operators in C#
asked
Mar 23, 2019
by
avibootz
c#
1
answer
192
views
How to check if two integers have opposite signs in C#
asked
Mar 22, 2019
by
avibootz
c#
1
answer
185
views
How to toggle a bit at specific position in C#
asked
Mar 20, 2019
by
avibootz
c#
c#-toggle-bit-specific-position
toggle-bit-specific-position
1
answer
111
views
How to swap the first two bits of a number in C#
asked
Mar 18, 2019
by
avibootz
c#
1
answer
206
views
How to swap the first 4 bits of a number with the last 4 bits in C#
asked
Mar 14, 2019
by
avibootz
c#
1
answer
170
views
How to write if (n & 1) in C#
asked
Mar 11, 2019
by
avibootz
c#
1
answer
163
views
How to check if a number has same number of set and unset bits in C#
asked
Mar 11, 2019
by
avibootz
c#
1
answer
157
views
How to check whether the number has only first and last bits set in C#
asked
Mar 9, 2019
by
avibootz
c#
2
answers
188
views
How to check if all bits of a number are set in C#
asked
Mar 7, 2019
by
avibootz
c#
1
answer
140
views
How to print the bits of a character in C#
asked
Mar 6, 2019
by
avibootz
c#
1
answer
184
views
How to print the hex value of a character in C#
asked
Mar 6, 2019
by
avibootz
c#
1
answer
118
views
How to print the bits of a number in C#
asked
Mar 6, 2019
by
avibootz
c#
1
answer
236
views
How to count the total bits of a number that equal to one (1) in C#
asked
Mar 6, 2019
by
avibootz
c#
1
answer
159
views
How to move all zeros in int array to the end with C#
asked
Feb 25, 2019
by
avibootz
c#
Page:
« prev
1
...
47
48
49
50
51
52
53
54
55
56
57
...
79
next »
...