function c()
 {
     $stk = new stack();
     //Call to class "Stack"
     echo $stk->b();
 }