InterviewSolution
Saved Bookmarks
| 1. |
What are data type? how are they important |
|
Answer» A data TYPE is a classification of the type of data that a variable or objectcan hold in computer programming. Data types are an important factor in VIRTUALLY all computer programming languages, including C#, C++, JavaScript, and VISUAL Basic. |
|