<br />
<b>Warning</b>:  Undefined array key "global_protection_id" in <b>/home/wikitechy/public_html/interview-questions/wp-content/plugins/content-protector/inc/class-ps-rest-handler.php</b> on line <b>51</b><br />
{"id":2651,"date":"2021-08-28T17:21:53","date_gmt":"2021-08-28T17:21:53","guid":{"rendered":"https:\/\/www.wikitechy.com\/interview-questions\/?p=2651"},"modified":"2021-09-03T05:51:36","modified_gmt":"2021-09-03T05:51:36","slug":"what-is-the-output-of-the-following-pseudo-code-int-a-456-b-c-d-10-b-a-d-c-a-b-print-c","status":"publish","type":"post","link":"https:\/\/www.wikitechy.com\/interview-questions\/recursion-and-iteration\/what-is-the-output-of-the-following-pseudo-code-int-a-456-b-c-d-10-b-a-d-c-a-b-print-c\/","title":{"rendered":"What is the output of the following pseudo code ? Int a = 456, b, c, d = 10; b = a\/d; c = a-b; print c ?"},"content":{"rendered":"<div class=\"TextHeading\">\n<div class=\"hddn\">\n<p class=\"color-pink\">What is the output of the following pseudo code ?<\/p>\n<div class=\"CodeContent\">\n<div class=\"hddn\">\n<figure class=\"highlight\">\n<pre><code class=\"hljs bash\" data-lang=\"\"><span class=\"nt\">Int a = <span class=\"hljs-number\">456<\/span>, b, c, d = <span class=\"hljs-number\">10<\/span>; \r\nb = a \/ d; \r\nc = a - b; \r\n<span class=\"hljs-built_in\">print<\/span> c<\/span><\/code><\/pre>\n<\/figure>\n<\/div>\n<\/div>\n<div class=\"row\">\n<div class=\"col-sm-4\">\n<p>A. 411.4<\/p>\n<\/div>\n<div class=\"col-sm-4\">\n<p>B. 411<\/p>\n<\/div>\n<div class=\"col-sm-4\">\n<p>C. 410.4<\/p>\n<\/div>\n<div class=\"col-sm-4\">\n<p>D. 410<\/p>\n<\/div>\n<div class=\"col-sm-4\">\n<p>E. None of these<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<h3 id=\"answer-b-411\"><b>Answer :\u00a0<\/b>B. 411<\/h3>\n<div class=\"subheading\">\n<h2 id=\"explanation\">Explanation:<\/h2>\n<\/div>\n<div class=\"Content\">\n<div class=\"hddn\">\n<p>b = 456\/10<br \/>\n= 45 (Quotient)<br \/>\nc = 456 &#8211; 45<br \/>\n= 411<\/p>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Answer :\u00a0B. 411<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"passster_activate_protection":false,"passster_protect_child_pages":"","passster_protection_type":"password","passster_password":"","passster_activate_overwrite_defaults":"","passster_headline":"","passster_instruction":"","passster_placeholder":"","passster_button":"","passster_id":"","passster_activate_misc_settings":"","passster_redirect_url":"","passster_hide":"no","passster_area_shortcode":"","gtb_hide_title":false,"gtb_wrap_title":false,"gtb_class_title":"","gtb_remove_headerfooter":false,"footnotes":""},"categories":[16505],"tags":[16482,16483,16492,16484,16446,16452,16489,16478,16476,16472,16477,16488,16448,16454,16475,16481,16431,16479,16485,16486,16470,16490,16487],"class_list":["post-2651","post","type-post","status-publish","format-standard","hentry","category-recursion-and-iteration","tag-advantages-of-recursion-in-c","tag-fine-the-output-of-the-following-pseudocode","tag-good-recursion-examples","tag-integer-a456-b-c-d10","tag-recursion-and-iteration-examples","tag-recursion-c","tag-recursion-crecursion-vs-iteration-example","tag-recursion-examples-in-c","tag-recursion-in-c","tag-recursion-in-c-programming","tag-recursion-problems-in-c","tag-recursion-program-in-c","tag-recursion-vs-iteration","tag-recursion-vs-iteration-c","tag-recursive-function-in-c","tag-simple-recursion-example","tag-tcs-ninja-coding-questions-with-answers","tag-what-is-recursion-in-c-explain-with-example","tag-what-will-be-the-output-of-the-following-code-statements","tag-what-will-be-the-output-of-the-following-code-statements-integer-a","tag-what-will-be-the-output-of-the-following-pseudo-code-statements","tag-what-will-be-the-output-of-the-following-pseudo-code-statements-integer-a-984","tag-what-will-be-the-output-of-the-following-pseudocode"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is the output of the following pseudo code ? - Recursion and Iteration<\/title>\n<meta name=\"description\" content=\"What is the output of the following pseudo code ? - This is the recursion and iteration questions and answers with explanation for various interview, competitive exams.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.wikitechy.com\/interview-questions\/recursion-and-iteration\/what-is-the-output-of-the-following-pseudo-code-int-a-456-b-c-d-10-b-a-d-c-a-b-print-c\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is the output of the following pseudo code ? - Recursion and Iteration\" \/>\n<meta property=\"og:description\" content=\"What is the output of the following pseudo code ? - This is the recursion and iteration questions and answers with explanation for various interview, competitive exams.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wikitechy.com\/interview-questions\/recursion-and-iteration\/what-is-the-output-of-the-following-pseudo-code-int-a-456-b-c-d-10-b-a-d-c-a-b-print-c\/\" \/>\n<meta property=\"og:site_name\" content=\"Wikitechy\" \/>\n<meta property=\"article:published_time\" content=\"2021-08-28T17:21:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-03T05:51:36+00:00\" \/>\n<meta name=\"author\" content=\"Editor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Editor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.wikitechy.com\/interview-questions\/recursion-and-iteration\/what-is-the-output-of-the-following-pseudo-code-int-a-456-b-c-d-10-b-a-d-c-a-b-print-c\/\",\"url\":\"https:\/\/www.wikitechy.com\/interview-questions\/recursion-and-iteration\/what-is-the-output-of-the-following-pseudo-code-int-a-456-b-c-d-10-b-a-d-c-a-b-print-c\/\",\"name\":\"What is the output of the following pseudo code ? - Recursion and Iteration\",\"isPartOf\":{\"@id\":\"https:\/\/www.wikitechy.com\/interview-questions\/#website\"},\"datePublished\":\"2021-08-28T17:21:53+00:00\",\"dateModified\":\"2021-09-03T05:51:36+00:00\",\"author\":{\"@id\":\"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/4d5a581fb5470d1560324bddc5e8b757\"},\"description\":\"What is the output of the following pseudo code ? - This is the recursion and iteration questions and answers with explanation for various interview, competitive exams.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.wikitechy.com\/interview-questions\/recursion-and-iteration\/what-is-the-output-of-the-following-pseudo-code-int-a-456-b-c-d-10-b-a-d-c-a-b-print-c\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.wikitechy.com\/interview-questions\/#website\",\"url\":\"https:\/\/www.wikitechy.com\/interview-questions\/\",\"name\":\"Wikitechy\",\"description\":\"Interview Questions\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.wikitechy.com\/interview-questions\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/4d5a581fb5470d1560324bddc5e8b757\",\"name\":\"Editor\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g\",\"caption\":\"Editor\"},\"url\":\"https:\/\/www.wikitechy.com\/interview-questions\/author\/editor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is the output of the following pseudo code ? - Recursion and Iteration","description":"What is the output of the following pseudo code ? - This is the recursion and iteration questions and answers with explanation for various interview, competitive exams.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.wikitechy.com\/interview-questions\/recursion-and-iteration\/what-is-the-output-of-the-following-pseudo-code-int-a-456-b-c-d-10-b-a-d-c-a-b-print-c\/","og_locale":"en_US","og_type":"article","og_title":"What is the output of the following pseudo code ? - Recursion and Iteration","og_description":"What is the output of the following pseudo code ? - This is the recursion and iteration questions and answers with explanation for various interview, competitive exams.","og_url":"https:\/\/www.wikitechy.com\/interview-questions\/recursion-and-iteration\/what-is-the-output-of-the-following-pseudo-code-int-a-456-b-c-d-10-b-a-d-c-a-b-print-c\/","og_site_name":"Wikitechy","article_published_time":"2021-08-28T17:21:53+00:00","article_modified_time":"2021-09-03T05:51:36+00:00","author":"Editor","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Editor","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.wikitechy.com\/interview-questions\/recursion-and-iteration\/what-is-the-output-of-the-following-pseudo-code-int-a-456-b-c-d-10-b-a-d-c-a-b-print-c\/","url":"https:\/\/www.wikitechy.com\/interview-questions\/recursion-and-iteration\/what-is-the-output-of-the-following-pseudo-code-int-a-456-b-c-d-10-b-a-d-c-a-b-print-c\/","name":"What is the output of the following pseudo code ? - Recursion and Iteration","isPartOf":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/#website"},"datePublished":"2021-08-28T17:21:53+00:00","dateModified":"2021-09-03T05:51:36+00:00","author":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/4d5a581fb5470d1560324bddc5e8b757"},"description":"What is the output of the following pseudo code ? - This is the recursion and iteration questions and answers with explanation for various interview, competitive exams.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wikitechy.com\/interview-questions\/recursion-and-iteration\/what-is-the-output-of-the-following-pseudo-code-int-a-456-b-c-d-10-b-a-d-c-a-b-print-c\/"]}]},{"@type":"WebSite","@id":"https:\/\/www.wikitechy.com\/interview-questions\/#website","url":"https:\/\/www.wikitechy.com\/interview-questions\/","name":"Wikitechy","description":"Interview Questions","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.wikitechy.com\/interview-questions\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/4d5a581fb5470d1560324bddc5e8b757","name":"Editor","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g","caption":"Editor"},"url":"https:\/\/www.wikitechy.com\/interview-questions\/author\/editor\/"}]}},"_links":{"self":[{"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts\/2651","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/comments?post=2651"}],"version-history":[{"count":1,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts\/2651\/revisions"}],"predecessor-version":[{"id":2665,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts\/2651\/revisions\/2665"}],"wp:attachment":[{"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/media?parent=2651"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/categories?post=2651"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/tags?post=2651"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}