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 huge pointer in c?
Can we assign integer value to char in c?
What is c language used for?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is a structure member in c?
Is calloc better than malloc?
Is return a keyword in c?
How can I read data from data files with particular formats?
What is #include in c?
How can I do serial ("comm") port I/O?
What is s in c?
What does 1f stand for?
Explain how do you determine the length of a string value that was stored in a variable?
What is the size of enum in c?
What are the different types of C instructions?