difference between n* p and n *p

// what is difference between n*p and n *p
Sort ( node *head)
{
Node* first,second,temp;
First= head;
While(first!=null)
}
Explain as pointing at stack in classes or polymorphism no arithmetic answers
Last edited on
There's no difference
Topic archived. No new replies allowed.