| 1. |
Any numeric value , an integer or a real number , positive or negative iscalled a ____. a) Numericb) Stringc) Alphanumeric |
|
Answer» GIVEN :
Answer : (Option a) Numeric Explanation : Any numeric value, either an integer or real number, positive or negative is called Numeric Constant. For example: 645, +56, -31 are valid Numeric Constants, These Constants are used for calculations and should not include any special character. A SET of characters is called a String. An alphanumeric or string constant consists of a sequence of characters, A-Z, a-z, 0-9 and certain special symbols, like %?#^& *();:"/L etc., enclosed in double - quotes. String constants are used to represent non-numeric quantities, such as NAMES, addresses, etc. For example, "QUESTION", "SUM = Rs 100", "Apple", are some valid string constants. •°• Hence, verified! that (Option a) Numeric ⠀⠀⠀⠀━━━━━━━━━━━━━━━━━━━⠀⠀⠀⠀⠀⠀⠀⠀ |
|