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
What are events in smartforms?
what is d main diff between the java and .net framework
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
Find out the list of authorization objects which contains activity as a field? Thanks in advance.
Write a program to swap the content of two variables without using a third variable.
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number
9.Difference between even and odd signals?explain with the diagram?
Differevce between arrays and array builders?
how to stop execution of step 3 in a job mainframe
I'm new to ABAP. What is Module pool in SAP?
in cobol,wat is the difference in using 'set index in occurs clause' ....and 'occurs depending-on clause'
how to convert infix expression to prefix expression?
What is easiest way to get the PL/i compiler,I didn't have found the compiler in my library. Is there any extra cost if we want to access the PL/1 programs?Actually we r having Mainframe rented training Ids
how to hide prompts
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.