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 pragma c?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What are the types of type specifiers?
How can I run c program?
Is main is user defined function?
What is the scope of local variable in c?
in linking some of os executables are linking name some of them
Why we use conio h in c?
Are local variables initialized to zero by default in c?
How can I call fortran?
What are the features of the c language?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
how to count no of words,characters,lines in a paragraph.
What is the scope of an external variable in c?
how to execute a program using if else condition and the output should enter number and the number is odd only...