how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / rajan
it's OS, I'm sure bcoz I read this answer in Programming
Interview Exposed Book.
Is This Answer Correct ? | 1 Yes | 13 No |
Post New Answer View All Answers
How can variables be characterized?
How can I insert or delete a line (or record) in the middle of a file?
Does * p ++ increment p or what it points to?
How do I get an accurate error status return from system on ms-dos?
What are enums in c?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Why is main function so important?
How can I do graphics in c?
while initialization of array why we use a[][2] why not a[2][]...?
Is python a c language?
find out largest elemant of diagonalmatrix
Define C in your own Language.
What is structure in c definition?
What is the sizeof () a pointer?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?