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 |
Write a Program to find whether the given number or string is palindrome.
What does 2n 4c mean?
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?
Explain the difference between #include "..." And #include <...> In c?
How can I insert or delete a line (or record) in the middle of a file?
In CMM or CMMI certified organizations,we assess only the standard software processes of the organization. We do not assess the organizations other functional departments like HR or Admin. Then how can we certify the entire organization as CMM level company?? We have assessed only software related activities. Right. There is no relation with other departments like Accounts, HR or Admin. Then how can we claim that the whole company is a CMM certified company?
What are formal parameters?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
which is the best antivirus and how to update it
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
What is the use of c language in real life?
write a program to display the array elements in reverse order in c language