Sunday 24 June 2012

What's correct way to declare two variables that are of type pointer to type Node:
1) Node *p1, *p2;
2)Node* p1, p2;


No comments:

Post a Comment