文章列表
#include stdio.hint main() {char ch[5] = Hello;int i = 0;/* Print as a complete string */
#include stdio.hint main() {int set1[5] = {10, 20, 30, 40, 50};int set2[5] = {101, 201, 301, 401, 501};
// -----------------------#include stdio.hint main() {int a;int b;a = 10;b = 20;printf( Value of a = %d and value of b = %d\\n, a, b );
// #include stdio.hint main() {charch1;charch2;charch3;charch4;ch1 = \\t;ch2 = \\n;
// #include stdio.h#include math.hint main() {shorts;inti;longl;floatf;double d;printf( sin(s): %f\\n, sin(10));
#include stdio.hint main() {intnumber1;intnumber2;intnumber3;intnumber4;intnumber5;number1 = 10;
sizeof运算符将变量名称或数据类型作为参数,并返回将数据存储在内存中所需的字节数。
以下代码通过将数组大小除以数组数据类型的大小来计算数组中包含的元素数。
可以使用sizeof运算符计算出给定类型占用的字节数。以下是如何存储应用sizeof运算符产生的值:
可以在不指定标记的情况下创建枚举类型的变量,因此没有枚举类型名称。因为没有类型名称,所以以后在代码中无法定义此类型的其他变量。