{"provider_name":"Hatena Blog","blog_url":"https://studies.hatenablog.com/","height":"190","version":"1.0","provider_url":"https://hatena.blog","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fstudies.hatenablog.com%2Fentry%2F2017%2F03%2F12%2F212356\" title=\"void *p = &amp;p : \u81ea\u5206\u81ea\u8eab\u3092\u53c2\u7167\u3059\u308b\u521d\u671f\u5316\u306e\u554f\u984c - studies\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","title":"void *p = &p : \u81ea\u5206\u81ea\u8eab\u3092\u53c2\u7167\u3059\u308b\u521d\u671f\u5316\u306e\u554f\u984c","width":"100%","image_url":null,"blog_title":"studies","categories":["C/C++"],"published":"2017-03-12 21:23:56","author_url":"https://blog.hatena.ne.jp/developingskills1110/","type":"rich","url":"https://studies.hatenablog.com/entry/2017/03/12/212356","description":"\u4e45\u3057\u3076\u308a\u306e\u6295\u7a3f\u306f\u3061\u3087\u3063\u3068\u5909\u306a\u8a71\u3002\u6b21\u306e\u3088\u3046\u306b\u3001\u81ea\u5206\u81ea\u8eab\u3092\u53c2\u7167\u3059\u308b\u30dd\u30a4\u30f3\u30bf\u3092\u4f5c\u3063\u3066\u307f\u308b\u3002 #include <stdio.h> int main(void) { void *p = &p; printf(\"%p\\n\", p); return 0; } \u81ea\u5206\u306e\u74b0\u5883\u3067\u306f\u3001\u666e\u901a\u306b\u30b3\u30f3\u30d1\u30a4\u30eb\u304c\u901a\u308b\u3002 \u305d\u3057\u3066\u3001\u5b9f\u884c\u3059\u308b\u305f\u3073\u306b\u7d50\u679c\u304c\u5909\u308f\u308b\uff08\u5b9f\u884c\u306e\u305f\u3073\u306b\u5225\u306e\u30a2\u30c9\u30ec\u30b9\u306bp\u304c\u914d\u7f6e\u3055\u308c\u308b\uff09\u3002\u3053\u3093\u306a\u30d7\u30ed\u30b0\u30e9\u30e0\u306f\u4f55\u306e\u610f\u5473\u3082\u306a\u3044\u3068\u601d\u3046\u304b\u3082\u3057\u308c\u306a\u3044\u304c\u3001\u6b21\u306e\u3088\u3046\u306a\u5834\u5408\u306f\u3069\u3046\u3060\u308d\u3046\u304b\uff1f typedef struct List { char value; struct List *next; } List; static List\u2026","author_name":"developingskills1110"}