Discussion :: Datatypes - General Questions (Q.No.3)
3. | Which of the following is NOT an Integer? |
|||||||||
Answer: Option A Explanation: No answer description available for this question.
|
Minu Mohna said: (Dec 13, 2011) | |
char is not an integer because char stands for characters were integer stands for numbers. |
Abhijit said: (Feb 4, 2013) | |
In C# IL Type of Char is System. Char where as IL Type of Byte is System. Byte and Integer, Short, Long is System. Int so Char is not an Integer. |
Gopichand Arikatla said: (Oct 16, 2017) | |
In C#Programming Language char means character that means it represents only character's the remaining Byte, Int, Short, Long are Integers, I mean that these datatypes represent Numbers. So In this Question, apart From char remaining, all datatypes are integers. |
Nikhitha said: (Aug 14, 2018) | |
In c programming, 'char' stands for character. So,char doesn't store any integer. |
Pooja said: (Sep 7, 2018) | |
Byte, short, Integer and long comes under numerical data types whereas char comes under non-numerical data type. |
Post your comments here:
Name *:
Email : (optional)
» Your comments will be displayed only after manual approval.