TCS Company Programming Program

What function should be used to free the memory allocated by calloc() ?
1. free();
2. malloc(variable_name, 0)
3. dealloc();
4. memalloc(variable_name, 0)

Read Solution (Total 2)

TCS Other Question

Which of the following is a collection of different data types?
1. String
2. Structure
3. Array
4. Files
In the standard library of C programming language, which of the following
header file is designed for basic mathematical operations?
1. conio.h
2. stdio.h
3. math.h
4. Dos.h