How can we get number of triangles drawn on the screen

Hi,

is there any way in OpenGL we can get the count of triangles that were drawn to the screen on rendering a particular scene having cylinders, torus cubes etc.

No, you have to count them yourself.