Multiple choice

Which command is used to allocate memory space for graph?

  1. realloc()

  2. malloc()

  3. plot()

  4. both (1) and (2)

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The plot() command is used to allocate memory space for graph.