It is a ternary operator.
condition ? truePart : falsePart
It means if a is less then b then return c else return "text". Both values will have " " appended before returning...
Oh, but please don't use the variable names a, b and c in your own code :)