answersLogoWhite

0


Best Answer

Mad duffer

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Short note on data-type
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the best datatype for storing your birthday?

in Unix: the datatype is "Date" in C++: the datatype is "char"


What is the best datatype for storing birthdays?

in Unix: the datatype is "Date" in C++: the datatype is "char"


What is primitive variables?

variable declared with primitive datatype are called as primitive variable. ex: short s=12; char ch='a'; here in above case ch,s are declared with primitive datatype of short and char so it is called as primitive variables.. thanx, from rajesh adepu.


Write a program that show size of datatype?

sizeof(datatype)


What is a data-type?

datatype stores information pics every thing yeh!


What is mean by parse in java?

It is used to convert the value of one datatype into a value of another datatype. Example- Integer.parseInt(in.readLine); It converts given value to Integer datatype.


What is datatype of pointers?

pointer


Write a short note on inscription?

write a short note on inscriptions


Short note on Delhi proposal?

Short note on dehli proposal


Short note on league of nation?

short note on "League of Nation"


Short note of accounting standards and GAAP?

short note on GAAP


C program to implement tower of hanoi using array implementation of stack abstract datatype?

stack abstract datatype