若要定义一带输出参数的存储过程,则参数的正确格式是(     )。

A @count int 
B @count int 
C declare @count int 
D @count int output