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 are the types of bitwise operator?
Explain what does the function toupper() do?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Which is the memory area not included in C program? give the reason
Is int a keyword in c?
What does sizeof function do?
What is #define?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
Explain the Difference between the New and Malloc keyword.
Is c++ based on c?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Write a program to reverse a given number in c language?
Do you know what are bitwise shift operators in c programming?
How can I access an I o board directly?