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 c-strings
How to reverse a string with pointers only?
Jan 01, 2026
c
char
reverse
c-strings
function-definition
Why is the strlen here equal to 25?
Dec 23, 2025
c
printf
c-strings
fgets
strlen
Convert/extract ints from a char array
Dec 20, 2025
c++
c
bit-manipulation
zlib
c-strings
Size of char array is bigger than number of elements passed to initialize it [duplicate]
Dec 18, 2025
c
arrays
initialization
c-strings
initializer-list
difference between character array initialized with string literal and one using strcpy
Dec 20, 2025
c
pointers
token
c-strings
Use strlen with scanf(%ms)
Dec 19, 2025
c
scanf
dynamic-memory-allocation
c-strings
strlen
Does casting from Char to Int always give positive values in C
Dec 15, 2025
c
casting
integer
char
c-strings
What is the difference between 'char *' and 'char (*) [100]'?
Dec 11, 2025
c
arrays
pointers
c-strings
memory-address
strcat adds junk to the string
Dec 10, 2025
c
string
c-strings
strcat
Counting the number of occurences of a specific word within a string
Dec 09, 2025
c
substring
c-strings
counting
function-definition
What is the most appropriate way to concatenate with MFC's CString
Dec 07, 2025
c++
mfc
concatenation
c-strings
Why doesn't defining array without size with initializer work inside class definition? [duplicate]
Dec 07, 2025
c++
c++11
c-strings
in-class-initialization
Memory address in C
Dec 08, 2025
c
c-strings
dynamic-allocation
Using Ternary Operator with strings in C
Dec 07, 2025
c
c-strings
conditional-operator
Recursively removing duplicate characters in a string
Dec 04, 2025
c
recursion
c-strings
function-definition
What is the diffrence between char *str="this is a string" from char *str = strdup("this is a string") in C
Dec 04, 2025
c
pointers
c-strings
string-literals
strdup
Initializing a char array with an explicit size and initialized to bigger than the size
Dec 03, 2025
c
string
initialization
c-strings
strcat() crashes if using same array as both parameters
Dec 03, 2025
c
c-strings
strcat
Can not use CString parameter (which was built in VC6.0) at VC2019
Dec 01, 2025
dll
mfc
c-strings
Defining a C function that takes a 2D array with variables for dimension sizes
Nov 19, 2025
c
multidimensional-array
c-strings
function-declaration
variable-length-array
Older Entries »