long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / gopi nath
Yes its obsolutely depend upon the the compiler.
turbo compiler in c environment it takes 4 bytes
but in unix environment it takes 8 bytes.......
Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
Why is c fast?
How many levels of pointers have?
Is printf a keyword?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Explain the difference between strcpy() and memcpy() function?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is the size of enum in bytes?
what are bit fields in c?
What is #include cctype?
Explain high-order and low-order bytes.
Why & is used in c?
Explain what does it mean when a pointer is used in an if statement?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Explain what is a program flowchart and explain how does it help in writing a program?
Does sprintf put null character?