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
jquery
pascal-string
lua
winforms
vbnet
kotlin-string
bash
swift-string
c-string
cpp-string
go-string
c#-string
php-string
java-string
vbnet-string
rust-string
python-string
cpp-vector
f#
opengl
scala-string
javascript-string
pascal-array
c-array
swift-array
cobol
typescript-string
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
c-matrix
cpp-array
c#-list
vbnet-list
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
character-code-ascii-unicode
swift-matrix
c#-matrix
sdl3
angularjs
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
dot-product-two-arrays
string-to-title-case
create-infinite-loop
rust-matrix
go-matrix
javascript-matrix
raylib
glfw
function-optional-parameter
decode-leet-speak
decimal-number-to-string-leading-zeros
reconstruct-sparse-matrix-from-compact-triplet-matrix
Disclosure:
My content contains affiliate links.
Recent questions tagged C
40,904
questions
53,356
answers
573
users
Recent questions tagged C
2
answers
281
views
How to use strcat() function to append (concatenate) a string s1[] to s2[] in C
asked
Jan 26, 2016
by
avibootz
c
2
answers
261
views
How to use strcpy() function to copy string in C
asked
Jan 26, 2016
by
avibootz
c
1
answer
233
views
How to use perror() function to print an error message in C
asked
Jan 26, 2016
by
avibootz
c
3
answers
319
views
How to read (input) a line from a text file and display it in C
asked
Jan 26, 2016
by
avibootz
c
2
answers
247
views
How to write (output) a text line to a text file in C
asked
Jan 25, 2016
by
avibootz
c
2
answers
201
views
How to use getc() and putc() in C
asked
Jan 25, 2016
by
avibootz
c
1
answer
282
views
How to calculate the first N (random up to 100) prime numbers in C
asked
Jan 21, 2016
by
avibootz
c
2
answers
238
views
How to define and use bit fields in C
asked
Jan 5, 2016
by
avibootz
c
1
answer
210
views
How to insert items in a double linked list: insert at front, insert at end, insert in middle in C
asked
Jan 1, 2016
by
avibootz
c
2
answers
265
views
How to read all content (at once) from a text file in C
asked
Dec 22, 2015
by
avibootz
c
1
answer
222
views
How to get the size of a file in C
asked
Dec 22, 2015
by
avibootz
c
1
answer
265
views
How to implement the function fputs() from stdio.h that write characters (string) to a file in C
asked
Dec 22, 2015
by
avibootz
c
3
answers
281
views
How to implement the function fgets() from stdio.h that read characters (string) from a file in C
asked
Dec 22, 2015
by
avibootz
c
1
answer
226
views
How to write variables directly to a file with fprintf in C
asked
Dec 18, 2015
by
avibootz
c
1
answer
292
views
How to insert items in linear (single) linked list: insert at front, insert at end, insert in middle in C
asked
Dec 16, 2015
by
avibootz
c
2
answers
279
views
How to input (read) formatted date from a string with sscanf() function in C
asked
Dec 14, 2015
by
avibootz
c
1
answer
295
views
How to calculate log10 (base-10 logarithm) in C
asked
Dec 13, 2015
by
avibootz
c
1
answer
309
views
How to calculate exponent (base raised to the power of exp) (power function) in C
asked
Dec 13, 2015
by
avibootz
c
1
answer
190
views
How to write reverse a number with recursive function in C
asked
Dec 11, 2015
by
avibootz
c
2
answers
298
views
How to define and use union within a struct in C
asked
Dec 9, 2015
by
avibootz
c
1
answer
182
views
How to use typedef for char * in C
asked
Dec 8, 2015
by
avibootz
c
1
answer
166
views
How to use typedef for int in C
asked
Dec 6, 2015
by
avibootz
c
1
answer
224
views
How to build binary tree of words, count the words occurrences, print the words sorted (ABC...) and free the tree in C
asked
Dec 5, 2015
by
avibootz
c
1
answer
261
views
How to define, input value and print srtuct array that include char * field in C
asked
Nov 30, 2015
by
avibootz
c
1
answer
328
views
How to define set value and return nested struct from function in C
asked
Nov 27, 2015
by
avibootz
c
1
answer
264
views
How to define set value and return struct from function in C
asked
Nov 27, 2015
by
avibootz
c
1
answer
215
views
How to pass a pointer to function to another function as parameter in C
asked
Nov 25, 2015
by
avibootz
c
1
answer
156
views
How to swap two characters in array of characters in C
asked
Nov 24, 2015
by
avibootz
c
1
answer
184
views
How to count the number of times we run a function in C
asked
Nov 24, 2015
by
avibootz
c
1
answer
178
views
How to compares two strings with numbers numerically in C
asked
Nov 23, 2015
by
avibootz
c
2
answers
218
views
How to initialize and print pointer array to strings in C
asked
Nov 21, 2015
by
avibootz
c
3
answers
349
views
How to declare, initialize and print two dimensional (2D) int array (matrix) in C
asked
Nov 20, 2015
by
avibootz
c
1
answer
188
views
How to copy the first n characters from one string to other string with strncpy() function in C
asked
Nov 20, 2015
by
avibootz
c
1
answer
155
views
How to to append a string to other string in C
asked
Nov 20, 2015
by
avibootz
c
2
answers
804
views
How to implement my own strcmp() function to compare two strings in C
asked
Nov 20, 2015
by
avibootz
c
1
answer
211
views
How to calculate to total millisecond of one day in C
asked
Nov 19, 2015
by
avibootz
c
1
answer
296
views
How to calculate to total second of one day in C
asked
Nov 19, 2015
by
avibootz
c
2
answers
375
views
How to define a macro to find max between two numbers in C
asked
Nov 17, 2015
by
avibootz
c
2
answers
214
views
How to get the last digit of a number in C
asked
Nov 17, 2015
by
avibootz
c
1
answer
151
views
How to show the n / 10 of a number with recursive function until n = 0 in C
asked
Nov 17, 2015
by
avibootz
c
1
answer
228
views
How to implement the atof() function convert string to float in C
asked
Nov 17, 2015
by
avibootz
c
4
answers
398
views
How to convert string to float in C
asked
Nov 17, 2015
by
avibootz
c
1
answer
256
views
How to find string in other string, return the index of the string in found or -1 if not, in C
asked
Nov 16, 2015
by
avibootz
c
3
answers
420
views
How to remove (trim) leading and trailing whitespace from a string in C
asked
Nov 13, 2015
by
avibootz
c
1
answer
208
views
How to remove leading (ltrim()) blanks, newlines and tabs from a string in C
asked
Nov 12, 2015
by
avibootz
c
c-remove-leading-blanks-newlines-tabs-string
remove-leading-blanks-newlines-tabs-string
1
answer
240
views
How to remove trailing (rtrim()) blanks, newlines and tabs from a string in C
asked
Nov 11, 2015
by
avibootz
c
c-remove-trailing-blanks-newlines-tabs-string
remove-trailing-blanks-newlines-tabs-string
2
answers
284
views
How to implement the itoa() function to convert int to string in C
asked
Nov 10, 2015
by
avibootz
c
2
answers
259
views
How to implement the function strcat() from string.h to append a string to other string in C
asked
Nov 10, 2015
by
avibootz
c
1
answer
255
views
How to remove a character from a string in C
asked
Nov 10, 2015
by
avibootz
c
2
answers
203
views
How to implement shellsort (shell sort) + simulation in C
asked
Nov 7, 2015
by
avibootz
c
Page:
« prev
1
...
70
71
72
73
74
75
76
77
78
79
80
81
next »
...