Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in character-arrays
Doesn't %[] or %[^] specifier in scanf(),sscanf() or fscanf() store the input in null-terminated character array?
Mar 26, 2023
c
string
scanf
format-specifiers
character-arrays
Assigning a character array in Fortran
Mar 22, 2023
string
fortran
fortran-iso-c-binding
character-arrays
Initializing C char array using curly braces, is it okay to omit null byte '\0'?
Nov 30, 2022
c
character-arrays
Why is a char* being treated the same as a char** in C?
May 18, 2018
c
arrays
pointers
character-arrays
const char* and free()
Feb 12, 2022
c
memory-management
free
character-arrays
How to repeat a character multiple times as a MATLAB array?
Apr 17, 2019
arrays
matlab
repeat
character-arrays
Program skips cin.getline()
Oct 07, 2019
c++
arrays
string
character-arrays
Clarification of char pointers in C
Apr 12, 2022
c
pointers
character-arrays
Why adding a Null Character in a String array? [duplicate]
May 15, 2022
c
arrays
string
character-arrays
Copying the content of a character array to a QString in Qt
May 21, 2019
c++
qt
qstring
character-arrays
How can I remove 'garbage input' from a C string?
Nov 19, 2022
c
c-strings
character-arrays
C++: Does strcat() overwrite or move the null?
Nov 21, 2022
c++
character-arrays
Removing punctuation and capitalizing in C
Jun 08, 2022
c
arrays
string
output
character-arrays
Comparing character arrays and string literals in C++
Oct 27, 2022
c++
string-literals
character-arrays
"Semantic issue: Implicitly declaring library function 'malloc' with type 'void *(unsigned long)'"
Feb 04, 2022
c
pointers
malloc
character-arrays
Making an Array to Hold Arrays of Character Arrays in C
Nov 07, 2022
c
arrays
character-arrays
When should std::string be used over character arrays?
Sep 02, 2022
c++
string
character-arrays
PHP - iterate on string characters
Aug 15, 2022
php
string
character-arrays