基本情報技術者試験ではプログラム言語が疑似言語で出題されます。合格に向けて学習を進めるにおいては、やはり普段から使っているプログラム言語に置き換えて考えてみたいですよね。 このサイトでは、IPA情報処理推進機構で公開されている科目Bの ...
So far, we have found ourselves using arrays to store most of our data. However, we have also noticed some limitations with arrays: You need to know the maximum size when you allocate it. You can’t ...