Computer Science, asked by ammu2031, 29 days ago

__________ in C are sequences of character that represent constant values to be stored in variables. 


Literals

Tokens

Datatypes

Both (a) & (b)

Answers

Answered by xxsomeoneshizukaxx40
1

Answer:

In computer programming, a string is traditionally a sequence of characters, either as a literal constant or as some kind of variable. The latter may allow its elements to be mutated and the length changed, or it may be fixed (after creation).

Similar questions