3.Give the formula for determine the range of the data type?
Answer Posted / srigar s
It can be determine by the help of number of byte we used in
the data type.
Ex:
char=1 byte
1 byte=8 bit
hence the range is 0-255
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database
Hi guyes, I have cleared 2 technical rounds with cts for liferay and java techonologies, i have client round next week, please tell me how to prepare for this what questions i should be ready to face?
How can we develop a multi-tier application in Java?
What is the difference beween joblib and steplib statements
what is the difference between SCAN AND CHECK,LOKUP AND XFOOT? where we can use thease opcodes? Can any body tell me real time senariao with example?
what is the difference between uservariables and systemvariables (in Environmental variables)???
how to work search engine? plz detail answer me.
Write a pascal program to calculate the sum of the first 100 even number and odd number
How do you initialize a static member of a class with return value of some function?
Find out the roles which gives access to all tables in SAP? Thanks in advance.
how to generate dsnless connectivity in j2ee
Wrtite a JCL for sorting a file with start from 36 postion lenth 9 excluding a num eq to 98768. for 3 marks mainframe
how can we maintain the previous version scripts to new version.
Which design patterns have you used?
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)