how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / ramesh
compiler
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
Are the expressions * ptr ++ and ++ * ptr same?
What is main () in c language?
Should I learn c before c++?
What is meant by int main ()?
What does it mean when the linker says that _end is undefined?
What are the modifiers available in c programming language?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
diff between exptected result and requirement?
What are the disadvantages of c language?
Explain zero based addressing.
Explain what is wrong in this statement?
Explain how can I convert a number to a string?
Why do we use header files in c?
Can you write the algorithm for Queue?
Difference between Shallow copy and Deep copy?