how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / mathankumar
compiler
| Is This Answer Correct ? | 42 Yes | 17 No |
Post New Answer View All Answers
Why do we use static in c?
What is the difference between typedef and #define?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What is page thrashing?
When do we get logical errors?
What is an lvalue in c?
What is extern keyword in c?
What is c language in simple words?
Write a program to swap two numbers without using a temporary variable?
Can I initialize unions?
What is context in c?
Can we use visual studio for c?
What is an arrays?