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
Is anything faster than c?
What are the parts of c program?
Explain what are linked list?
How does selection sort work in c?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What does %c mean in c?
Is boolean a datatype in c?
Why c is called free form language?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Do you know the difference between malloc() and calloc() function?
What is the use of define in c?
What is a static variable in c?
How do you list a file’s date and time?
What are the 5 types of inheritance in c ++?