{"id":180,"date":"2010-01-20T22:52:25","date_gmt":"2010-01-20T21:52:25","guid":{"rendered":"http:\/\/www.venco.com.pl\/~cozy\/blog\/?p=180"},"modified":"2010-01-20T22:52:25","modified_gmt":"2010-01-20T21:52:25","slug":"podstawowe-funkcje-biblioteczne-puts-printf-scanf-i-gets","status":"publish","type":"post","link":"http:\/\/u239160.webh.me\/jakisproblem.pl\/index.php\/2010\/01\/20\/podstawowe-funkcje-biblioteczne-puts-printf-scanf-i-gets\/","title":{"rendered":"C\/C++ Podstawowe funkcje biblioteczne: puts, printf, scanf i gets"},"content":{"rendered":"<p>#include &lt;studo.h&gt;<br \/>\nint main(void)<br \/>\n{<br \/>\n&nbsp; &nbsp; char imie [20];<br \/>\n&nbsp; &nbsp; int i;<br \/>\n&nbsp; &nbsp; printf(&#8222;\\nPodaj imi\u0119:&#8221;);<br \/>\n&nbsp; &nbsp; gets(imie);<br \/>\n&nbsp; &nbsp; puts(&#8222;Ile masz lat&#8221;);<br \/>\n&nbsp; &nbsp; scanf(&#8222;%d&#8221;, &amp;i);<br \/>\n&nbsp; &nbsp; printf(&#8222;\\n%s ma %d lat.&#8221;, imie,i);<br \/>\n&nbsp; &nbsp; return 0<br \/>\n}<\/p>\n<p>scanf, printf: typ double %lf lub %le, typ long %ld<\/p>\n","protected":false},"excerpt":{"rendered":"<p class=\"excerpt\">#include &lt;studo.h&gt; int main(void) { &nbsp; &nbsp; char imie [20]; &nbsp; &nbsp; int i; &nbsp; &nbsp; printf(&#8222;\\nPodaj imi\u0119:&#8221;); &nbsp; &nbsp; gets(imie); &nbsp; &nbsp; puts(&#8222;Ile masz lat&#8221;); &nbsp; &nbsp; scanf(&#8222;%d&#8221;, &amp;i); &nbsp; &nbsp; printf(&#8222;\\n%s ma %d lat.&#8221;, imie,i); &nbsp; &nbsp; return 0 } scanf, printf: typ double %lf lub %le, typ long %ld<\/p>\n<p class=\"more-link-p\"><a class=\"more-link\" href=\"http:\/\/u239160.webh.me\/jakisproblem.pl\/index.php\/2010\/01\/20\/podstawowe-funkcje-biblioteczne-puts-printf-scanf-i-gets\/\">Read more &rarr;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[23,17],"class_list":["post-180","post","type-post","status-publish","format-standard","hentry","category-bez-kategorii","tag-c","tag-programowanie"],"_links":{"self":[{"href":"http:\/\/u239160.webh.me\/jakisproblem.pl\/index.php\/wp-json\/wp\/v2\/posts\/180","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/u239160.webh.me\/jakisproblem.pl\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/u239160.webh.me\/jakisproblem.pl\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/u239160.webh.me\/jakisproblem.pl\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/u239160.webh.me\/jakisproblem.pl\/index.php\/wp-json\/wp\/v2\/comments?post=180"}],"version-history":[{"count":0,"href":"http:\/\/u239160.webh.me\/jakisproblem.pl\/index.php\/wp-json\/wp\/v2\/posts\/180\/revisions"}],"wp:attachment":[{"href":"http:\/\/u239160.webh.me\/jakisproblem.pl\/index.php\/wp-json\/wp\/v2\/media?parent=180"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/u239160.webh.me\/jakisproblem.pl\/index.php\/wp-json\/wp\/v2\/categories?post=180"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/u239160.webh.me\/jakisproblem.pl\/index.php\/wp-json\/wp\/v2\/tags?post=180"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}