{"id":237,"date":"2012-06-26T11:59:08","date_gmt":"2012-06-26T04:59:08","guid":{"rendered":"http:\/\/blog.kusumoto.co\/?p=237"},"modified":"2012-06-26T13:48:17","modified_gmt":"2012-06-26T06:48:17","slug":"lab-c-day2","status":"publish","type":"post","link":"https:\/\/oldblog.kusumotolab.com\/?p=237","title":{"rendered":"[C] Lab C Day2"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/img.kusumoto.co\/i\/IM.png\" alt=\"null\" width=\"769\" height=\"514\" \/><\/p>\n<pre lang=\"c\">#include <stdio.h>\r\nmain() {\r\n\tchar a[20];\r\n\tchar h[20];\r\n\tint b,c,d,e,f;\r\n\tchar g;\r\n\tprintf(\"Enter Name-surname :: \");\r\n\tscanf(\"%s %s\",&a,&h);\r\n\tprintf(\"Enter Age :: \");\r\n\tscanf(\"%d\", &b);\r\n\tprintf(\"Enter Height :: \");\r\n\tscanf(\"%d\", &c);\r\n\tprintf(\"Enter Weight :: \");\r\n\tscanf(\"%d\", &d);\r\n\tprintf(\"Sex :: \");\r\n\tscanf(\"%s\", &g);\r\n\tprintf(\"Enter Number 1 :: \");\r\n\tscanf(\"%d\", &e);\r\n\tprintf(\"Enter Number 2 :: \");\r\n\tscanf(\"%d\", &f);\r\n\t\/\/End Get Data\r\n\t\/\/Start Output\r\n\tprintf(\"Output \\n\");\r\n\tprintf(\"Name is %s %s \\n\",a,h);\r\n\tprintf(\"Age is %d \\n\", b);\r\n\tprintf(\"Height and weight is %d and %d \\n\",c,d);\r\n\tprintf(\"Sex is %c \\n\", g);\r\n\tprintf(\"Total Number is %d \\n\",(e+f));\r\n\t\/\/End Program :)\r\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>#include main() { char a[20]; char h[20]; int b,c,d,e,f; char g; printf(&#8220;Enter Name-surname :: &#8220;); scanf(&#8220;%s %s&#8221;,&#038;a,&#038;h); printf(&#8220;Enter Age :: &#8220;); scanf(&#8220;%d&#8221;, &#038;b); printf(&#8220;Enter Height :: &#8220;); scanf(&#8220;%d&#8221;, &#038;c); printf(&#8220;Enter Weight :: &#8220;); scanf(&#8220;%d&#8221;, &#038;d); printf(&#8220;Sex :: &#8220;); scanf(&#8220;%s&#8221;, &#038;g); printf(&#8220;Enter Number 1 :: &#8220;); scanf(&#8220;%d&#8221;, &#038;e); printf(&#8220;Enter Number 2 :: &#8220;); scanf(&#8220;%d&#8221;, &#038;f); \/\/End [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"footnotes":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":[]},"categories":[43,9],"tags":[],"class_list":["post-237","post","type-post","status-publish","format-standard","hentry","category-c","category-private"],"jetpack_publicize_connections":[],"aioseo_notices":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p3OMEb-3P","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/oldblog.kusumotolab.com\/index.php?rest_route=\/wp\/v2\/posts\/237","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oldblog.kusumotolab.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/oldblog.kusumotolab.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/oldblog.kusumotolab.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/oldblog.kusumotolab.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=237"}],"version-history":[{"count":8,"href":"https:\/\/oldblog.kusumotolab.com\/index.php?rest_route=\/wp\/v2\/posts\/237\/revisions"}],"predecessor-version":[{"id":245,"href":"https:\/\/oldblog.kusumotolab.com\/index.php?rest_route=\/wp\/v2\/posts\/237\/revisions\/245"}],"wp:attachment":[{"href":"https:\/\/oldblog.kusumotolab.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=237"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/oldblog.kusumotolab.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=237"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/oldblog.kusumotolab.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=237"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}