how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / pratheeba
compiler
Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
What are the loops in c?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
how do you programme Carrier Sense Multiple Access
Why does not c have an exponentiation operator?
What is the advantage of a random access file?
Can include files be nested?
Explain what header files do I need in order to define the standard library functions I use?
What is binary tree in c?
What is the difference between char array and char pointer?
What is auto keyword in c?
What is the use of define in c?
What is a lookup table in c?
What does the && operator do in a program code?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
diff between exptected result and requirement?