Which of the following statements is true?
Options
- The default char data type is a space( ‘ ‘ ) character.
- The default integer data type is ‘int’ and real data type is ‘float’
- The default integer data type is ‘long’ and real data type is ‘float’
- The default integer data type is ‘int’ and real data type is ‘double’
CORRECT ANSWER : The default integer data type is ‘int’ and real data type is ‘double’
Write your comments