common mistake you make when declaring .. Home › Forums › C-programming.. › common mistake you make when declaring .. Tagged: declaring a variable in C This topic has 1 reply, 1 voice, and was last updated 11 years, 11 months ago by Humble. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 14, 2013 at 12:42 pm #2130 Reply HumbleKeymaster Its a common mistake I have seen where most of the people think that, ptr1 and ptr2 are same. int *ptr1, ptr2; where its not… ptr1 is a pointer to an integer where ptr2 is just an “int”… January 14, 2014 at 12:44 pm #2132 Reply HumbleKeymaster This reply has been marked as private. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) Reply To: common mistake you make when declaring .. Your information: Name (required): Mail (will not be published) (required): Website: Set as private reply Submit