the............ character retrieves zero or more characters from a field.
a:?, b:*, c:[]
Answers
Answered by
0
Answer: Correct option is B
Option B) *
Explanation:
The * character retrieves zero or more characters from a field.
This ' * ' symbol is called an asterisk. Asterisk is the series of zero or more characters.
Meaning of Symbol:
In computer programming, a basic data type with a distinct human-readable form is known as a symbol. Identifiers can be created using symbols. They are referred regarded as atoms in some computer languages. By arranging them in a symbol table, uniqueness is enforced.
The typical keyboard symbols:
These are few types of symbols which are used most commonly in computer are:
- Apostrophe ' (Prime, Single Quotation Mark)
- Asterisk * (Star, Times)
- At Sign @ (Each)
- Dash -
- Dollar Sign $
- .Exclamation ! and Inverted Exclamation
- Number Sign # (Pound Sign, Hash)
- Quotation Mark
- Ampersand &
- Slash / (Forward Slash) \ (Backward Slash)
Learn more about this:
https://brainly.in/question/31413833
#SPJ1
Similar questions