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 string concatenation in c?
What is extern c used for?
What's a good way to check for "close enough" floating-point equality?
What is break statement?
Where is c used?
Difference between malloc() and calloc() function?
What is && in c programming?
Why doesnt the call scanf work?
Is main an identifier in c?
How to define structures? ·
How many data structures are there in c?
How to implement a packet in C
What is self-referential structure in c programming?
Can we increase size of array in c?
Explain the process of converting a Tree into a Binary Tree.