<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>koisuru_com</author_name>
  <author_url>https://blog.hatena.ne.jp/koisuru_com/</author_url>
  <blog_title>❤恋するコンピュータサイエンス❤</blog_title>
  <blog_url>https://koisuru-computer.hateblo.jp/</blog_url>
  <categories>
    <anon>C言語</anon>
  </categories>
  <description>Q. int *x; *x = 10; (x = &amp;num)上記の違いを説明せよ A. int *x; ポインタ変数定義xがポインタである事を定義している *x = 10; 間接参照演算子 ポインタの参照先の値にアクセスしている 参照先（ポインタが指している)変数の型がintである事を宣言している。 解説）（ポインタ理解の盲点） int *x;（ポインタ変数宣言） のアスタリスクと、 *x = 10; のアスタリスクは全くの別物です！ とても重要！（私はこれを理解するのにとても時間がかかりました。） int型以外でもポインタ変数宣言はできます。一般化すると下記のようになりますポインタ変数宣言 …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkoisuru-computer.hateblo.jp%2Fentry%2F11593555&quot; title=&quot;ポインタを理解するコツ② - ❤恋するコンピュータサイエンス❤&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>2021-10-23 20:28:36</published>
  <title>ポインタを理解するコツ②</title>
  <type>rich</type>
  <url>https://koisuru-computer.hateblo.jp/entry/11593555</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
