

InterviewSolution
Saved Bookmarks
1. |
What are data types ? 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. | |