TCS Company Programming

Which of the following is a collection of different data types?
1. String
2. Structure
3. Array
4. Files

Read Solution (Total 7)

TCS Other Question

Which of the following uses structure?
1. Linked Lists
2. Array of structures
3. All of these
4. Binary Tree
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)