how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / mangesh
every book says it depends on machine.......some may have
same size for "int" and "long int".......
by machine they mean processor only.......
coz it cant be either compiler or OS......as they are part
of virtual...i mean software...not machine...
| Is This Answer Correct ? | 8 Yes | 8 No |
Post New Answer View All Answers
Write a program of prime number using recursion.
What's the difference between constant char *p and char * constant p?
When is a void pointer used?
How to Throw some light on the splay trees?
Can you please explain the scope of static variables?
write a programming in c to find the sum of all elements in an array through function.
What are the usage of pointer in c?
Is c still relevant?
Can a pointer be null?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What are formal parameters?
Can we declare variable anywhere in c?
Explain what does it mean when a pointer is used in an if statement?
what is bit rate & baud rate? plz give wave forms
Why we use conio h in c?