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
pascal-string
lua
winforms
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
vbnet
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
represent-boolean-true-false
different-functions-check-number-power-of-2
get-last-word-string
remove-last-word-string
Disclosure:
My content contains affiliate links.
Recent questions tagged C
40,758
questions
53,129
answers
573
users
Recent questions tagged C
1
answer
261
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
277
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
221
views
How to write variables directly to a file with fprintf in C
asked
Dec 18, 2015
by
avibootz
c
1
answer
282
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
276
views
How to input (read) formatted date from a string with sscanf() function in C
asked
Dec 14, 2015
by
avibootz
c
1
answer
292
views
How to calculate log10 (base-10 logarithm) in C
asked
Dec 13, 2015
by
avibootz
c
1
answer
306
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
186
views
How to write reverse a number with recursive function in C
asked
Dec 11, 2015
by
avibootz
c
2
answers
295
views
How to define and use union within a struct in C
asked
Dec 9, 2015
by
avibootz
c
1
answer
179
views
How to use typedef for char * in C
asked
Dec 8, 2015
by
avibootz
c
1
answer
164
views
How to use typedef for int in C
asked
Dec 6, 2015
by
avibootz
c
1
answer
222
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
257
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
321
views
How to define set value and return nested struct from function in C
asked
Nov 27, 2015
by
avibootz
c
1
answer
259
views
How to define set value and return struct from function in C
asked
Nov 27, 2015
by
avibootz
c
1
answer
210
views
How to pass a pointer to function to another function as parameter in C
asked
Nov 25, 2015
by
avibootz
c
1
answer
150
views
How to swap two characters in array of characters in C
asked
Nov 24, 2015
by
avibootz
c
1
answer
181
views
How to count the number of times we run a function in C
asked
Nov 24, 2015
by
avibootz
c
1
answer
176
views
How to compares two strings with numbers numerically in C
asked
Nov 23, 2015
by
avibootz
c
2
answers
215
views
How to initialize and print pointer array to strings in C
asked
Nov 21, 2015
by
avibootz
c
3
answers
345
views
How to declare, initialize and print two dimensional (2D) int array (matrix) in C
asked
Nov 20, 2015
by
avibootz
c
1
answer
186
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
151
views
How to to append a string to other string in C
asked
Nov 20, 2015
by
avibootz
c
2
answers
798
views
How to implement my own strcmp() function to compare two strings in C
asked
Nov 20, 2015
by
avibootz
c
1
answer
207
views
How to calculate to total millisecond of one day in C
asked
Nov 19, 2015
by
avibootz
c
1
answer
292
views
How to calculate to total second of one day in C
asked
Nov 19, 2015
by
avibootz
c
2
answers
373
views
How to define a macro to find max between two numbers in C
asked
Nov 17, 2015
by
avibootz
c
2
answers
210
views
How to get the last digit of a number in C
asked
Nov 17, 2015
by
avibootz
c
1
answer
150
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
226
views
How to implement the atof() function convert string to float in C
asked
Nov 17, 2015
by
avibootz
c
4
answers
395
views
How to convert string to float in C
asked
Nov 17, 2015
by
avibootz
c
1
answer
253
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
418
views
How to remove (trim) leading and trailing whitespace from a string in C
asked
Nov 13, 2015
by
avibootz
c
1
answer
204
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
237
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
281
views
How to implement the itoa() function to convert int to string in C
asked
Nov 10, 2015
by
avibootz
c
2
answers
256
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
253
views
How to remove a character from a string in C
asked
Nov 10, 2015
by
avibootz
c
2
answers
199
views
How to implement shellsort (shell sort) + simulation in C
asked
Nov 7, 2015
by
avibootz
c
2
answers
247
views
How to count the number of 1 bit in integer in C
asked
Nov 6, 2015
by
avibootz
c
3
answers
322
views
How to generate random numbers between two numbers in C
asked
Nov 6, 2015
by
avibootz
c
2
answers
268
views
How to check if a character is digit in C
asked
Nov 6, 2015
by
avibootz
c
1
answer
319
views
How to implement the tolower() function to converts character to lowercase in C
asked
Nov 5, 2015
by
avibootz
c
2
answers
213
views
How to converts character to lowercase in C
asked
Nov 5, 2015
by
avibootz
c
3
answers
278
views
How to implement the atoi() function to extract numbers from a string in C
asked
Nov 5, 2015
by
avibootz
c
1
answer
135
views
How to input a characters with for loop in C
asked
Nov 4, 2015
by
avibootz
c
1
answer
115
views
How to use extern variable and extern function in C
asked
Nov 1, 2015
by
avibootz
c
1
answer
226
views
How to use extern variable to share variables between source files in C
asked
Oct 29, 2015
by
avibootz
c
1
answer
149
views
How to input strings and find the longest string in C
asked
Oct 27, 2015
by
avibootz
c
1
answer
147
views
How to implement the function gets() to input a string in C
asked
Oct 26, 2015
by
avibootz
c
Page:
« prev
1
...
70
71
72
73
74
75
76
77
78
79
80
81
next »
...