C Programming and Technical Programming Output

Which header file should be included to use functions like malloc() and calloc()?

Options
1) memory.h
2) stdlib.h
3) string.h
4) dos.h

Read Solution (Total 16)

C Other Question

write a c program:
input: 1234ABCD
output: 1A2B3C4D.
you can only use one string. more than one string is not allowed.entire operation should be done in that string only
what is the difference between memmove() and memcopy() ?