{"id":313,"date":"2021-07-12T19:55:57","date_gmt":"2021-07-12T19:55:57","guid":{"rendered":"https:\/\/www.wikitechy.com\/interview-questions\/?p=313"},"modified":"2021-09-14T06:15:44","modified_gmt":"2021-09-14T06:15:44","slug":"main-int-x20-y35-x-y-x-y-y-x-printf-d-dn-x-y","status":"publish","type":"post","link":"https:\/\/www.wikitechy.com\/interview-questions\/c\/main-int-x20-y35-x-y-x-y-y-x-printf-d-dn-x-y\/","title":{"rendered":"main () {int x=20, y=35; x = y++ + x++; y = ++y + ++x; printf (&#8220;%d %d\\n\u201d, x, y);} ?"},"content":{"rendered":"<div class=\"TextHeading\">\n<div class=\"hddn\">\n<h2 id=\"find-the-output-of-c-program\" class=\"color-purple\" style=\"text-align: justify;\">Find the output of C Program ?<\/h2>\n<\/div>\n<\/div>\n<div class=\"code-embed-wrapper\"> <div class=\"code-embed-infos\"> <\/div> <pre class=\"language-c code-embed-pre line-numbers\"  data-start=\"1\" data-line-offset=\"0\"><code class=\"language-c code-embed-code\">main()<br\/>{<br\/>int x=20,y=35;<br\/>x = y++ + x++;<br\/>y = ++y + ++x;<br\/>printf(&quot;%d %d\\n&quot;,x,y);<br\/>} ? <\/code><\/pre> <\/div>\n<p style=\"text-align: justify;\">While calculating the x value, x & y values are post incremented. So, the values of x & y are added and then incremented i.e. x=56, y=36<\/p>\n<p style=\"text-align: justify;\">While calculating the y value, x & y values are preincremented, so x & y values are incremented and then added i.e x=57, y=37.<\/p>\n<p style=\"text-align: justify;\"><b>{ x=y++ + x++; }<\/b>\u00a0equal to<\/p>\n<div class=\"CodeContent\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<figure class=\"highlight\"><div class=\"code-embed-wrapper\"> <div class=\"code-embed-infos\"> <\/div> <pre class=\"language-c code-embed-pre line-numbers\"  data-start=\"1\" data-line-offset=\"0\"><code class=\"language-c code-embed-code\"><br\/>x=y+x;\/\/35+20<br\/>x++; \/\/56<br\/>y++; \/\/36<br\/>}<\/code><\/pre> <\/div><\/figure>\n<\/div>\n<\/div>\n<p style=\"text-align: justify;\"><b>y=++y + ++x;<\/b>\u00a0is equal to<\/p>\n<div class=\"CodeContent\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<figure class=\"highlight\"><div class=\"code-embed-wrapper\"> <div class=\"code-embed-infos\"> <\/div> <pre class=\"language-c code-embed-pre line-numbers\"  data-start=\"1\" data-line-offset=\"0\"><code class=\"language-c code-embed-code\"><br\/>++y;\/\/37<br\/>++x;\/\/57<br\/>y=y+x;\/\/37+57<br\/>}<\/code><\/pre> <\/div><\/figure>\n<\/div>\n<\/div>\n<p style=\"text-align: justify;\"><b>Output:<\/b><\/p>\n<div class=\"Output\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<figure class=\"highlight\"><div class=\"code-embed-wrapper\"> <div class=\"code-embed-infos\"> <\/div> <pre class=\"language-c code-embed-pre line-numbers\"  data-start=\"1\" data-line-offset=\"0\"><code class=\"language-c code-embed-code\">x=57<br\/> y=94<\/code><\/pre> <\/div><\/figure>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Answer : While calculating the y value, x &#038; y values are preincremtned, so x &#038; y values are incremented&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1716],"tags":[1791,1739,491,1740,1790,211,1788,1762,1783,1787,1785,1784,203,199,214,198,363,209,1786,1764,205,1745,1743,1766,222,1763,1747,196,1774,212,1779,1773,1778,1777,1765,1782,1775,1789,1780,1781,710,207,366,204,217,288,1744,483,206,1771,1741,1742,1746,1769,1770,1772,1768,1776,1767,15829],"class_list":["post-313","post","type-post","status-publish","format-standard","hentry","category-c","tag-a-simple-c-program-for-mathematical-calculation","tag-accentur-interview-questions-and-answers","tag-applied-materials-interview-questions-and-answers","tag-asian-paints-ltd-interview-questions-and-answers","tag-basics-of-common-math-functions-in-c-programming","tag-bosch-india-software-interview-questions-and-answers","tag-c-programming-examples-on-mathematical-functions","tag-c-programming-math-functions","tag-c-programming-math-operators","tag-c-c-mathematical-programs","tag-c-math-code-examples","tag-c-programs-mathematical-formula","tag-capgemini-interview-questions-and-answers","tag-casting-networks-india-pvt-limited-interview-questions-and-answers","tag-cgi-group-inc-interview-questions-and-answers","tag-chetu-interview-questions-and-answers","tag-ciena-corporation-interview-questions-and-answers","tag-collabera-technologies-interview-questions-and-answers","tag-computer-programming-formulas","tag-define-main-in-c-language","tag-dell-international-services-india-pvt-ltd-interview-questions-and-answers","tag-dhfl-pramerica-life-insurance-company-ltd-interview-questions-and-answers","tag-elico-healthcare-services-ltd-interview-questions-and-answers","tag-explain-the-importance-of-main-function-in-c","tag-flipkart-interview-questions-and-answers","tag-for-loop-in-c-programming-example","tag-hcl-technol-interview-questions-and-answers","tag-ibm-interview-questions-and-answers","tag-importance-of-main-function-in-c","tag-indecomm-global-services-interview-questions-and-answers","tag-main-function-c-programming","tag-main-function-in-c-is-user-defined-or-not","tag-main-in-c-programming","tag-main-method-in-c","tag-main-function-definition","tag-math-functions-in-c-programming-examples","tag-mathematical-programming-in-c","tag-mathematical-programs-in-c-langauge","tag-mathematical-programs-in-c-language","tag-mathematics-in-c-programming","tag-mavenir-interview-questions-and-answers","tag-mphasis-interview-questions-and-answers","tag-netapp-interview-questions-and-answers","tag-oracle-corporation-interview-questions-and-answers","tag-peoplestrong-interview-questions-and-answers","tag-r-systems-interview-questions-and-answers","tag-raqmiyat-information-technologies-pvt-ltd-interview-questions-and-answers","tag-reliance-industries-ltd-interview-questions-and-answers","tag-sap-labs-india-pvt-ltd-interview-questions-and-answers","tag-syntax-of-function-in-c","tag-tata-aia-life-insurance-interview-questions-and-answers","tag-tech-mahindr-interview-questions-and-answers","tag-the-linde-group-interview-questions-and-answers","tag-what-does-main-mean-in-c","tag-what-is-main-function-in-c","tag-what-is-main-function","tag-what-is-main-in-c","tag-what-is-the-main-function","tag-what-is-the-purpose-of-main-function-in-c-language","tag-zencer-interview-questions-and-answers"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Find the output of C Program ? - C Interview Questions - Wikitechy<\/title>\n<meta name=\"description\" content=\"Find the output of C Program ? - C Interview Questions - while calculating the x value, x &amp; y values are post incremented. So, the values of x &amp; y are added\" \/>\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\/c\/main-int-x20-y35-x-y-x-y-y-x-printf-d-dn-x-y\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Find the output of C Program ? - C Interview Questions - Wikitechy\" \/>\n<meta property=\"og:description\" content=\"Find the output of C Program ? - C Interview Questions - while calculating the x value, x &amp; y values are post incremented. So, the values of x &amp; y are added\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wikitechy.com\/interview-questions\/c\/main-int-x20-y35-x-y-x-y-y-x-printf-d-dn-x-y\/\" \/>\n<meta property=\"og:site_name\" content=\"Wikitechy\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-12T19:55:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-14T06:15:44+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\":\"Article\",\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/c\\\/main-int-x20-y35-x-y-x-y-y-x-printf-d-dn-x-y\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/c\\\/main-int-x20-y35-x-y-x-y-y-x-printf-d-dn-x-y\\\/\"},\"author\":{\"name\":\"Editor\",\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/#\\\/schema\\\/person\\\/4d5a581fb5470d1560324bddc5e8b757\"},\"headline\":\"main () {int x=20, y=35; x = y++ + x++; y = ++y + ++x; printf (&#8220;%d %d\\\\n\u201d, x, y);} ?\",\"datePublished\":\"2021-07-12T19:55:57+00:00\",\"dateModified\":\"2021-09-14T06:15:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/c\\\/main-int-x20-y35-x-y-x-y-y-x-printf-d-dn-x-y\\\/\"},\"wordCount\":203,\"commentCount\":0,\"keywords\":[\"A Simple C Program for Mathematical Calculation\",\"Accentur interview questions and answers\",\"Applied Materials interview questions and answers\",\"Asian Paints Ltd. interview questions and answers\",\"Basics of Common Math Functions in C Programming\",\"Bosch India Software interview questions and answers\",\"C Programming Examples on Mathematical Functions\",\"c programming math functions\",\"c programming math operators\",\"C\\\/C++ Mathematical Programs\",\"c++ math code examples\",\"c++ programs mathematical formula\",\"Capgemini interview questions and answers\",\"CASTING NETWORKS INDIA PVT LIMITED interview questions and answers\",\"CGI Group Inc interview questions and answers\",\"Chetu interview questions and answers\",\"Ciena Corporation interview questions and answers\",\"Collabera Technologies interview questions and answers\",\"computer programming formulas\",\"define main() in c language\",\"Dell International Services India Pvt Ltd interview questions and answers\",\"DHFL Pramerica Life Insurance Company Ltd interview questions and answers\",\"Elico HealthCare Services Ltd interview questions and answers\",\"explain the importance of main function in c\",\"Flipkart interview questions and answers\",\"for loop in c programming example\",\"HCL Technol interview questions and answers\",\"IBM interview questions and answers\",\"importance of main function in c++\",\"Indecomm Global Services interview questions and answers\",\"main function c programming\",\"main function in c is user defined or not\",\"main in c programming\",\"main method in c\",\"main() function definition\",\"math functions in c programming examples\",\"mathematical programming in c\",\"Mathematical Programs in C Langauge\",\"mathematical programs in c language\",\"mathematics in c programming\",\"Mavenir interview questions and answers\",\"Mphasis interview questions and answers\",\"NetApp interview questions and answers\",\"Oracle Corporation interview questions and answers\",\"PeopleStrong interview questions and answers\",\"R Systems interview questions and answers\",\"Raqmiyat Information Technologies Pvt Ltd interview questions and answers\",\"Reliance Industries Ltd interview questions and answers\",\"SAP Labs India Pvt Ltd interview questions and answers\",\"syntax of function in c\",\"Tata AIA Life Insurance interview questions and answers\",\"Tech Mahindr interview questions and answers\",\"The Linde Group interview questions and answers\",\"what does main() mean in c\",\"what is main function in c++\",\"what is main() function\",\"what is main() in c++\",\"what is the main function\",\"what is the purpose of main function in c language\",\"zencer interview questions and answers\"],\"articleSection\":[\"C\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/c\\\/main-int-x20-y35-x-y-x-y-y-x-printf-d-dn-x-y\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/c\\\/main-int-x20-y35-x-y-x-y-y-x-printf-d-dn-x-y\\\/\",\"url\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/c\\\/main-int-x20-y35-x-y-x-y-y-x-printf-d-dn-x-y\\\/\",\"name\":\"Find the output of C Program ? - C Interview Questions - Wikitechy\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/#website\"},\"datePublished\":\"2021-07-12T19:55:57+00:00\",\"dateModified\":\"2021-09-14T06:15:44+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/#\\\/schema\\\/person\\\/4d5a581fb5470d1560324bddc5e8b757\"},\"description\":\"Find the output of C Program ? - C Interview Questions - while calculating the x value, x & y values are post incremented. So, the values of x & y are added\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/c\\\/main-int-x20-y35-x-y-x-y-y-x-printf-d-dn-x-y\\\/\"]}]},{\"@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\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"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:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g\",\"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":"Find the output of C Program ? - C Interview Questions - Wikitechy","description":"Find the output of C Program ? - C Interview Questions - while calculating the x value, x & y values are post incremented. So, the values of x & y are added","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\/c\/main-int-x20-y35-x-y-x-y-y-x-printf-d-dn-x-y\/","og_locale":"en_US","og_type":"article","og_title":"Find the output of C Program ? - C Interview Questions - Wikitechy","og_description":"Find the output of C Program ? - C Interview Questions - while calculating the x value, x & y values are post incremented. So, the values of x & y are added","og_url":"https:\/\/www.wikitechy.com\/interview-questions\/c\/main-int-x20-y35-x-y-x-y-y-x-printf-d-dn-x-y\/","og_site_name":"Wikitechy","article_published_time":"2021-07-12T19:55:57+00:00","article_modified_time":"2021-09-14T06:15:44+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":"Article","@id":"https:\/\/www.wikitechy.com\/interview-questions\/c\/main-int-x20-y35-x-y-x-y-y-x-printf-d-dn-x-y\/#article","isPartOf":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/c\/main-int-x20-y35-x-y-x-y-y-x-printf-d-dn-x-y\/"},"author":{"name":"Editor","@id":"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/4d5a581fb5470d1560324bddc5e8b757"},"headline":"main () {int x=20, y=35; x = y++ + x++; y = ++y + ++x; printf (&#8220;%d %d\\n\u201d, x, y);} ?","datePublished":"2021-07-12T19:55:57+00:00","dateModified":"2021-09-14T06:15:44+00:00","mainEntityOfPage":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/c\/main-int-x20-y35-x-y-x-y-y-x-printf-d-dn-x-y\/"},"wordCount":203,"commentCount":0,"keywords":["A Simple C Program for Mathematical Calculation","Accentur interview questions and answers","Applied Materials interview questions and answers","Asian Paints Ltd. interview questions and answers","Basics of Common Math Functions in C Programming","Bosch India Software interview questions and answers","C Programming Examples on Mathematical Functions","c programming math functions","c programming math operators","C\/C++ Mathematical Programs","c++ math code examples","c++ programs mathematical formula","Capgemini interview questions and answers","CASTING NETWORKS INDIA PVT LIMITED interview questions and answers","CGI Group Inc interview questions and answers","Chetu interview questions and answers","Ciena Corporation interview questions and answers","Collabera Technologies interview questions and answers","computer programming formulas","define main() in c language","Dell International Services India Pvt Ltd interview questions and answers","DHFL Pramerica Life Insurance Company Ltd interview questions and answers","Elico HealthCare Services Ltd interview questions and answers","explain the importance of main function in c","Flipkart interview questions and answers","for loop in c programming example","HCL Technol interview questions and answers","IBM interview questions and answers","importance of main function in c++","Indecomm Global Services interview questions and answers","main function c programming","main function in c is user defined or not","main in c programming","main method in c","main() function definition","math functions in c programming examples","mathematical programming in c","Mathematical Programs in C Langauge","mathematical programs in c language","mathematics in c programming","Mavenir interview questions and answers","Mphasis interview questions and answers","NetApp interview questions and answers","Oracle Corporation interview questions and answers","PeopleStrong interview questions and answers","R Systems interview questions and answers","Raqmiyat Information Technologies Pvt Ltd interview questions and answers","Reliance Industries Ltd interview questions and answers","SAP Labs India Pvt Ltd interview questions and answers","syntax of function in c","Tata AIA Life Insurance interview questions and answers","Tech Mahindr interview questions and answers","The Linde Group interview questions and answers","what does main() mean in c","what is main function in c++","what is main() function","what is main() in c++","what is the main function","what is the purpose of main function in c language","zencer interview questions and answers"],"articleSection":["C"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.wikitechy.com\/interview-questions\/c\/main-int-x20-y35-x-y-x-y-y-x-printf-d-dn-x-y\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.wikitechy.com\/interview-questions\/c\/main-int-x20-y35-x-y-x-y-y-x-printf-d-dn-x-y\/","url":"https:\/\/www.wikitechy.com\/interview-questions\/c\/main-int-x20-y35-x-y-x-y-y-x-printf-d-dn-x-y\/","name":"Find the output of C Program ? - C Interview Questions - Wikitechy","isPartOf":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/#website"},"datePublished":"2021-07-12T19:55:57+00:00","dateModified":"2021-09-14T06:15:44+00:00","author":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/4d5a581fb5470d1560324bddc5e8b757"},"description":"Find the output of C Program ? - C Interview Questions - while calculating the x value, x & y values are post incremented. So, the values of x & y are added","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wikitechy.com\/interview-questions\/c\/main-int-x20-y35-x-y-x-y-y-x-printf-d-dn-x-y\/"]}]},{"@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":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"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:\/\/secure.gravatar.com\/avatar\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g","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\/313","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=313"}],"version-history":[{"count":3,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts\/313\/revisions"}],"predecessor-version":[{"id":3658,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts\/313\/revisions\/3658"}],"wp:attachment":[{"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/media?parent=313"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/categories?post=313"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/tags?post=313"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}