Answer Posted / piyush
It depends on the compiler we are working on.
if it is 32 bit compiler:(GCC)
integer is 4 bytes
for 18 bit compiler:(Turboc)
integer is 2 bytes
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the main difference between calloc () and malloc ()?
How to write a multi-statement macro?
What are the parts of c program?
What are the loops in c?
Explain Basic concepts of C language?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
The file stdio.h, what does it contain?
What is the role of && operator in a program code?
How can I write a function analogous to scanf?
What are the characteristics of arrays in c?
What are unions in c?
Write a program for Overriding.
Why doesnt long int work?
Can we assign integer value to char in c?