how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / rahul
definitely os bcoz.c compiler occupies 2 bytes in windows
where as the same c compiler occupies 4 bytes in linux.
| Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
Explain what is the difference between a free-standing and a hosted environment?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What is c language in simple words?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What are the ways to a null pointer can use in c programming language?
How can I open files mentioned on the command line, and parse option flags?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What is the scope of global variable in c?
Why static is used in c?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What are pointers? What are different types of pointers?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
How can I write a function analogous to scanf?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....