<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>madotubo</author_name>
  <author_url>https://blog.hatena.ne.jp/madotubo/</author_url>
  <blog_title>言語解明</blog_title>
  <blog_url>https://madotubo.hatenadiary.org/</blog_url>
  <categories>
    <anon>C</anon>
  </categories>
  <description>あけましておめでとうございます！っていまさら言うのもどうかと思うので早速更新再開したいと思う。ファイルへのアクセスの方法としてはシーケンシャルアクセスとランダムアクセスがある。シーケンシャルアクセスは今までのようにファイルの先頭からアクセスする方法。ランダムアクセスはアクセス位置を指定してからアクセスする。ランダムアクセスではファイルポジションを指定された位置に移動するだけ。 #include&lt;stdio.h&gt; int main(void){ FILE *fp; int data[5] = {1,2,3,4,5}; int i,num; //書き込み処理 fp = fopen(&quot;program…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmadotubo.hatenadiary.org%2Fentry%2F20090204%2F1233749262&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>2009-02-04 21:07:42</published>
  <title>ランダムアクセス</title>
  <type>rich</type>
  <url>https://madotubo.hatenadiary.org/entry/20090204/1233749262</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
