Why data types in all programming languages have some range?
Why ritche have disigned first time likethat?Why not a
single data type can support all other types?
Answer Posted / nitin
Different data types and ranges require different amounts
of memory.
To optimize memory use and processing speed, practical
limits are set.
Ultimately everything has to be processed in binary, so
more complex characters require translation which takes
additional time, processing capacity, and memory.
Small differences when multiplied by billions of processes
have an impact.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you write a program which produces its own source code as output?
What is string in c language?
find the sum of two matrices and WAP for it.
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
Why n++ execute faster than n+1 ?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Explain what is the difference between null and nul?
What is return type in c?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Explain what are the advantages and disadvantages of a heap?
What is meant by inheritance?
What does stand for?
Explain how can I convert a string to a number?
What are pointers?
p*=(++q)++*--p when p=q=1 while(q<=6)