how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / hi
processor
| Is This Answer Correct ? | 13 Yes | 16 No |
Post New Answer View All Answers
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
I need previous papers of CSC.......plz help out by posting them.......
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
How do c compilers work?
What are near, far and huge pointers?
What is static memory allocation? Explain
What is the use of f in c?
Write a Program to accept different goods with the number, price and date of purchase and display them
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
explain what is an endless loop?
What is the difference between printf and scanf in c?
How are 16- and 32-bit numbers stored?
Explain how are 16- and 32-bit numbers stored?
Can math operations be performed on a void pointer?