My personal blog.
#include <stdio.h>struct A {};int main(void){ printf("%zu\n", sizeof(struct A)); return 0;}
Post a Comment
No comments:
Post a Comment