how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / mrutyunjay sawant
its depends upon word length of processor
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the difference between struct and union in C?
What is clrscr in c?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
How can I read a binary data file properly?
How to establish connection with oracle database software from c language?
How can I use a preprocessorif expression to ?
main() { printf("hello"); fork(); }
What are run-time errors?
What does c mean?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Are there constructors in c?
When the macros gets expanded?
Explain how do you use a pointer to a function?
How can you increase the size of a statically allocated array?