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
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Explain #pragma statements.
How to establish connection with oracle database software from c language?
What is type qualifiers?
What are the difference between a free-standing and a hosted environment?
What are the types of type qualifiers in c?
When should volatile modifier be used?
What is omp_num_threads?
What is the role of this pointer?
When c language was developed?
Explain b+ tree?
What is masking?
What is a lookup table in c?
Write a program to print factorial of given number using recursion?
What is actual argument?