Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in char

How do I convert a single char to a string?

c# string casting char

Is it possible to convert char[] to char* in C?

c char

Why does the string Remove() method allow a char as a parameter?

c# string char

C job interview - casting and comparing

c casting char int

How to get the real and total length of char * (char array)?

c++ c arrays pointers char

How to reverse String.fromCharCode?

javascript char reverse

What is this char? 65279 ''

c# char

Efficiently repeat a character/string n times in Scala

SQL query for a carriage return in a string and ultimately removing carriage return

How can I convert a char to int in Java? [duplicate]

java char type-conversion int

In Java how does one turn a String into a char or a char into a String?

java string char

Is char guaranteed to be exactly 8-bit long? [duplicate]

c types char

What is the first character in the sort order used by Windows Explorer?

Isn't the size of character in Java 2 bytes?

java string char

How to convert a single char into an int [duplicate]

c++ char

How can I check if char* variable points to empty string?

c pointers char

"Too many characters in character literal error"

c# char

Best way to check if a character array is empty

c arrays null char

In Java, how to find if first character in a string is upper case without regex

Comparing chars in Java

java comparison char