{"id":20,"date":"2024-04-13T10:30:29","date_gmt":"2024-04-13T10:30:29","guid":{"rendered":"https:\/\/tuhintech.com\/tutorials\/?p=20"},"modified":"2024-04-13T11:39:56","modified_gmt":"2024-04-13T11:39:56","slug":"c-home","status":"publish","type":"post","link":"https:\/\/tuhintech.com\/tutorials\/c\/c-home\/","title":{"rendered":"C Home"},"content":{"rendered":"<section class=\"kc-elm kc-css-91152 kc_row\"><div class=\"kc-row-container  kc-container\"><div class=\"kc-wrap-columns\"><div class=\"kc-elm kc-css-86219 kc_col-sm-3 kc_column kc_col-sm-3\"><div class=\"kc-col-container\"><div class=\"widget widget_nav_menu kc-elm kc-css-458109\"><h2 class=\"widgettitle\">C Tutorials<\/h2><nav class=\"menu-c-menu-container\" aria-label=\"C Tutorials\"><ul id=\"menu-c-menu\" class=\"menu\"><li id=\"menu-item-25\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-25\"><a href=\"https:\/\/tuhintech.com\/tutorials\/c\/c-home\/\" class=\"menu-link\">C Home<\/a><\/li>\n<li id=\"menu-item-43\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-43\"><a href=\"https:\/\/tuhintech.com\/tutorials\/c\/c-home-2\/\" class=\"menu-link\">C Intro<\/a><\/li>\n<li id=\"menu-item-42\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-42\"><a href=\"https:\/\/tuhintech.com\/tutorials\/c\/c-get-started\/\" class=\"menu-link\">C Get Started<\/a><\/li>\n<\/ul><\/nav><\/div><\/div><\/div><div class=\"kc-elm kc-css-696452 kc_col-sm-9 kc_column kc_col-sm-9\"><div class=\"kc-col-container\"><div class=\"kc-elm kc-css-48707 kc_text_block\"><\/p>\n<div class=\"w3-panel w3-info intro\" style=\"box-sizing: inherit; padding: 32px; margin: 24px -32px; background-color: #d9eee1; border-left: none; color: #000000; font-family: Verdana, sans-serif;\">\n<h2 style=\"box-sizing: inherit; font-size: 32px; font-family: 'Segoe UI', Arial, sans-serif; margin-top: 10px; margin-bottom: 10px;\">Learn C<\/h2>\n<p style=\"box-sizing: inherit; margin-top: 1em; margin-bottom: 1em; font-size: 15px;\">C is a general-purpose programming language, developed in 1972, and still quite popular.<\/p>\n<p style=\"box-sizing: inherit; margin-top: 1em; margin-bottom: 1em; font-size: 15px;\">C is very powerful; it has been used to develop operating systems, databases, applications, etc.<\/p>\n<p><a class=\"w3-btn w3-margin-bottom\" style=\"box-sizing: inherit; background-color: #04aa6d; color: #ffffff; border: none; display: inline-block; padding: 8px 25px; vertical-align: middle; overflow: hidden; text-decoration-line: none; text-align: center; cursor: pointer; text-wrap: nowrap; user-select: none; border-radius: 5px; font-size: 18px; font-family: 'Source Sans Pro', sans-serif; margin-top: 6px; margin-bottom: 16px !important;\" href=\"https:\/\/www.w3schools.com\/c\/c_intro.php\">Start learning C now \u00bb<\/a><\/p>\n<\/div>\n<hr style=\"box-sizing: content-box; overflow: visible; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; margin: 20px -16px; color: #000000; font-family: Verdana, sans-serif; font-size: 15px; border-color: #eeeeee initial initial initial;\" \/>\n<h2 style=\"box-sizing: inherit; font-size: 32px; font-family: 'Segoe UI', Arial, sans-serif; margin-top: 10px; margin-bottom: 10px; color: #000000;\">Examples in Each Chapter<\/h2>\n<p style=\"box-sizing: inherit; margin-top: 1.2em; margin-bottom: 1.2em; font-size: 15px; color: #000000; font-family: Verdana, sans-serif;\">Our &#8220;Try it Yourself\" editor makes it easy to learn C. You can edit code and view the result in your browser:<\/p>\n<div class=\"w3-example\" style=\"box-sizing: inherit; background-color: #e7e9eb; border-radius: 5px; padding: 8px 20px; margin: 24px -20px; color: #000000; font-family: Verdana, sans-serif; font-size: 15px; box-shadow: none !important;\">\n<h3 style=\"box-sizing: inherit; font-size: 24px; font-family: 'Segoe UI', Arial, sans-serif; margin-top: 10px; margin-bottom: 10px;\">Example<\/h3>\n<div class=\"w3-code notranslate javaHigh\" style=\"box-sizing: inherit; font-family: Consolas, Menlo, 'courier new', monospace; width: auto; background-color: #ffffff; padding: 8px 12px; border-left: 4px solid #04aa6d; overflow-wrap: break-word; margin-top: 16px !important; margin-bottom: 16px !important;\"><span class=\"javacolor\" style=\"box-sizing: inherit;\">#include &lt;stdio.<span class=\"javapropertycolor\" style=\"box-sizing: inherit;\">h<\/span>&gt;<br style=\"box-sizing: inherit;\" \/><br style=\"box-sizing: inherit;\" \/><span class=\"javakeywordcolor\" style=\"box-sizing: inherit; color: mediumblue;\">int<\/span>\u00a0main() {<br style=\"box-sizing: inherit;\" \/>\u00a0 printf(<span class=\"javastringcolor\" style=\"box-sizing: inherit; color: brown;\">&#8220;Hello World!\"<\/span>);<br style=\"box-sizing: inherit;\" \/>\u00a0\u00a0<span class=\"javakeywordcolor\" style=\"box-sizing: inherit; color: mediumblue;\">return<\/span>\u00a0<span class=\"javanumbercolor\" style=\"box-sizing: inherit; color: red;\">0<\/span>;<br style=\"box-sizing: inherit;\" \/>}<\/span><\/div>\n<p><a class=\"w3-btn w3-margin-bottom\" style=\"box-sizing: inherit; background-color: #4caf50; color: #ffffff; border: none; display: inline-block; padding: 6px 18px; vertical-align: middle; overflow: hidden; text-decoration-line: none; text-align: center; cursor: pointer; text-wrap: nowrap; user-select: none; border-radius: 5px; font-size: 17px; font-family: 'Source Sans Pro', sans-serif; margin-bottom: 16px !important;\" href=\"https:\/\/www.w3schools.com\/c\/tryc.php?filename=demo_helloworld\" target=\"_blank\" rel=\"noopener\">Try it Yourself \u00bb<\/a><\/p>\n<\/div>\n<div class=\"w3-panel w3-note\" style=\"box-sizing: inherit; padding: 16px 32px; margin: 24px -32px; background-color: #ffffcc; border-left: none; color: #000000; font-family: Verdana, sans-serif; font-size: 15px;\"><\/div>\n<p>\n<\/div><div class=\"kc-elm kc-css-803 kc_shortcode kc_single_image\">\n\n        <img decoding=\"async\" src=\"https:\/\/tuhintech.com\/tutorials\/wp-content\/uploads\/2024\/04\/Logopit_1711113329806-removebg-preview.png\" class=\"\" alt=\"\" \/>    <\/div>\n<\/div><\/div><\/div><\/div><\/section>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"boxed","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"footnotes":""},"categories":[6],"tags":[],"class_list":["post-20","post","type-post","status-publish","format-standard","hentry","category-c"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/tuhintech.com\/tutorials\/wp-json\/wp\/v2\/posts\/20"}],"collection":[{"href":"https:\/\/tuhintech.com\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tuhintech.com\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tuhintech.com\/tutorials\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tuhintech.com\/tutorials\/wp-json\/wp\/v2\/comments?post=20"}],"version-history":[{"count":8,"href":"https:\/\/tuhintech.com\/tutorials\/wp-json\/wp\/v2\/posts\/20\/revisions"}],"predecessor-version":[{"id":29,"href":"https:\/\/tuhintech.com\/tutorials\/wp-json\/wp\/v2\/posts\/20\/revisions\/29"}],"wp:attachment":[{"href":"https:\/\/tuhintech.com\/tutorials\/wp-json\/wp\/v2\/media?parent=20"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tuhintech.com\/tutorials\/wp-json\/wp\/v2\/categories?post=20"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tuhintech.com\/tutorials\/wp-json\/wp\/v2\/tags?post=20"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}