セクション 1. 章 8
single
Sizeof Practice
メニューを表示するにはスワイプしてください
main.c
12345678#include <stdio.h> int main() { printf("Size of int type: %d bytes\n", sizeof(int)); return 0; }
タスク
スワイプしてコーディングを開始
To find out how many bytes the short data type occupies, you can employ the sizeof() function.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 8
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください