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
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is the use of header files?
What is const keyword in c?
which type of aspect you want from the student.
Where are some collections of useful code fragments and examples?
What is the scope of static variables in c language?
What are loops c?
What is storage class?
Explain the priority queues?
What is masking?
Compare and contrast compilers from interpreters.
write a c program in such a way that if we enter the today date the output should be next day's date.
Why dont c comments nest?
int far *near * p; means
What are the features of c languages?