what is the difference between malloc() and calloc() function?
Answer / amritha rose
malloc will allocate memory according to the size we
specified
calloc vil allocate memory as blockwise
and initialize by 0
| Is This Answer Correct ? | 9 Yes | 1 No |
What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?
If the size of int data type is two bytes, what is the range of signed int data type?
differnce between do and do while
When should you not use a type cast?
What are header files and explain what are its uses in c programming?
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
How would you sort a linked list?
What is a stream water?
Can you think of a logic behind the game minesweeper.
FILE PROGRAMMING
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
What is sizeof c?