컴퓨터 공학에서 리터럴이란 소스코드에 고정된 값을 나타낸다.
int a = 1;string s = "cat";
상기 코드에서 1과 cat은 리터럴이다.
1
cat
https://en.wikipedia.org/wiki/Literal_(computer_programming)