Search code examples
Simple printf(%s) Code not running as expected...


arraysccharprintf

Read More
Wrapping Chars into_iter()...


rustiteratorcharlifetime

Read More
Java Switch Statement - Is "or"/"and" possible?...


javacharswitch-statement

Read More
Replace \\ found at a particular position in a String in java (not all occurrences) with \\\\...


javastringunicodechar

Read More
Write a program to replace all even numbers in an array with $ and print the array...


arrayscfor-loopcharprintf

Read More
I can't print character in C using printf...


ccharprintfcs50

Read More
Converting String into Char[] changes length of the variable...


c#stringchar

Read More
How to convert a string of digits into a vector of digits?...


stringcharrusttype-conversion

Read More
Troubles with pointers when reading from a txt file...


arrayscpointerscharfread

Read More
Converting between &str formatted like a unicode escape sequence into a char...


stringrustunicodetype-conversionchar

Read More
Converting an int or String to a char array on Arduino...


stringchararduino

Read More
What format specifier should I use here?...


cfiletypescharformat-specifiers

Read More
replace certain char with another char in c...


cstringpointerschar

Read More
Why does dereferencing a char** value (pointer-to-pointer-to-char) differ from dereferencing a char*...


arrayscpointerschardereference

Read More
Portable code - bits per char...


c++ccharbit

Read More
Wrong output with scanf function...


stringcharscanfstack-smash

Read More
Single quotes vs. double quotes in C or C++...


c++csyntaxcharstring-literals

Read More
What does the "++" operator do on a "char *"?...


cpointerscharoperators

Read More
String casting and Unicode in golang...


stringgounicodecharbyte

Read More
Iterating over characters of string R...


rstringfor-loopchariteration

Read More
What is the proper way of implementing a good "itoa()" function?...


cstringchar

Read More
Java - Why can't I use charAt() to see if a char equals another?...


javastringcharequals

Read More
How to create a 2D array of "-" in C...


arrayscchar

Read More
detect unknown character � in logfile.log...


charascii

Read More
Why initializing a multidimensional array of chars fails when using predefined char arrays?...


arrayscpointerschar

Read More
Please explain what this code is doing (someChar - 48)...


cencodingcharascii

Read More
Pointer stores strings?...


c++pointerschar

Read More
Storing multiple integers in a char array...


carraysstringcharint

Read More
Print String Array in C...


arraysccharinitializationstring-literals

Read More
Is there a way to read a character from an array and then lookup it's value in a predefined enum...


arrayscvariablesenumschar

Read More
BackNext