WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c
file management?
Answer Posted / ragu
All the above are true
| Is This Answer Correct ? | 58 Yes | 33 No |
Post New Answer View All Answers
What does c mean in basketball?
What is variable declaration and definition in c?
What does %d do?
What is the use of #define preprocessor in c?
Do string constants represent numerical values?
Is c high or low level?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Is c dynamically typed?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What is the difference between typedef struct and struct?
How many types of arrays are there in c?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What is the default value of local and global variables in c?