From mboxrd@z Thu Jan 1 00:00:00 1970 From: km Subject: pointer notation Date: Tue, 28 Oct 2003 15:12:05 +0530 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <20031028094205.GA4228@mrna.tn.nic.in> Mime-Version: 1.0 Return-path: Content-Disposition: inline List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-c-programming@vger.kernel.org Hi all, how different is the notation (p)->next (what do the parenthesis around the pointer signify ? ) different from p ( while p is a pointer) regards, KM