Question:Which function allocates memory and initializes elements to 0?
A assign() B calloc() C malloc() D swab() E allocate()
+ AnswerB
+ Report