<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'pointers question for an interview' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'pointers question for an interview' posted on the 'Beginner C/C++' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 18 May 2013 09:20:38 -0700</pubDate>
    <lastBuildDate>Sat, 18 May 2013 09:20:38 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>pointers question for an interview</title>
      <link>http://www.programmersheaven.com/mb/beginnercpp/430770/430770/pointers-question-for-an-interview/</link>
      <description>Hi everybody,&lt;br /&gt;
&lt;br /&gt;
I'm trying to figure out a piece of programm for an interview.&lt;br /&gt;
I would appriciate any help!!&lt;br /&gt;
&lt;br /&gt;
#pragma pack(push)&lt;br /&gt;
#pragma pack(1)xd&lt;br /&gt;
struct P&lt;br /&gt;
{&lt;br /&gt;
    char c[100];&lt;br /&gt;
    short s[4];&lt;br /&gt;
    unsigned short us[8];&lt;br /&gt;
};&lt;br /&gt;
#pragma pack(pop)&lt;br /&gt;
    struct P* Ptr = (struct P *) 1000;  // what is this line refers to?&lt;br /&gt;
    Ptr += 3;&lt;br /&gt;
&lt;br /&gt;
what does Ptr points to?&lt;br /&gt;
&lt;br /&gt;
Thanks!!&lt;br /&gt;
MichalB&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/beginnercpp/430770/430770/pointers-question-for-an-interview/</guid>
      <pubDate>Fri, 28 Dec 2012 13:57:43 -0700</pubDate>
      <category>Beginner C/C++</category>
    </item>
  </channel>
</rss>