how the size of an integer is decided?
- is it based on processor or compiler or OS?

Answer Posted / rakesh

It should be compiler, bcoz turbo c and VC hav different sizes for integer.

of course OS and processor interfere, but only for letting compiler get Installed or not... after which its compilers work.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is function definition in c?

590


Using which language Test cases are added in .ptu file of RTRT unit testing???

3605


What is the value of uninitialized variable in c?

578


How can you find the day of the week given the date?

621


What is an lvalue in c?

698






What is void main () in c?

738


What is the difference between break and continue?

609


What is the advantage of an array over individual variables?

746


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1484


How does selection sort work in c?

629


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

1664


What are terms in math?

596


Why static variable is used in c?

561


Why we not create function inside function.

1753


Implement bit Array in C.

678