Tag: Freecodecamp
-
C# : Post #2
Store & Retrieve Data using Literal & Variable Values in C# Char Literal A literal value, is a hard-coded value. It is known as a constant. This value never changes. This creates a char literal, as the ‘b’ is surrounded in single quotes. The term char = character. The above code will produce the following…