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 does the characters “r” and “w” mean when writing programs that will make use of files?
How can you invoke another program from within a C program?
What is the use of typedef in structure in c?
what are enumerations in C
What is array within structure?
What is meant by errors and debugging?
What is modeling?
how logic is used
explain what are actual arguments?
What is fflush() function?
What is the use of getch ()?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
number of times a digit is present in a number
If errno contains a nonzero number, is there an error?
What is a built-in function in C?