IT graph

気になったデバイスやプログラムで楽しくやっていけたら良いなと思っております。

2024-04-01から1ヶ月間の記事一覧

C言語の文字列について

以下のように6文字サイズのchar型変数に6文字を入れた場合 char str2[5] = "test23"; import numpy as np arr = np.array([1, 2, 3]) 以下のようにコンパイル時に警告がでる hello.c:5:16: 警告: initializer-string for array of ‘char’ is too long 5 | ch…

gcc version confirmation

■ RHELTo see whether gcc is installed on RHEL, query for the gcc package as follows rpm -q gcc ■ GCCthe version of the gcc executable gcc --version gcc -dumpversion