{"id":3654,"date":"2014-03-29T07:36:00","date_gmt":"2014-03-29T07:36:00","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/03\/29\/a-simple-for-command-doesnt-work-using-only-the-stdio-library-collection-of-common-programming-errors\/"},"modified":"2014-03-29T07:36:00","modified_gmt":"2014-03-29T07:36:00","slug":"a-simple-for-command-doesnt-work-using-only-the-stdio-library-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/03\/29\/a-simple-for-command-doesnt-work-using-only-the-stdio-library-collection-of-common-programming-errors\/","title":{"rendered":"A simple &ldquo;for&rdquo; command doesnt work using only the stdio library-Collection of common programming errors"},"content":{"rendered":"<p>Using the same machine and IDE as reffered in my other question (third paragraph at Problems in code or my IDE\/comp is bugged?)<\/p>\n<p>I try to run this code:<\/p>\n<pre><code>#include \n#define n 3\nint main()\n{\n    int i;\n    float values[n],sumval,svmean,tmp;\n    for(i=0;i<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Using the same machine and IDE as reffered in my other question (third paragraph at Problems in code or my IDE\/comp is bugged?) I try to run this code: #include #define n 3 int main() { int i; float values[n],sumval,svmean,tmp; for(i=0;i<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3654","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/3654","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=3654"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/3654\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=3654"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=3654"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=3654"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}