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
3
answers
282
views
How to declare and initialize 1D (one dimensional) int array in C
asked
Aug 24, 2016
by
avibootz
c
1
answer
240
views
How to use wprintf() to print formatted data and C wide string to stdout in C
asked
Aug 23, 2016
by
avibootz
c
1
answer
185
views
How to declare and initialize char array in C
asked
Aug 23, 2016
by
avibootz
c
1
answer
216
views
How to declare array of constant known size in C
asked
Aug 23, 2016
by
avibootz
c
1
answer
208
views
What is the size of int array pointer in C
asked
Aug 23, 2016
by
avibootz
c
1
answer
132
views
How to use #if conditional evaluation in C
asked
Aug 23, 2016
by
avibootz
c
1
answer
149
views
How to use #ifndef #elif #else #endif conditional evaluation in C
asked
Aug 23, 2016
by
avibootz
c
1
answer
137
views
How to use #ifdef conditional inclusion in C
asked
Aug 23, 2016
by
avibootz
c
1
answer
194
views
How to use #define to use puts() and __VA_ARGS__ in C
asked
Aug 23, 2016
by
avibootz
c
1
answer
166
views
How to use #define to use puts() for output a string in C
asked
Aug 23, 2016
by
avibootz
c
1
answer
175
views
How to use #define to create function factory in C
asked
Aug 23, 2016
by
avibootz
c
1
answer
452
views
How to implement the FizzBuzz program in C
asked
Jun 1, 2016
by
avibootz
c
c-fizzbuzz
1
answer
198
views
How to calculate print and save to file the first 100,000 prime numbers in C
asked
May 9, 2016
by
avibootz
c
1
answer
223
views
How to use vsscanf() function to read formatted data from string into variable in C
asked
May 7, 2016
by
avibootz
c
1
answer
223
views
How to use vsprintf() function to write formatted data from variable to string in C
asked
May 7, 2016
by
avibootz
c
1
answer
218
views
How to use vsnprintf() function to write formatted data from variable to sized string in C
asked
May 7, 2016
by
avibootz
c
1
answer
449
views
How to use vfscanf() function to read formatted data from file into variable in C
asked
May 7, 2016
by
avibootz
c
1
answer
268
views
How to use vfprintf() function to write formatted data from variables to file in C
asked
May 7, 2016
by
avibootz
c
2
answers
294
views
How to use ungetc() function to unget character from file in C
asked
May 7, 2016
by
avibootz
c
2
answers
216
views
How to use tmpnam() function to generate temporary filename in C
asked
May 7, 2016
by
avibootz
c
1
answer
266
views
How to use tmpfile() function to create temporary binary file for update ("wb+") in C
asked
May 7, 2016
by
avibootz
c
1
answer
173
views
How to print long long number in C
asked
May 6, 2016
by
avibootz
c
1
answer
227
views
How to use sprintf() function to write formatted data to string in C
asked
May 6, 2016
by
avibootz
c
1
answer
226
views
How to use snprintf() function to write formatted data to sized string in C
asked
May 6, 2016
by
avibootz
c
1
answer
292
views
How to use setbuf() function to set a string as file buffer in C
asked
May 6, 2016
by
avibootz
c
1
answer
244
views
How to use scanf() function to read formatted data from stdin (input data) in C
asked
May 6, 2016
by
avibootz
c
1
answer
233
views
How to use rewind() function to set the position of file pointer to the beginning of the file in C
asked
May 6, 2016
by
avibootz
c
1
answer
246
views
How to use puts() function to write string to stdout (print string) in C
asked
May 6, 2016
by
avibootz
c
1
answer
224
views
How to use putchar() function to write character to stdout (print character) in C
asked
May 6, 2016
by
avibootz
c
1
answer
299
views
How to use printf() function to print formatted data to stdout in C
asked
May 5, 2016
by
avibootz
c
1
answer
200
views
How to use gets() function to get (input) a string from stdin in C
asked
May 5, 2016
by
avibootz
c
1
answer
206
views
How to use getchar() function to get character from stdin in C
asked
May 5, 2016
by
avibootz
c
1
answer
214
views
How to use fsetpos() function to set the position of file pointer in C
asked
May 5, 2016
by
avibootz
c
1
answer
985
views
How to print fpos_t type with printf() function in C
asked
May 5, 2016
by
avibootz
c
1
answer
241
views
How to use freopen() function to reopen a file with different mode and close the old file in C
asked
May 4, 2016
by
avibootz
c
2
answers
342
views
How to read array of int numbers from binary file with fread() function in C
asked
May 4, 2016
by
avibootz
c
1
answer
317
views
How to write array of int numbers to binary file with fwrite() function in C
asked
May 4, 2016
by
avibootz
c
1
answer
200
views
How to use fputs() function to write a string to a file in C
asked
May 4, 2016
by
avibootz
c
1
answer
230
views
How to use fputc() function to write a character to a file in C
asked
May 4, 2016
by
avibootz
c
6
answers
433
views
How to use fopen() function to open a file in C
asked
May 3, 2016
by
avibootz
c
2
answers
261
views
How to use fgetpos() function to get the current position of file pointer in C
asked
May 3, 2016
by
avibootz
c
1
answer
253
views
How to use fflush() function to write all unwritten data in output buffer to file in C
asked
May 3, 2016
by
avibootz
c
1
answer
223
views
How to use ferror() function to check error indicators on file pointer in C
asked
May 3, 2016
by
avibootz
c
2
answers
255
views
How to use feof() function to checks whether the end of file reached in C
asked
May 2, 2016
by
avibootz
c
1
answer
197
views
How to use fclose() function to close a file in C
asked
May 2, 2016
by
avibootz
c
1
answer
257
views
How to use clearerr() function to clear error indicators of file pointer in C
asked
May 2, 2016
by
avibootz
c
2
answers
552
views
How to convert a number to a string in C
asked
Apr 26, 2016
by
avibootz
c
1
answer
245
views
How to generate 8 digit random number in C
asked
Apr 26, 2016
by
avibootz
c
1
answer
312
views
How to generate 8 digit random number convert the number to string and print the digits with character separator in C
asked
Apr 26, 2016
by
avibootz
c
1
answer
245
views
How to use a function with dynamic number of argument until zero with va_arg() in C
asked
Apr 21, 2016
by
avibootz
c
Page:
« prev
1
...
67
68
69
70
71
72
73
74
75
76
77
...
82
next »
...