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 valid operations on pointers?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What is main () in c?
What does calloc stand for?
What is register variable in c language?
How to Throw some light on the splay trees?
Why doesn't C support function overloading?
to find the closest pair
What oops means?
How can I find out how much free space is available on disk?
Compare array data type to pointer data type
Is there a built-in function in C that can be used for sorting data?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is the concatenation operator?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.