字节对齐

#include <stdio.h> struct Example { int a; // 4 bytes char b[32]; // 32 bytes double c; // 8 bytes }; int main() { struct Example ex; printf("Size of
posted on 2023-09-26 14:50  开源侠  阅读(4)  评论(0编辑  收藏  举报