how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / pratheeba
compiler
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
What is the difference between array_name and &array_name?
What is c method?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Tell me what is null pointer in c?
Are comments included during the compilation stage and placed in the EXE file as well?
What is the difference between near, far and huge pointers?
What is a lvalue
Explain what is a 'locale'?
What is getch () for?
What is the difference between text and binary modes?
What are the different file extensions involved when programming in C?
What is p in text message?
What are the keywords in c?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is pointer to pointer in c?