how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / prashant
It depend upon What kind of machine you have (16 or 32 bit)?
If you are using 16 bit machine then int requires 2 bytes of
memory and if you are using 32 bit machine then int requires
4 bytes of memory...
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Is int a keyword in c?
Are negative numbers true in c?
What is bubble sort technique in c?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
Tell us the use of fflush() function in c language?
what is the height of tree if leaf node is at level 3. please explain
What is string in c language?
How do I read the arrow keys? What about function keys?
write a program to rearrange the array such way that all even elements should come first and next come odd
What are qualifiers in c?
How to explain the final year project as a fresher please answer with sample project
largest Of three Number using without if condition?
Are there namespaces in c?
in linking some of os executables are linking name some of them
What will be your course of action for a push operation?