{"id":198,"date":"2020-02-07T06:58:21","date_gmt":"2020-02-07T06:58:21","guid":{"rendered":"https:\/\/rndpedia.com\/blog\/?p=198"},"modified":"2024-07-22T02:00:52","modified_gmt":"2024-07-22T02:00:52","slug":"illustrate-the-use-of-logical-operators","status":"publish","type":"post","link":"https:\/\/www.nesark.com\/blog\/illustrate-the-use-of-logical-operators\/","title":{"rendered":"Illustrate the use of logical operators."},"content":{"rendered":"<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: cpp; title: ; notranslate\" title=\"\">\n#include&lt;stdio.h&gt;\n#include&lt;conio.h&gt;\nmain()\n{\n\tprintf(&quot;\\n Condition : Return Values&quot;);\n\tprintf(&quot;\\n 5&gt;3 &amp;&amp; 5&lt;10 : %5d&quot;,5&gt;3 &amp;&amp; 5&lt;10);\n\tprintf(&quot;\\n 8&gt;5 || 8&lt;2 : %6d&quot;,8&gt;5 || 8&lt;2);\n\tprintf(&quot;\\n !(8==8) : %9d&quot;,!(8==8));\n\tgetch();\n}\n\n\n\/*The third condition is wrong.Hence result returned will be 0.*\/\n<\/pre><\/div>\n\n\n<p>The logical operators are used to evaluate the conditions in an expression and make decisions based on the result. There are three logical operators in C programming language:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>&amp;&amp; (AND) operator: It evaluates to true if both the conditions are true.<\/li>\n\n\n\n<li>|| (OR) operator: It evaluates to true if either of the conditions are true.<\/li>\n\n\n\n<li>! (NOT) operator: It inverts the truth value of an expression.<\/li>\n<\/ol>\n\n\n\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-1910841001912053\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- horizintal -->\n<ins class=\"adsbygoogle\"\n     style=\"display:block\"\n     data-ad-client=\"ca-pub-1910841001912053\"\n     data-ad-slot=\"8832200140\"\n     data-ad-format=\"auto\"\n     data-full-width-responsive=\"true\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script>\n\n\n\n<p>This above program demonstrates the use of logical operators in C. The logical operators used in this program are <code>&amp;&amp;<\/code> (AND), <code>||<\/code> (OR), and <code>!<\/code> (NOT).<\/p>\n\n\n\n<p>The first condition, <code>5 &gt; 3 &amp;&amp; 5 &lt; 10<\/code>, returns 1 as the result. This is because both of the conditions are true, and the AND operator returns true only if both conditions are true.<\/p>\n\n\n\n<p>The second condition, <code>8 &gt; 5 || 8 &lt; 2<\/code>, returns 1 as the result. This is because at least one of the conditions is true, and the OR operator returns true if either of the conditions is true.<\/p>\n\n\n\n<p>The third condition, <code>!(8 == 8)<\/code>, returns 0 as the result. This is because the NOT operator negates the expression within the parenthesis. The expression <code>8 == 8<\/code> is true, so negating it returns false.<\/p>\n\n\n\n<p>The results of these conditions are printed on the screen using the <code>printf<\/code> function.<\/p>\n\n\n\n<p>Thanks<\/p>\n\n\n\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-1910841001912053\"\n     crossorigin=\"anonymous\"><\/script>\n<ins class=\"adsbygoogle\"\n     style=\"display:block\"\n     data-ad-format=\"autorelaxed\"\n     data-ad-client=\"ca-pub-1910841001912053\"\n     data-ad-slot=\"6076785113\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>The logical operators are used to evaluate the conditions in an expression and make decisions based on the result. There are three logical operators in C programming language: This above program demonstrates the use of logical operators in C. The logical operators used in this program are &amp;&amp; (AND), || (OR), and ! (NOT). The [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":199,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22],"tags":[130,153,230],"class_list":["post-198","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-c","tag-illustrate","tag-logical-operators","tag-subtype"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Illustrate the use of logical operators. - Nesark | Tutorials<\/title>\n<meta name=\"description\" content=\"The following declarations and statements illustrate this use of logical operators when applied to bit vectors: subtype pixel_row is bit....\" \/>\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.nesark.com\/blog\/illustrate-the-use-of-logical-operators\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Illustrate the use of logical operators. - Nesark | Tutorials\" \/>\n<meta property=\"og:description\" content=\"The following declarations and statements illustrate this use of logical operators when applied to bit vectors: subtype pixel_row is bit....\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.nesark.com\/blog\/illustrate-the-use-of-logical-operators\/\" \/>\n<meta property=\"og:site_name\" content=\"Nesark | Tutorials\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/nesarktech\" \/>\n<meta property=\"article:published_time\" content=\"2020-02-07T06:58:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-22T02:00:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.nesark.com\/blog\/wp-content\/uploads\/2020\/02\/Screenshot-102.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Ram Nath Das\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ram Nath Das\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/illustrate-the-use-of-logical-operators\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/illustrate-the-use-of-logical-operators\\\/\"},\"author\":{\"name\":\"Ram Nath Das\",\"@id\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/#\\\/schema\\\/person\\\/5282df381645953288b5502b89a86126\"},\"headline\":\"Illustrate the use of logical operators.\",\"datePublished\":\"2020-02-07T06:58:21+00:00\",\"dateModified\":\"2024-07-22T02:00:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/illustrate-the-use-of-logical-operators\\\/\"},\"wordCount\":195,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/illustrate-the-use-of-logical-operators\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Screenshot-102.png\",\"keywords\":[\"Illustrate\",\"Logical Operators\",\"Subtype\"],\"articleSection\":[\"C Program\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.nesark.com\\\/blog\\\/illustrate-the-use-of-logical-operators\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/illustrate-the-use-of-logical-operators\\\/\",\"url\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/illustrate-the-use-of-logical-operators\\\/\",\"name\":\"Illustrate the use of logical operators. - Nesark | Tutorials\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/illustrate-the-use-of-logical-operators\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/illustrate-the-use-of-logical-operators\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Screenshot-102.png\",\"datePublished\":\"2020-02-07T06:58:21+00:00\",\"dateModified\":\"2024-07-22T02:00:52+00:00\",\"description\":\"The following declarations and statements illustrate this use of logical operators when applied to bit vectors: subtype pixel_row is bit....\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/illustrate-the-use-of-logical-operators\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.nesark.com\\\/blog\\\/illustrate-the-use-of-logical-operators\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/illustrate-the-use-of-logical-operators\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Screenshot-102.png\",\"contentUrl\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Screenshot-102.png\",\"width\":1920,\"height\":1080,\"caption\":\"c\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/illustrate-the-use-of-logical-operators\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Illustrate the use of logical operators.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/\",\"name\":\"Nesark | Tutorials\",\"description\":\"Blog\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/#organization\",\"name\":\"Nesark Worldservices Pvt. Ltd.\",\"url\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/Mask-Group-7.png\",\"contentUrl\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/Mask-Group-7.png\",\"width\":200,\"height\":59,\"caption\":\"Nesark Worldservices Pvt. Ltd.\"},\"image\":{\"@id\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/nesarktech\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/nesarktech\",\"https:\\\/\\\/www.youtube.com\\\/nesarktech\",\"https:\\\/\\\/www.instagram.com\\\/nesarktech\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/#\\\/schema\\\/person\\\/5282df381645953288b5502b89a86126\",\"name\":\"Ram Nath Das\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/059938dcfb66a295197ca697bf38c5947e4b3fae2e51dfbbbdb1d44f2c3a893f?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/059938dcfb66a295197ca697bf38c5947e4b3fae2e51dfbbbdb1d44f2c3a893f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/059938dcfb66a295197ca697bf38c5947e4b3fae2e51dfbbbdb1d44f2c3a893f?s=96&d=mm&r=g\",\"caption\":\"Ram Nath Das\"},\"description\":\"I'm a results-driven professional with a passion for leveraging digital strategies to drive business growth. With 6 years of experience in the dynamic fields of marketing, social media, Google - Facebook Ads and SMS marketing, I specialize in creating impactful campaigns that resonate with audiences and deliver measurable results. Let's Connect: I believe in the power of networking and collaboration. Feel free to reach out, connect, or send me a message. Together, we can uncover new possibilities and chart a course for success in the ever-evolving digital landscape. Thank you.\",\"sameAs\":[\"https:\\\/\\\/www.nesark.com\\\/blog\"],\"url\":\"https:\\\/\\\/www.nesark.com\\\/blog\\\/author\\\/ramnathdas6\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Illustrate the use of logical operators. - Nesark | Tutorials","description":"The following declarations and statements illustrate this use of logical operators when applied to bit vectors: subtype pixel_row is bit....","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.nesark.com\/blog\/illustrate-the-use-of-logical-operators\/","og_locale":"en_US","og_type":"article","og_title":"Illustrate the use of logical operators. - Nesark | Tutorials","og_description":"The following declarations and statements illustrate this use of logical operators when applied to bit vectors: subtype pixel_row is bit....","og_url":"https:\/\/www.nesark.com\/blog\/illustrate-the-use-of-logical-operators\/","og_site_name":"Nesark | Tutorials","article_publisher":"https:\/\/www.facebook.com\/nesarktech","article_published_time":"2020-02-07T06:58:21+00:00","article_modified_time":"2024-07-22T02:00:52+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/www.nesark.com\/blog\/wp-content\/uploads\/2020\/02\/Screenshot-102.png","type":"image\/png"}],"author":"Ram Nath Das","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ram Nath Das","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.nesark.com\/blog\/illustrate-the-use-of-logical-operators\/#article","isPartOf":{"@id":"https:\/\/www.nesark.com\/blog\/illustrate-the-use-of-logical-operators\/"},"author":{"name":"Ram Nath Das","@id":"https:\/\/www.nesark.com\/blog\/#\/schema\/person\/5282df381645953288b5502b89a86126"},"headline":"Illustrate the use of logical operators.","datePublished":"2020-02-07T06:58:21+00:00","dateModified":"2024-07-22T02:00:52+00:00","mainEntityOfPage":{"@id":"https:\/\/www.nesark.com\/blog\/illustrate-the-use-of-logical-operators\/"},"wordCount":195,"commentCount":0,"publisher":{"@id":"https:\/\/www.nesark.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.nesark.com\/blog\/illustrate-the-use-of-logical-operators\/#primaryimage"},"thumbnailUrl":"https:\/\/www.nesark.com\/blog\/wp-content\/uploads\/2020\/02\/Screenshot-102.png","keywords":["Illustrate","Logical Operators","Subtype"],"articleSection":["C Program"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.nesark.com\/blog\/illustrate-the-use-of-logical-operators\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.nesark.com\/blog\/illustrate-the-use-of-logical-operators\/","url":"https:\/\/www.nesark.com\/blog\/illustrate-the-use-of-logical-operators\/","name":"Illustrate the use of logical operators. - Nesark | Tutorials","isPartOf":{"@id":"https:\/\/www.nesark.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.nesark.com\/blog\/illustrate-the-use-of-logical-operators\/#primaryimage"},"image":{"@id":"https:\/\/www.nesark.com\/blog\/illustrate-the-use-of-logical-operators\/#primaryimage"},"thumbnailUrl":"https:\/\/www.nesark.com\/blog\/wp-content\/uploads\/2020\/02\/Screenshot-102.png","datePublished":"2020-02-07T06:58:21+00:00","dateModified":"2024-07-22T02:00:52+00:00","description":"The following declarations and statements illustrate this use of logical operators when applied to bit vectors: subtype pixel_row is bit....","breadcrumb":{"@id":"https:\/\/www.nesark.com\/blog\/illustrate-the-use-of-logical-operators\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.nesark.com\/blog\/illustrate-the-use-of-logical-operators\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.nesark.com\/blog\/illustrate-the-use-of-logical-operators\/#primaryimage","url":"https:\/\/www.nesark.com\/blog\/wp-content\/uploads\/2020\/02\/Screenshot-102.png","contentUrl":"https:\/\/www.nesark.com\/blog\/wp-content\/uploads\/2020\/02\/Screenshot-102.png","width":1920,"height":1080,"caption":"c"},{"@type":"BreadcrumbList","@id":"https:\/\/www.nesark.com\/blog\/illustrate-the-use-of-logical-operators\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.nesark.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Illustrate the use of logical operators."}]},{"@type":"WebSite","@id":"https:\/\/www.nesark.com\/blog\/#website","url":"https:\/\/www.nesark.com\/blog\/","name":"Nesark | Tutorials","description":"Blog","publisher":{"@id":"https:\/\/www.nesark.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.nesark.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.nesark.com\/blog\/#organization","name":"Nesark Worldservices Pvt. Ltd.","url":"https:\/\/www.nesark.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.nesark.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.nesark.com\/blog\/wp-content\/uploads\/2021\/10\/Mask-Group-7.png","contentUrl":"https:\/\/www.nesark.com\/blog\/wp-content\/uploads\/2021\/10\/Mask-Group-7.png","width":200,"height":59,"caption":"Nesark Worldservices Pvt. Ltd."},"image":{"@id":"https:\/\/www.nesark.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/nesarktech","https:\/\/www.linkedin.com\/company\/nesarktech","https:\/\/www.youtube.com\/nesarktech","https:\/\/www.instagram.com\/nesarktech"]},{"@type":"Person","@id":"https:\/\/www.nesark.com\/blog\/#\/schema\/person\/5282df381645953288b5502b89a86126","name":"Ram Nath Das","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/059938dcfb66a295197ca697bf38c5947e4b3fae2e51dfbbbdb1d44f2c3a893f?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/059938dcfb66a295197ca697bf38c5947e4b3fae2e51dfbbbdb1d44f2c3a893f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/059938dcfb66a295197ca697bf38c5947e4b3fae2e51dfbbbdb1d44f2c3a893f?s=96&d=mm&r=g","caption":"Ram Nath Das"},"description":"I'm a results-driven professional with a passion for leveraging digital strategies to drive business growth. With 6 years of experience in the dynamic fields of marketing, social media, Google - Facebook Ads and SMS marketing, I specialize in creating impactful campaigns that resonate with audiences and deliver measurable results. Let's Connect: I believe in the power of networking and collaboration. Feel free to reach out, connect, or send me a message. Together, we can uncover new possibilities and chart a course for success in the ever-evolving digital landscape. Thank you.","sameAs":["https:\/\/www.nesark.com\/blog"],"url":"https:\/\/www.nesark.com\/blog\/author\/ramnathdas6\/"}]}},"_links":{"self":[{"href":"https:\/\/www.nesark.com\/blog\/wp-json\/wp\/v2\/posts\/198","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.nesark.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.nesark.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.nesark.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.nesark.com\/blog\/wp-json\/wp\/v2\/comments?post=198"}],"version-history":[{"count":1,"href":"https:\/\/www.nesark.com\/blog\/wp-json\/wp\/v2\/posts\/198\/revisions"}],"predecessor-version":[{"id":1294,"href":"https:\/\/www.nesark.com\/blog\/wp-json\/wp\/v2\/posts\/198\/revisions\/1294"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.nesark.com\/blog\/wp-json\/wp\/v2\/media\/199"}],"wp:attachment":[{"href":"https:\/\/www.nesark.com\/blog\/wp-json\/wp\/v2\/media?parent=198"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.nesark.com\/blog\/wp-json\/wp\/v2\/categories?post=198"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.nesark.com\/blog\/wp-json\/wp\/v2\/tags?post=198"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}