Correct Answer : Get Lastest Questions and Answer : Explanation: Standard Numeric values can contain : Number, Scientific Notation, Decimal points, plus sign and minus sign. Nonstandard Numeric Data: values contain fractions, special characters such as commas, dollar sign, and percent sign.
Question : : You are working on Sales data and by looking at the data you have decided that you have to use formatted input, for which kind of data you can use formatted input?
4. You can use it for both standard and non-standard data in fixed length.
Correct Answer : Get Lastest Questions and Answer : Explanation: You can use formatted input to read both standard and non-standard data which has to be in fixed fields.
Question : You have been given below dataset
Which of the following format can be used to read data from column 1-8 ?
Correct Answer : Get Lastest Questions and Answer : Explanation: You can use $w. to read column 1-8. Column 1 to 8 is a character string. A character string can have numeric data in it. $w. means w is the maximum width of column and $ to read as character data.