Search code examples
While loop in C prints the same line more than once...


cwhile-loopchargetchar

Read More
confusion about int, char, and EOF in C...


ccharinteof

Read More
String allocated with malloc is only returning the first character...


cfor-loopcharmallocc-strings

Read More
Unable to pass TCHAR as parameter in C/C++...


c++pointerswinapichar

Read More
How to join two numbers of type char and make them int type...


ccharconcatenationgetlineatoi

Read More
In Kotlin, why does char.toInt() return the number + 48?...


kotlinchar

Read More
How to change one string to another with different sizes...


arraysccharc-stringsfunction-definition

Read More
Convert characters of a string to opposite case...


javastringcharuppercaselowercase

Read More
How do I convert Char to Int, with the value remaining the same?...


ccharintegerprintfc-strings

Read More
Switch always runs default inside a while loop...


cloopscharswitch-statement

Read More
Buffer overflow? strncat() in C...


ccharc-stringsfunction-definitionstrncpy

Read More
getchar() not working in c...


cwhile-loopcharscanfgetchar

Read More
Caesar cipher by comparing char array with two arrays...


javaarraysfor-loopchar

Read More
Detect char differences between two strings and return the strings till the end in C#...


c#stringcharsubstringdiff

Read More
How to check if a char and/or string is uppercase or lowercase...


c#linqcharuppercaselowercase

Read More
how to copy LPCSTR string to pointer to char array in C...


arrayscpointerswinapichar

Read More
is casting float to unsigned char a valid conversion?...


c++castingfloating-pointchar

Read More
Why does scanf set the first value to 0?...


ccharscanfconversion-specifier

Read More
C appending char to char*...


cstringcharsegmentation-faultappend

Read More
Make numpy array which is hash of string array...


numpycharinteger

Read More
Change indexed character of string...


c#char

Read More
Does char arrays get duplicated in C after fork()?...


arraysccharfork

Read More
Why do I need to add NULL termination in my const char arrays?...


arrayscchar

Read More
Is a string literal in С++ created in static memory?...


c++stringchar

Read More
Cannot execute int function in menu...


c++charnewlinefgets

Read More
C++ cin char read symbol-by-symbol...


c++streamcharcin

Read More
Java Convert two char Operator String to working Operator?...


javaarrayschar

Read More
Recommended way of checking if a certain string has a specified character more than once...


c#stringchar

Read More
Initialising a std::string from a character...


c++stringinitializationchar

Read More
How to count spaces and pass characters or newline?...


cstringalgorithmchar

Read More
BackNext