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 property type c?

710


List some basic data types in c?

655


Explain the binary height balanced tree?

807


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

7605


int far *near * p; means

3217






Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

2626


How do you define CONSTANT in C?

754


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

743


Differentiate between full, complete & perfect binary trees.

764


Explain modulus operator.

689


What are header files and explain what are its uses in c programming?

712


Why is c called c not d or e?

740


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1222


Without Computer networks, Computers will be half the use. Comment.

1963


Why pointers are used?

730