Answer Posted / barun
int
But this size is compiler dependent depending on the
processor you are using. I mean on 32 bit or 64 machines.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between malloc() and calloc() in c?
When should the register modifier be used? Does it really help?
How do c compilers work?
Explain 'far' and 'near' pointers in c.
How is null defined in c?
What is structure and union in c?
What is spaghetti programming?
Explain modulus operator.
What does calloc stand for?
What are identifiers c?
Which is the memory area not included in C program? give the reason
What are local static variables?
what will be the output for the following main() { printf("hi" "hello"); }
What is LINKED LIST? How can you access the last element in a linked list?
Why main function is special give two reasons?