0
What type of data type is this ? Question mark
3 Respostas
+ 4
character simply,
also used as ternary operator ( ? :)
also used as wildcard for single instance of any character in shell scripts
many other languages have different uses of it too, like in PHP
+ 2
? is also usable as a metacharacter for 0 or 1 instance of a group or character class in regex.
+ 1
'?' is a string.