how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / pratheeba
compiler
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
What does 2n 4c mean?
What is the use of static variable in c?
What is a double c?
Why c language is called c?
Difference between constant pointer and pointer to a constant.
how should functions be apportioned among source files?
Why c is called object oriented language?
Which is better malloc or calloc?
how many key words availabel in c a) 28 b) 31 c) 32
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
How can I write a function analogous to scanf?
How can I read and write comma-delimited text?
How will you divide two numbers in a MACRO?
Tell me when is a void pointer used?
Why malloc is faster than calloc?