how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / mangesh
every book says it depends on machine.......some may have
same size for "int" and "long int".......
by machine they mean processor only.......
coz it cant be either compiler or OS......as they are part
of virtual...i mean software...not machine...
| Is This Answer Correct ? | 8 Yes | 8 No |
Post New Answer View All Answers
What are the advantages and disadvantages of c language?
What are header files in c?
What is the best way to store flag values in a program?
What does the file stdio.h contain?
What is sizeof return in c?
What is exit() function?
What is memory leak in c?
int i=10; printf("%d %d %d", i, i=20, i);
How can I remove the trailing spaces from a string?
Explain what is wrong in this statement?
How do I round numbers?
What's the total generic pointer type?
Does c have circular shift operators?
Is sizeof a keyword in c?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop