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
What is property type c?
List some basic data types in c?
Explain the binary height balanced tree?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
int far *near * p; means
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
How do you define CONSTANT in C?
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
Differentiate between full, complete & perfect binary trees.
Explain modulus operator.
What are header files and explain what are its uses in c programming?
Why is c called c not d or e?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Without Computer networks, Computers will be half the use. Comment.
Why pointers are used?