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 is the auto keyword good for?
Explain About fork()?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What are the 5 elements of structure?
What is the difference between array and structure in c?
What is a example of a variable?
What is header file definition?
Can you apply link and association interchangeably?
Are pointers integers in c?
What are different types of operators?
What are identifiers and keywords in c?
Differentiate between functions getch() and getche().
Explain the process of converting a Tree into a Binary Tree.
Explain the binary height balanced tree?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;