Explain the difference between malloc() and calloc() in c?
No Answer is Posted For this Question
Be the First to Post Answer
What's wrong with "char *p; *p = malloc(10);"?
what is d pitfalls of registers variables
What is a pointer value and address in c?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is bss in c?
Method Overloading exist in c ?
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....
how to add our own function in c library please give details.?
What is a class c rental property?
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,