void func(void)
{
printf(thej);
}
void main( )
{
func( );
func(2);
}

Posted on by