<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>seiro_u</author_name>
  <author_url>https://blog.hatena.ne.jp/seiro_u/</author_url>
  <blog_title>いっかげつつづける</blog_title>
  <blog_url>https://seiro-u.hatenadiary.org/</blog_url>
  <categories>
    <anon>C言語</anon>
  </categories>
  <description>こんばんは、せいろでございます。 今日はポインタという概念について扱っていきます。 ポインタの概念：前知識 ポインタとは何か？ と考える前に、まず前知識を少し。C言語において、変数というものを扱う時、パソコンは必ずメモリというものを用います。 実はC言語に、その変数がパソコンの中のどのメモリに対応しているか調べることができる機能が用意されています。 i,j,kという変数を設定して、それぞれメモリのどこに対応しているか調べてみましょう。 printf(&quot;%p&quot;,&amp;変数); というやり方で、変数に与えられているメモリの場所を表示させることができます。 #include int main(void)…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fseiro-u.hatenadiary.org%2Fentry%2F20120519%2F1338138471&quot; title=&quot;C言語19日目：ポインタとは何か - いっかげつつづける&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-05-19 02:07:51</published>
  <title>C言語19日目：ポインタとは何か</title>
  <type>rich</type>
  <url>https://seiro-u.hatenadiary.org/entry/20120519/1338138471</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
