{"id":353,"date":"2021-07-12T21:52:36","date_gmt":"2021-07-12T21:52:36","guid":{"rendered":"https:\/\/www.wikitechy.com\/interview-questions\/?p=353"},"modified":"2021-09-14T05:37:50","modified_gmt":"2021-09-14T05:37:50","slug":"what-are-the-advantages-and-disadvantages-of-using-inline-and-const","status":"publish","type":"post","link":"https:\/\/www.wikitechy.com\/interview-questions\/cpp\/what-are-the-advantages-and-disadvantages-of-using-inline-and-const\/","title":{"rendered":"What are the advantages and disadvantages of using inline and const ?"},"content":{"rendered":"<div class=\"TextHeading\">\n<div class=\"hddn\">\n<h2 id=\"what-are-the-advantages-and-disadvantages-of-using-inline-and-const\" class=\"color-pink\" style=\"text-align: justify;\">What are the advantages and disadvantages of using inline and const<\/h2>\n<\/div>\n<\/div>\n<div class=\"subheading\" style=\"text-align: justify;\">\n<h2 id=\"inline\" class=\"color-green\">Inline:<\/h2>\n<\/div>\n<p style=\"text-align: justify;\"><b>Advantages:<\/b><\/p>\n<div class=\"Content\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<ul>\n<li>It does not require function calling overhead.<\/li>\n<li>It additionally save overhead of variables push\/pop on the stack, while function calling.<\/li>\n<li>It also save overhead of return call from a function.<\/li>\n<li>It increases locality of reference by utilizing instruction cache.<\/li>\n<li>Inline function may be useful (if it is small) for embedded systems because inline can yield less code than the function call outline and return.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<p style=\"text-align: justify;\"><b>Disadvantages:<\/b><\/p>\n<div class=\"Content\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<ul>\n<li>If you use too many inline functions then the size of the binary executable file will be large, because of the duplication of same code.<\/li>\n<li>Too much inlining can also reduce your instruction cache hit rate, thus reducing the speed of instruction fetch from that of cache memory to that of primary memory.<\/li>\n<li>It may cause compilation overhead as if somebody changes code inside inline function than all calling location will also be compiled.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"text-center row\" style=\"text-align: justify;\"><\/div>\n<div class=\"subheading\" style=\"text-align: justify;\">\n<h2 id=\"const\" class=\"color-green\">Const:<\/h2>\n<\/div>\n<p style=\"text-align: justify;\"><b>Advantages:<\/b><\/p>\n<div class=\"Content\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<ul>\n<li>If you want any variable to keep constant through out the program then you can use const keyword.<\/li>\n<li>It is stored in the read only of the initalized data segment , even the pointer storing it\u2019s location cannot change the value of it, pointer can just change the address to point at some other location.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<p style=\"text-align: justify;\"><b>Disadvantages:<\/b><\/p>\n<div class=\"Content\">\n<div class=\"hddn\">\n<ul>\n<li style=\"text-align: justify;\">As the const is not flexible so mostly people use #define which is more flexible than const.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Answers : Advantages of inline&#8230;.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2080],"tags":[195,2124,2153,2161,491,360,2160,2155,368,211,2149,2152,2148,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,199,198,363,2135,2150,2151,205,2157,2117,220,222,2122,212,2137,2138,2139,2140,2146,2143,2156,2144,2158,2142,2120,2136,2121,710,207,366,204,217,2116,2123,2145,210,200,2118,2159,2154,2147,968,216,2119,15847],"class_list":["post-353","post","type-post","status-publish","format-standard","hentry","category-cpp","tag-accenture-interview-questions-and-answers","tag-advantages-and-disadvantages-of-inline-function-in-c","tag-advantages-of-const-in-c","tag-advantages-of-inline-functions-c","tag-applied-materials-interview-questions-and-answers","tag-atos-interview-questions-and-answers","tag-benefits-of-inline-functions-in-c","tag-benefits-of-using-const-functions-c-c","tag-bmc-software-interview-questions-and-answers","tag-bosch-india-software-interview-questions-and-answers","tag-c-const","tag-c-const-pointer","tag-c-constant","tag-c-inline","tag-c-implicit-inline","tag-c-inline-a-variable","tag-c-inline-class","tag-c-inline-const-variable","tag-c-inline-function-declaration","tag-c-inline-global-function","tag-c-inline-linkage","tag-c-inline-member-function","tag-c-inline-variable","tag-casting-networks-india-pvt-limited-interview-questions-and-answers","tag-chetu-interview-questions-and-answers","tag-ciena-corporation-interview-questions-and-answers","tag-const-functions","tag-const-pointer","tag-constants-and-variables","tag-dell-international-services-india-pvt-ltd-interview-questions-and-answers","tag-disadvantage","tag-einfochips-interview-questions-and-answers","tag-electronics-arts-inc-interview-questions-and-answers","tag-flipkart-interview-questions-and-answers","tag-harman-international-interview-questions-and-answers","tag-indecomm-global-services-interview-questions-and-answers","tag-inline-and-const-functions-c","tag-inline-constexpr","tag-inline-constexpr-variable","tag-inline-declaration-c","tag-inline-definition","tag-inline-function","tag-inline-function-advantages","tag-inline-function-in-c","tag-inline-functions-in-c","tag-inline-variable-c","tag-larsen-toubro-interview-questions-and-answers","tag-like-virtual-void-function","tag-mathworks-india-private-limited-interview-questions-and-answers","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-philips-software-centre-pvt-ltd-interview-questions-and-answers","tag-srm-technologies-interview-questions-and-answers","tag-static-inline","tag-symphony-teleca-interview-questions-and-answers","tag-tech-mahindra-interview-questions-and-answers","tag-tecnotree-interview-questions-and-answers","tag-what-are-the-advantages-and-disadvantages-of-inline-function","tag-what-are-the-advantages-of-using-const","tag-what-is-inline-function","tag-wipro-infotech-interview-questions-and-answers","tag-wipro-interview-questions-and-answers","tag-yash-technologies-interview-questions-and-answers","tag-zimmer-biomet-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>What are the advantages and disadvantages of using inline and const ?<\/title>\n<meta name=\"description\" content=\"What are the advantages and disadvantages of using inline and const ? - It does not require function calling overhead.\" \/>\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\/cpp\/what-are-the-advantages-and-disadvantages-of-using-inline-and-const\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What are the advantages and disadvantages of using inline and const ?\" \/>\n<meta property=\"og:description\" content=\"What are the advantages and disadvantages of using inline and const ? - It does not require function calling overhead.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wikitechy.com\/interview-questions\/cpp\/what-are-the-advantages-and-disadvantages-of-using-inline-and-const\/\" \/>\n<meta property=\"og:site_name\" content=\"Wikitechy\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-12T21:52:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-14T05:37:50+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\\\/cpp\\\/what-are-the-advantages-and-disadvantages-of-using-inline-and-const\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/cpp\\\/what-are-the-advantages-and-disadvantages-of-using-inline-and-const\\\/\"},\"author\":{\"name\":\"Editor\",\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/#\\\/schema\\\/person\\\/4d5a581fb5470d1560324bddc5e8b757\"},\"headline\":\"What are the advantages and disadvantages of using inline and const ?\",\"datePublished\":\"2021-07-12T21:52:36+00:00\",\"dateModified\":\"2021-09-14T05:37:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/cpp\\\/what-are-the-advantages-and-disadvantages-of-using-inline-and-const\\\/\"},\"wordCount\":239,\"commentCount\":0,\"keywords\":[\"Accenture interview questions and answers\",\"advantages and disadvantages of inline function in c++\",\"Advantages of const in C++ ?\",\"Advantages of inline functions - C++\",\"Applied Materials interview questions and answers\",\"Atos interview questions and answers\",\"Benefits of inline functions in C++ ?\",\"Benefits of using const functions - C \\\/ C++\",\"BMC Software interview questions and answers\",\"Bosch India Software interview questions and answers\",\"c const\",\"c const pointer\",\"c constant\",\"c inline\",\"c++ implicit inline\",\"c++ inline a variable\",\"c++ inline class\",\"c++ inline const variable\",\"c++ inline function declaration\",\"c++ inline global function\",\"c++ inline linkage\",\"c++ inline member function\",\"c++ inline variable\",\"CASTING NETWORKS INDIA PVT LIMITED interview questions and answers\",\"Chetu interview questions and answers\",\"Ciena Corporation interview questions and answers\",\"Const Functions\",\"const pointer\",\"constants and variables\",\"Dell International Services India Pvt Ltd interview questions and answers\",\"Disadvantage\",\"eInfochips interview questions and answers\",\"Electronics Arts Inc interview questions and answers\",\"Flipkart interview questions and answers\",\"Harman International interview questions and answers\",\"Indecomm Global Services interview questions and answers\",\"Inline and const functions (C++)\",\"inline constexpr\",\"inline constexpr variable\",\"inline declaration c++\",\"inline definition\",\"inline function\",\"Inline function Advantages\",\"inline function in c\",\"Inline Functions in C++\",\"inline variable c#\",\"Larsen &amp; Toubro interview questions and answers\",\"like virtual void Function()\",\"Mathworks India Private Limited interview questions and answers\",\"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\",\"Philips Software Centre Pvt Ltd interview questions and answers\",\"SRM Technologies interview questions and answers\",\"static inline\",\"Symphony Teleca interview questions and answers\",\"Tech Mahindra interview questions and answers\",\"Tecnotree interview questions and answers\",\"What are the advantages and disadvantages of inline function ?\",\"What are the advantages of using const ?\",\"what is inline function\",\"Wipro Infotech interview questions and answers\",\"Wipro interview questions and answers\",\"Yash Technologies interview questions and answers\",\"zimmer biomet interview questions and answers\"],\"articleSection\":[\"C++\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/cpp\\\/what-are-the-advantages-and-disadvantages-of-using-inline-and-const\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/cpp\\\/what-are-the-advantages-and-disadvantages-of-using-inline-and-const\\\/\",\"url\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/cpp\\\/what-are-the-advantages-and-disadvantages-of-using-inline-and-const\\\/\",\"name\":\"What are the advantages and disadvantages of using inline and const ?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/#website\"},\"datePublished\":\"2021-07-12T21:52:36+00:00\",\"dateModified\":\"2021-09-14T05:37:50+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/#\\\/schema\\\/person\\\/4d5a581fb5470d1560324bddc5e8b757\"},\"description\":\"What are the advantages and disadvantages of using inline and const ? - It does not require function calling overhead.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/cpp\\\/what-are-the-advantages-and-disadvantages-of-using-inline-and-const\\\/\"]}]},{\"@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":"What are the advantages and disadvantages of using inline and const ?","description":"What are the advantages and disadvantages of using inline and const ? - It does not require function calling overhead.","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\/cpp\/what-are-the-advantages-and-disadvantages-of-using-inline-and-const\/","og_locale":"en_US","og_type":"article","og_title":"What are the advantages and disadvantages of using inline and const ?","og_description":"What are the advantages and disadvantages of using inline and const ? - It does not require function calling overhead.","og_url":"https:\/\/www.wikitechy.com\/interview-questions\/cpp\/what-are-the-advantages-and-disadvantages-of-using-inline-and-const\/","og_site_name":"Wikitechy","article_published_time":"2021-07-12T21:52:36+00:00","article_modified_time":"2021-09-14T05:37:50+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\/cpp\/what-are-the-advantages-and-disadvantages-of-using-inline-and-const\/#article","isPartOf":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/cpp\/what-are-the-advantages-and-disadvantages-of-using-inline-and-const\/"},"author":{"name":"Editor","@id":"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/4d5a581fb5470d1560324bddc5e8b757"},"headline":"What are the advantages and disadvantages of using inline and const ?","datePublished":"2021-07-12T21:52:36+00:00","dateModified":"2021-09-14T05:37:50+00:00","mainEntityOfPage":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/cpp\/what-are-the-advantages-and-disadvantages-of-using-inline-and-const\/"},"wordCount":239,"commentCount":0,"keywords":["Accenture interview questions and answers","advantages and disadvantages of inline function in c++","Advantages of const in C++ ?","Advantages of inline functions - C++","Applied Materials interview questions and answers","Atos interview questions and answers","Benefits of inline functions in C++ ?","Benefits of using const functions - C \/ C++","BMC Software interview questions and answers","Bosch India Software interview questions and answers","c const","c const pointer","c constant","c inline","c++ implicit inline","c++ inline a variable","c++ inline class","c++ inline const variable","c++ inline function declaration","c++ inline global function","c++ inline linkage","c++ inline member function","c++ inline variable","CASTING NETWORKS INDIA PVT LIMITED interview questions and answers","Chetu interview questions and answers","Ciena Corporation interview questions and answers","Const Functions","const pointer","constants and variables","Dell International Services India Pvt Ltd interview questions and answers","Disadvantage","eInfochips interview questions and answers","Electronics Arts Inc interview questions and answers","Flipkart interview questions and answers","Harman International interview questions and answers","Indecomm Global Services interview questions and answers","Inline and const functions (C++)","inline constexpr","inline constexpr variable","inline declaration c++","inline definition","inline function","Inline function Advantages","inline function in c","Inline Functions in C++","inline variable c#","Larsen &amp; Toubro interview questions and answers","like virtual void Function()","Mathworks India Private Limited interview questions and answers","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","Philips Software Centre Pvt Ltd interview questions and answers","SRM Technologies interview questions and answers","static inline","Symphony Teleca interview questions and answers","Tech Mahindra interview questions and answers","Tecnotree interview questions and answers","What are the advantages and disadvantages of inline function ?","What are the advantages of using const ?","what is inline function","Wipro Infotech interview questions and answers","Wipro interview questions and answers","Yash Technologies interview questions and answers","zimmer biomet interview questions and answers"],"articleSection":["C++"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.wikitechy.com\/interview-questions\/cpp\/what-are-the-advantages-and-disadvantages-of-using-inline-and-const\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.wikitechy.com\/interview-questions\/cpp\/what-are-the-advantages-and-disadvantages-of-using-inline-and-const\/","url":"https:\/\/www.wikitechy.com\/interview-questions\/cpp\/what-are-the-advantages-and-disadvantages-of-using-inline-and-const\/","name":"What are the advantages and disadvantages of using inline and const ?","isPartOf":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/#website"},"datePublished":"2021-07-12T21:52:36+00:00","dateModified":"2021-09-14T05:37:50+00:00","author":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/4d5a581fb5470d1560324bddc5e8b757"},"description":"What are the advantages and disadvantages of using inline and const ? - It does not require function calling overhead.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wikitechy.com\/interview-questions\/cpp\/what-are-the-advantages-and-disadvantages-of-using-inline-and-const\/"]}]},{"@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\/353","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=353"}],"version-history":[{"count":4,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts\/353\/revisions"}],"predecessor-version":[{"id":3635,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts\/353\/revisions\/3635"}],"wp:attachment":[{"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/media?parent=353"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/categories?post=353"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/tags?post=353"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}