Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

primitive types c#

// What is primitive data types ?
The most famous primitive data types are: int, object, short, char, float, 
double, char, bool. They are called primitive because they are the main 
built-in types, and could be used to build other data types.
 
PREVIOUS NEXT
Tagged: #primitive #types
ADD COMMENT
Topic
Name
1+1 =