how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / mrutyunjay sawant
its depends upon word length of processor
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is difference between union All statement and Union?
What does %c do in c?
What is getch() function?
Can a pointer be static?
What is the right type to use for boolean values in c?
What are the advantages of c language?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What are the different types of endless loops?
Can you write the function prototype, definition and mention the other requirements.
Explain setjmp()?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What is linear search?
What is assert and when would I use it?
What is the purpose of macro in C language?
What are types of preprocessor in c?