Creating teapot more than once

Hi, i need to know how to create more than 1 teapot in Borland C

Regards,
Orange_82

This is not advanced or about opengl.

for( int i = 0; i < numTeapots; ++i )
   teapot_array[i] = CreateTeapot();

-SirKnight