{"id":87,"date":"2024-01-22T15:03:19","date_gmt":"2024-01-22T15:03:19","guid":{"rendered":""},"modified":"2026-05-16T10:03:03","modified_gmt":"2026-05-16T10:03:03","slug":"c-programming-tutorial","status":"publish","type":"post","link":"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/","title":{"rendered":"C Programming Language &#8211; Complete C Tutorial For Beginners"},"content":{"rendered":"\n<div style=\"background: #edf6ff; border: 1px solid #aaa; border-radius: 4px; box-shadow: 0 1px 1px rgb(0 0 0 \/ 5%); display: table; margin-bottom: 1em; padding: 10px; position: relative; width: auto;\">\n<div class=\"btnSHown\" style=\"color: blue; font-size: 18px; font-weight: 600; cursor: pointer;\"><button class=\"btn btn-primary ml-1 mr-2 px-1 py-0\"><img decoding=\"async\" style=\"width: 33px; filter: invert(1);\" src=\"https:\/\/www.theiotacademy.co\/assets\/images\/socialicons\/bars-solid-icon-new.svg\"><\/button><span id=\"tbleShowhdd\">Table of Contents [show]<\/span><\/div>\n<nav>\n<ul>\n<li><a class=\"blog-heading_link-c\" title=\"2.History of C Programming\" href=\"#history-of-c-Programming\">1. History of C Programming<\/a><\/li>\n<li><a class=\"blog-heading_link-c\" title=\"3.Benefits of C Programming Language\" href=\"#benefits-of-c-programming-language\">2. Benefits of C Programming Language<\/a><\/li>\n<li><a class=\"blog-heading_link-c\" title=\"4.Characteristics of C Language\" href=\"#characteristics-of-c-language\">3. Characteristics of C Language<\/a><\/li>\n<li><a class=\"blog-heading_link-c\" title=\"5.C Programming Uses\" href=\"#c-programming-uses\">4. C Programming Uses<\/a><\/li>\n<li><a class=\"blog-heading_link-c\" title=\"6.Meaning of Compiler and Interpreter\" href=\"#meaning-of-compiler-and-interpreter\">5. Meaning of Compiler and Interpreter<\/a><\/li>\n<\/ul>\n<ul id=\"show-hide-table-cn\" style=\"display: none;\">\n<li><a class=\"blog-heading_link-c\" title=\"7.Comment and Preprocessor Directive\" href=\"#comment-and-preprocessor-directive\">6. Comment and Preprocessor Directive<\/a><\/li>\n<li><a class=\"blog-heading_link-c\" title=\"7.C Programming Example\" href=\"#c-programming-example\">7. C Programming Example<\/a><\/li>\n<li><a class=\"blog-heading_link-c\" title=\"9.Data type in C\" href=\"#data-type-in-c\">8. Data type in C<\/a><\/li>\n<li><a class=\"blog-heading_link-c\" title=\"10.Control Statement\" href=\"#control-statement\">9. Control Statement<\/a><\/li>\n<li><a class=\"blog-heading_link-c\" title=\"11.Looping Statements\" href=\"#looping-statements\">10. Looping Statements<\/a><\/li>\n<li><a class=\"blog-heading_link-c\" title=\"12.Conclusion\" href=\"#conclusion\">11. Conclusion<\/a><\/li>\n<\/ul>\n<\/nav><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">This c programming tutorial talks about how to learn C Programming language, a language made by Dennis Ritchie in the 1970s, praising its simplicity and efficiency. It explains C language basics and how C is widely used for various tasks like system programming and applications due to its versatility.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The guide covers important elements like data types and control statements with simple examples. It also highlights the importance of comments and directives for organizing code. In conclusion, it emphasizes the value of C Programming courses for both beginners and experienced developers.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"history-of-c-programming\">History of C Programming<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Dennis Ritchie made C Programming language in the early 1970s at Bell Labs. In addition, It&#8217;s a basic language for making computer systems and software. However, People like it because it&#8217;s simple, works well, and can be used on different types of computers. Other programming languages were influenced by it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"benefits-of-c-programming-language\">Benefits of C Programming Language<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">C is a general-purpose programming language that has been widely used. Here are some key features of the C programming language:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Many developers use C a lot because it&#8217;s a very popular programming language today.<\/li>\n\n\n\n<li>C programming is strong because it has lots of helpful functions and different ways to do things, making it easy for programmers to create complex programs.<\/li>\n\n\n\n<li>It is fast and efficient, This is because C uses a powerful set of data types and operators.<\/li>\n\n\n\n<li>C combines the power and capability of assembly language with the user-friendly features of a high-level language.<\/li>\n\n\n\n<li>As well as It also continues to go strong while older programming languages such as BASIC and COBOL have been virtually forgotten.<\/li>\n\n\n\n<li>C is very portable, so if you write a program in C on one machine, you can use it on other machines without having to change anything.<\/li>\n\n\n\n<li>In C programming, a program has different functions from the C library. You can even make your function and include it in the C library.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"characteristics-of-c-language\">Characteristics of C Language<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Developers commonly use C, a versatile programming language, to create various types of software, including applications, and embedded systems. Therefore, Here are some key characteristics of the C programming language:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Procedural Language:<\/strong><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">C is a type of programming language that solves problems by following a step-by-step procedure or a set of instructions.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Structured Language:<\/strong><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">C helps programmers organize their code by allowing them to use functions, making it easier to understand and read.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Highly Portable:<\/strong><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">C programs can easily move from one computer system to another with little changes, making it a language that can work on many different systems.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Efficient and Fast:<\/strong><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">C is famous for being fast and efficient because it lets you control hardware directly and access memory at a low level.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Static Typing:<\/strong><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">C requires you to declare what type of information a variable will hold before using it, which helps find mistakes before running the program.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Efficient Memory Management:<\/strong><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Programmers can control the usage of computer memory in C using functions like malloc() and free(), enabling them to determine when to allocate and release memory.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Preprocessor Directives:<\/strong><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">C has a preprocessor that helps organize code by allowing the inclusion of files, definitions, and conditional instructions, making the code more organized and flexible.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">C is a strong and flexible language, but it lacks some safety features found in newer languages. Programmers using C must be careful about memory and other technical details.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"c-programming-uses\">C Programming Uses<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">C programming language is a strong and flexible language that&#8217;s been used for many things since it was made in the 1970s. Here are some common uses of C programming:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>System Programming:<\/strong> C is commonly used to write important computer parts like operating systems and system software, such as kernels and device drivers.<\/li>\n\n\n\n<li><strong>Application Development:<\/strong> C is used to make different types of programs like computer apps, games, and things with pictures and buttons (GUIs). Big software like Adobe Photoshop and MySQL have parts made in C.<\/li>\n\n\n\n<li><strong>Embedded Systems:<\/strong> C is often used in small computers inside things like appliances and gadgets. It works well in these places because it&#8217;s good at using fewer resources and handling low-level tasks.<\/li>\n\n\n\n<li><strong>Compilers and Interpreters:<\/strong> People use C to create tools that understand and run other languages. While C is usually turned into a computer&#8217;s language, it&#8217;s also used to build programs with different languages.<\/li>\n\n\n\n<li><strong>Networking Software:<\/strong> C is used to make things like internet programs and protocols (like TCP\/IP). Its ability to work with low-level details makes it good for creating networking software.<\/li>\n\n\n\n<li><strong>Databases:<\/strong> C programming language is chosen to build important parts of databases, such as SQLite because it&#8217;s good at managing memory and being efficient.<\/li>\n\n\n\n<li><strong>Utilities and Tools:<\/strong> C is used to create different tools and programs for computers, like ones you type commands for or tools that help with files and the overall system.<\/li>\n\n\n\n<li><strong>Game Development:<\/strong> People often use C to make video games because it&#8217;s fast and can work closely with the computer&#8217;s hardware.<\/li>\n\n\n\n<li><strong>Real-time Systems:<\/strong> C is good for systems that need to control things precisely and manage hardware quickly, like in airplanes, cars, and factories.<\/li>\n\n\n\n<li><strong>Libraries and Frameworks:<\/strong> C creates helpful tools that other languages, like Python, can use to work faster and better.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"meaning-of-compiler-and-interpreter\">Meaning of Compiler and Interpreter<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The compiler and interpreter transform high-level language into machine-level language. The source program, written in a high-level language, becomes the object program in the corresponding machine-level language. Both compiler and interpreter perform the same task but their working is different.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The compiler reads the program time searches the errors and lists them. If the program has no errors, it becomes an object program. When the program is large, people prefer using a compiler.&nbsp; Whereas the interpreter reads only one line of the source code and converts it to object code. If it checks errors, statement by statement and hence of takes more time.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">&nbsp;<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Learners Also Read:- <a href=\"https:\/\/www.upskillcampus.com\/blog\/major-things-before-a-website-development\" target=\"_blank\" rel=\"noopener\">7 Major Things to Consider Before a Website Development<\/a><\/h4>\n\n\n\n<h4 class=\"wp-block-heading\">&nbsp;<\/h4>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"comment-and-preprocessor-directive\">Comment and Preprocessor Directive<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>C Comments:<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It indicates the purpose of the program. It is represented as \/*\u2026..*\/ Comment line is used for increasing the readability of the program. It is useful in explaining the program and is generally used for documentation. It is enclosed within the decimeters. Comment lines can be single or multiple lines but should not be nested. Generally, It can be anywhere in the program except inside the string constant &amp; character constant.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Preprocessor Directive:<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">#include tells the compiler to include information about the standard input\/output library. It is also used in symbolic constants such as #define PI 3.14(value). The stdio.h (standard input output header file) contains the definition &amp;declaration of system-defined functions such as print( ), scanf( ), pow( ), etc. Generally, printf() function is used to display, and<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">scanf() function is used to read value.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"c-programming-example\">C Programming Example<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Here is a basic C-Program structure to print the value of \u2018a\u2019.<\/p>\n\n\n\n<div>\n<table style=\"border: none; border-collapse: collapse;\" width=\"440\"><colgroup> <col width=\"440\"> <\/colgroup>\n<tbody>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; width: 440px; border: 1px solid #000000;\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">#include &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \/*<\/span><\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: italic;\"><span style=\"text-decoration: none;\">Header*<\/span><\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">\/<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Int main(){ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \/*<\/span><\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: italic;\"><span style=\"text-decoration: none;\">Main()*<\/span><\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">\/<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">int a=10;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \/*<\/span><\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: italic;\"><span style=\"text-decoration: none;\">Variable Declaration*<\/span><\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">\/<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">printf(\u201c%d\u201d, a);&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \/*<\/span><\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: italic;\"><span style=\"text-decoration: none;\">Body*<\/span><\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">\/<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">return 0; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \/*<\/span><\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: italic;\"><span style=\"text-decoration: none;\">Return*<\/span><\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">\/<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">&lt;div class=\"btn-box\" data-bs-toggle=\"modal\" data-bs-target=\"#downloadModal\">\n\n                            &lt;button type=\"submit\" class=\"btn-ylw rounded-pill d-flex align-items-center gap-1 gap-lg-2\"\n                                data-bs-toggle=\"modal\" data-bs-target=\"#downloadModal\">\n                                &lt;!-- &lt;p class=\"text-white-medium\">Download Brochure&lt;\/p> -->\n                                &lt;span>Submit&lt;\/span>\n                                &lt;svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"22\" height=\"20\" viewBox=\"0 0 22 20\"\n                                    fill=\"none\">\n                                    &lt;path\n                                        d=\"M20.5 9.86019L1.5 9.86018M12.52 1.50018C12.9 4.28685 14.42 9.48018 20.12 9.86018C16.32 10.2402 11.912 13.8882 12.52 17.8402\"\n                                        stroke=\"#344C36\" stroke-width=\"3\" stroke-linecap=\"round\"\n                                        stroke-linejoin=\"round\">&lt;\/path>\n                                &lt;\/svg>\n                            &lt;\/button>\n                        &lt;\/div><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Main function is the entry point of any C Program. It is the point from where the execution of the program is started<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Syntax of Main Function in C<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<div>\n<table style=\"border: none; border-collapse: collapse; table-layout: fixed; width: 624px;\" width=\"NaN\"><colgroup> <col><\/colgroup>\n<tbody>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Void main(){<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">\u2026\u2026\u2026\u2026.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">\u2026\u2026\u2026\u2026.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">In the above syntax:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">void: <\/span><\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">is a keyword in C programming language, void means nothing, whenever we use void as a function return type then that function nothing return. Here main() function does not return any value.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n\n\n\n<li><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">In place of the void we can also use the <\/span><\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">int <\/span><\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">return type of the main() function, at that time main() returns an integer type value.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n\n\n\n<li><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">main: <\/span><\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">is the name of the function which is a predefined function in the C library.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"data-type-in-c\">Data type in C<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-us.googleusercontent.com\/Q9sQ6QS-b4ofHV1nr2ukyH2UsLydZ44NngRv1Ydik_djQjq8Bc1tDhc4oUbbftxv6zVHE8paecke_vO6TvkkVca1xL1mmnnXg2BDS7b_WLd5SgJjjFKc89u9M10AaV4RbsLxGQl32dUUAl9AIpVVZJ8\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\"><span style=\"border: none;\"><span style=\"display: inline-block;\"><span style=\"overflow: hidden;\"><span style=\"width: 546px;\"><span style=\"height: 285px;\"><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-size: 13.999999999999998pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #434343;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Data type Ranges<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/h3>\n\n\n\n<div>\n<table style=\"border: none; border-collapse: collapse; table-layout: fixed; width: 624px;\" width=\"NaN\"><colgroup> <col> <col> <col> <col> <\/colgroup>\n<tbody>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Data Type<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Size in Bytes<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Range<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Format<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">singed char<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">1<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">-128 to 127<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">%c<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Unsigned char<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">1<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">0 to 255<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">%c<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">short signed int<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">2<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">-32768 to -32767<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">%d<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Short unsigned int<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">2<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">0 to 65535<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">%u<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">signed int<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">2<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">-32768 to -32767<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">%d<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">unsigned int<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">2<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">0 to 65535<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">%u<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">long signed int<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">4<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">-2147483648 to +2147483647<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">%ld<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">long unsigned int<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">4<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">0 to 4294967295<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">%lu<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Float<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">4<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">3.4e-38 to 3.4e+38<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">%f<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Double<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">8<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">1.7e-308 to 1.7e+308<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">%lf<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">long double<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">10<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">3.4e-4932 to 1.1e+4932<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2; text-align: center;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">%LF<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-size: 13.999999999999998pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #434343;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Keywords in C Language<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Keywords in C programming Languages:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Keywords are those words whose meaning is already defined by the Compiler.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n\n\n\n<li><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Cannot be used as a <\/span><\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Variable Name<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n\n\n\n<li><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">There are <\/span><\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">32 Keywords <\/span><\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">in C<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n\n\n\n<li><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">C Keywords are also called <\/span><\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Reserved words.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<div>\n<table style=\"border: none; border-collapse: collapse; table-layout: fixed; width: 624px;\" width=\"NaN\"><colgroup> <col> <col> <col> <col> <\/colgroup>\n<tbody>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">auto<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">double<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">int<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">struct<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">case<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">else<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">long<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">switch<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">case<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">enum<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">register<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">typedef<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">char<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">extern<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">return<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">union<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">const<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">float<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">short<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">unsigned<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">continue<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">for&nbsp;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">signed<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">void<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">default<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">goto<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">sizeof<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">volatile<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">do<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">if<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">static<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">while<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-size: 13.999999999999998pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #434343;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Operators in C<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/h3>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-us.googleusercontent.com\/LtoBJuIgg51Uxb9Xd1zH7QERjU2VPyFsKwWpzaXluGUFpJ7sJkdiMjA9vROZ-hu00MC26oe7V2_1l2uLmuDe1ACpK1Xnrs6qg49wuOaEkj2egSmsgcNSt_EdpwaNqbRvikES8eezxJBHTYbZc8alVAk\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\"><span style=\"border: none;\"><span style=\"display: inline-block;\"><span style=\"overflow: hidden;\"><span style=\"width: 530px;\"><span style=\"height: 347px;\"><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-size: 13.999999999999998pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #434343;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">C-Variables<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">In C programming language, a variable is like a storage box in your computer&#8217;s memory. Generally, It keeps a value and can change that value as your program runs. Just like in algebra, where a variable can represent different numbers. However, C-variable can hold different values at different times.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Rules to construct a valid variable name:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">A variable name may consist of letters, digits, and the underscore (__) characters.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n\n\n\n<li><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">A variable name must begin with a letter. Some system allows to start of the variable name with an underscore as the first character.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n\n\n\n<li><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">ANSI standard recognizes a length of 31 characters for a variable name. However, the length should not be normally more than any combination of eight alphabets, digits, and underscores.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n\n\n\n<li><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Uppercase and lowercase are significant. That is the variable Totamt is not the same as totamt and TOTAMT.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n\n\n\n<li><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">In C, you can&#8217;t use a variable name that is a reserved word (keyword)<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"control-statement\">Control Statement<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-us.googleusercontent.com\/ZGwUjNdr0f28JBqHd3100-JM4Z00CQFxOYqpK03anG-aBm2XpQiEnAPZwk13rQ7IlfWAVq_jjNs6sdxjCTA9xCFl7qjn3qF1X1Y1TtAT0OREKFjDhv9oILAKqzYnxstWKgWJTENkzacBzg9_i23PFQM\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\"><span style=\"border: none;\"><span style=\"display: inline-block;\"><span style=\"overflow: hidden;\"><span style=\"width: 525px;\"><span style=\"height: 273px;\"><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-size: 13.999999999999998pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #434343;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">If-Statement<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Syntax of if-statement:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<div>\n<table style=\"border: none; border-collapse: collapse;\" width=\"252\"><colgroup> <col width=\"252\"> <\/colgroup>\n<tbody>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; width: 252px; border: 1px solid #000000;\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">if (Condition)<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">{<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Statements;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">\u2026\u2026 \u2026\u2026. ..<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-us.googleusercontent.com\/Aqv3Lc5mY2Wv-J4ieCO6i8rpu3bNM93oouLIRxjyD-ADvh9Mo3NBZIPenA2si1H9AM1fp7gDduiI61uoCLhjUE50c66MHP3edlhDb6oPJRbpgAo81njGhm3RG9FR0kSCaQki8KaOv4Dh0plg1Xs2Us8\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\"><span style=\"border: none;\"><span style=\"display: inline-block;\"><span style=\"overflow: hidden;\"><span style=\"width: 475px;\"><span style=\"height: 247px;\"><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Example:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<div>\n<table style=\"border: none; border-collapse: collapse;\" width=\"430\"><colgroup> <col width=\"430\"> <\/colgroup>\n<tbody>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; width: 430px; border: 1px solid #000000;\">\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">#include<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">int main(){<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">int n;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">printf(\u201c Enter a number: \u201d);<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">scanf(\u201c%d\u201d ,&amp;n);<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">if(n&lt;10)<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">{<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">printf(\u201c&amp;d is less then 10\u201d, n);<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">return 0;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-size: 13.999999999999998pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #434343;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">If else Statement<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Syntax of if-else statement<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<div>\n<table style=\"border: none; border-collapse: collapse;\" width=\"430\"><colgroup> <col width=\"430\"> <\/colgroup>\n<tbody>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; width: 430px; border: 1px solid #000000;\">\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">if (condition)<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">{<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Statements;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">\u2026..&nbsp; \u2026\u2026. \u2026<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">else<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">{<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Statements;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">\u2026\u2026.&nbsp; \u2026\u2026..<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-us.googleusercontent.com\/FFnjqryCw6vfyxB1hGZjzs03cyTir8F1xco_Aac161Ivtprbjm1LSzxe9TrH0eXSRqM9SWit_e7eRjCH1Jr9-DNRy-sTohYvg6YOc34WiaCafHkdFtP2ZvQlqrePAWS-nqaxB9w8lD1ioX5onqy86pI\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\"><span style=\"border: none;\"><span style=\"display: inline-block;\"><span style=\"overflow: hidden;\"><span style=\"width: 498px;\"><span style=\"height: 259px;\"><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Example:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<div>\n<table style=\"border: none; border-collapse: collapse;\" width=\"407\"><colgroup> <col width=\"407\"> <\/colgroup>\n<tbody>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; width: 407px; border: 1px solid #000000;\">\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">#include<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">int main(){<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">int n;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">printf(\u201cEnter a number: \u201d);&nbsp;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">scanf(\u201c%d\u201d,&amp;n);<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">if(n%2==0){<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 48px; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">printf(\u201c%d is even\u201d, n);<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 48px;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Else{<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 48px; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">printf(\u201c%d is odd\u201d, n);<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 48px;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">return 0;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-size: 13.999999999999998pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #434343;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">If-else if Statement<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Syntax of if\u2026else if\u2026else statement:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<div>\n<table style=\"border: none; border-collapse: collapse;\" width=\"405\"><colgroup> <col width=\"405\"> <\/colgroup>\n<tbody>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; width: 405px; border: 1px solid #000000;\">\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">if (condition 1){<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">statements;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">else if (condition 2){<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;statements;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">else if (condition n){<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;statements;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">else{<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;statements;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-us.googleusercontent.com\/a0xW2qCuEGZz4J2DWXAFzX2uqYzRoG6bm5LSh5Zn27Tt9MKsX7Ec61ZyBl6NyzVqiS_U78As89jahoPVfTKCrLLUuEo7Sd3ColxoQpOMdB64zBxq_4Xt9QRADF3hZ7Nqk0pxJSbrnK02CDOVSK0hJfs\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\"><span style=\"border: none;\"><span style=\"display: inline-block;\"><span style=\"overflow: hidden;\"><span style=\"width: 522px;\"><span style=\"height: 272px;\"><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Example:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">C-Program to find if a number is negative, positive or zero.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<div>\n<table style=\"border: none; border-collapse: collapse;\" width=\"474\"><colgroup> <col width=\"474\"> <\/colgroup>\n<tbody>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; width: 474px; border: 1px solid #000000;\">\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">#include<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">int main(){<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">int n;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">printf(\u201cEnter a number: \u201d);<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">scanf(\u201c%d\u201d, &amp;n);<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">if(n &lt; 0){<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 48px; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">printf(\u201cNumber is negative\u201d);<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 48px;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">else if(n &gt; 0){<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 48px; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">printf(\u201cNumber is positive \u201d);<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 48px;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">else{<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 48px; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">printf(\u201cNumber is equal to zero\u201d);<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 48px;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">return 0;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-size: 13.999999999999998pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #434343;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Switch Statement<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">In C programming language, a switch statement helps organize code by checking a variable for different values. It&#8217;s like a menu where each option (case) does something specific. In addition,&nbsp; It makes code clearer and easier to follow when dealing with many possibilities.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Example:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<div>\n<table style=\"border: none; border-collapse: collapse;\" width=\"448\"><colgroup> <col width=\"448\"> <\/colgroup>\n<tbody>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; width: 448px; border: 1px solid #000000;\">\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">#include <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">&nbsp;int main() {&nbsp;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">int num = 8;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">switch (num) {<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 48px; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">case 7:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 96px; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">printf(\u201cValue is 7\u201d);<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 96px; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">break;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 96px;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">case 8:<\/span><\/span><\/span><\/span><\/span><\/span><\/span> <\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 96px; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">printf(\u201cValue is 8\u201d);<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 96px; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">break;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 96px;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">case 9:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 96px; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">printf(\u201cValue is 9\u201d);<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 96px; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">break;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 96px;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">default:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 96px; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">printf(\u201cOut of range\u201d);<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 96px; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">break;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 48px;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">return 0;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Output:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<div>\n<table style=\"border: none; border-collapse: collapse;\" width=\"449\"><colgroup> <col width=\"449\"> <\/colgroup>\n<tbody>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; width: 449px; border: 1px solid #000000;\">\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Value is 8<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"looping-statements\">Looping Statements<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">In computer programming, a loop is a sequence of instructions that is repeated until a certain condition is reached.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">There are mainly two types of loops:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Entry Controlled loops:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\"> In this type of loops the test condition is tested before entering the loop body. For-loop and While-Loops are entry-controlled loops.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n\n\n\n<li><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Exit Controlled loops: <\/span><\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">In this type of loops the test condition is tested or evaluated at the end of the loop body. Therefore, the loop body will execute at least once, irrespective of whether the condition is true or false. Do-while loop is exit controlled loop.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-us.googleusercontent.com\/h5MGfiJ6BH10rSWr1lFhDxuSw5Lkhq7XhkhVlubc_3vihFWlkiwBN2XNlNCc87Trskvy7ifUcXSzyW5EdhgWvtwN7x3Ap5OAawGUlJlWAAdQl4IuwR_OMuSprDGWMKSU-LIpQnnXTXgJTArUCmjyX5E\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\"><span style=\"border: none;\"><span style=\"display: inline-block;\"><span style=\"overflow: hidden;\"><span style=\"width: 425px;\"><span style=\"height: 221px;\"><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-size: 13.999999999999998pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #434343;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">For Loop<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Syntax of for loop in C programming language:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<div>\n<table style=\"border: none; border-collapse: collapse;\" width=\"499\"><colgroup> <col width=\"499\"> <\/colgroup>\n<tbody>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; width: 499px; border: 1px solid #000000;\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">for (initialization_statement; test_expression; update_statement:){<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">\/\/Statements inside the body of loop<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Flowchart of for loop:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-us.googleusercontent.com\/vy3LgMqjQxPdohUC1vVG3smfdRjaTfzdod09y0Jak7mu-0wng0KoqeatlbZllydlrLsLkWCliHiNKDiLpm476SLw7MOORcu48YNe-Vu-YUOhe4s3oE8zY0MyCA96asw-c1x1eGQe59H6gMM7GEI42qs\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\"><span style=\"border: none;\"><span style=\"display: inline-block;\"><span style=\"overflow: hidden;\"><span style=\"width: 428px;\"><span style=\"height: 223px;\"><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Example:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">\/\/ Print numbers from 1 to 10<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<div>\n<table style=\"border: none; border-collapse: collapse;\" width=\"470\"><colgroup> <col width=\"470\"> <\/colgroup>\n<tbody>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; width: 470px; border: 1px solid #000000;\">\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">#include <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">int main() {<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">int i;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">For (i = 1; i &lt; 11; ++i){<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 48px; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">printf(\u201c%d \u201c, i);<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">return 0;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Output<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">1 2 3 4 5 6 7 8 9 10<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-size: 13.999999999999998pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #434343;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">While Loop<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Syntax of while loop in C programming language:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<div>\n<table style=\"border: none; border-collapse: collapse;\" width=\"470\"><colgroup> <col width=\"470\"> <\/colgroup>\n<tbody>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; width: 470px; border: 1px solid #000000;\">\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">while(condition) {<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">statement(s);<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.2;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Flowchart of While loop<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-us.googleusercontent.com\/OswGKsjtv5C12YJYeATDcaVuSyXvAECYfWhWHQx4vl-picFWNmUjk_rpn4oq1kkPaPfSxuJ8Dhpyz13jPpLalmJf1IOx3UzueCwoYETLXoVu3tLftlQXMZzuqnQpC0Ipn1OnCehnM2gfmJ-VJCYLbj4\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\"><span style=\"border: none;\"><span style=\"display: inline-block;\"><span style=\"overflow: hidden;\"><span style=\"width: 447px;\"><span style=\"height: 232px;\"><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Example:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<div>\n<table style=\"border: none; border-collapse: collapse;\" width=\"430\"><colgroup> <col width=\"430\"> <\/colgroup>\n<tbody>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; width: 430px; border: 1px solid #000000;\">\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">#include <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">int main() {<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">\/* local variable definition *\/<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">int a = 10;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">\/* while loop execution *\/<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">while( a &lt; 20 ) {<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 48px; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">printf(\u201cvalue of a: %d\\n\u201d, a);<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 48px; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">a++;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">return 0;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">When the above code is compiled and executed, The output will be:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">value of a 10.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">value of a: 11<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">value of a: 12<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">value of a: 13<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">value of a: 14<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">value of a: 15<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">value of a: 16<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">value of a: 17<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">value of a: 18<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">value of a: 19<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-size: 13.999999999999998pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #434343;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Do-While Loop<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Syntax of do\u2026while loop<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<div>\n<table style=\"border: none; border-collapse: collapse; table-layout: fixed; width: 624px;\" width=\"NaN\"><colgroup> <col> <\/colgroup>\n<tbody>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">do{<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">statement(s);<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">} while (condition);<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Flowchart of Do\u2026while loop<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-us.googleusercontent.com\/AYmO_YYv_YiHINMv2KnCAp-6ldw4oODWe2bD5wO52QoVy_Lc7A7vqf6z2_4pCHac8gxLNNDPqaBLTJmUza2-AeNppCy4G1mfYWFYd2dikfP2yMBwwGYGxf8VqapAzp3wiVC36JHhPGdeF4XjNfhd3PI\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\"><span style=\"border: none;\"><span style=\"display: inline-block;\"><span style=\"overflow: hidden;\"><span style=\"width: 437px;\"><span style=\"height: 227px;\"><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: bold;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Example:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<div>\n<table style=\"border: none; border-collapse: collapse; table-layout: fixed; width: 624px;\" width=\"NaN\"><colgroup> <col> <\/colgroup>\n<tbody>\n<tr>\n<td style=\"vertical-align: top; padding: 7px 7px 7px 7px; border: 1px solid #000000;\" width=\"NaN\">\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">#include <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">int main() {<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">\/* local variable definition *\/<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">int a = 10;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">\/* do loop execution *\/<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">do {<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 48px; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">printf(\u201cvalue of a: %d\\n\u201d, a);<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; margin-left: 48px; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">a = a + 1;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">} while( a &lt; 20 );<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38; text-indent: 36pt;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">return 0;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height: 1.38;\"><span style=\"overflow: hidden;\"><span style=\"overflow-wrap: break-word;\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">}<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">When the above code is compiled and executed, The output will be:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">value of a 10.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">value of a: 11<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">value of a: 12<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">value of a: 13<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">value of a: 14<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">value of a: 15<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">value of a: 16<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">value of a: 17<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">value of a: 18<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">value of a: 19<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">In conclusion, C programming language, created by Dennis Ritchie in the 1970s, is a key language for building computer systems. It&#8217;s valued for its simplicity, efficiency, and adaptability across different computers. Despite lacking some safety features, its direct hardware control and memory efficiency make it widely used in system programming, applications, embedded systems, and more.&nbsp;<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-size: 11pt; font-variant: normal; white-space: pre-wrap;\"><span style=\"font-family: Arial,sans-serif;\"><span style=\"color: #000000;\"><span style=\"background-color: #ffffff;\"><span style=\"font-weight: 400;\"><span style=\"font-style: normal;\"><span style=\"text-decoration: none;\">Learning C, with its basics like variables, control statements, and loops, provides a strong foundation in computer science, making it valuable for both beginners and experienced developers in various industries.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Frequently Asked Questions<\/strong><\/p>\n\n\n\n<div class=\"inblogffschema-faq\">\n<h5><strong>Q1.What is Array in C?<\/strong><\/h5>\n<p><strong>Ans<\/strong>. In C, an array is like a group of similar things placed in order. Each thing has a number (starting from 0), and they&#8217;re stored together in a computer&#8217;s memory. Arrays help organize and work with data in a neat way.<\/p>\n<h5><strong>Q2.Which level language is C?<\/strong><\/h5>\n<p><strong>Ans.<\/strong>C is a low-level language, lets programmers directly control computer hardware. It allows tasks like managing memory manually. Though less abstract than high-level languages, its closeness to machine code gives more control and efficiency in system programming.<\/p>\n<h5><strong>Q3.What is C programming used for?<\/strong><\/h5>\n<p><strong>Ans.<\/strong>C programming is a versatile language used for making computer systems, games, and device software. It&#8217;s important for operating systems because it&#8217;s efficient and works well at a low level. Many different types of computer programs are built using C.<\/p>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learning C, with its basics like variables, control statements, and loops, provides a strong foundation in computer science, making it valuable for both beginners and experienced developers in various industries.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-87","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>C Programming Language - Complete C Tutorial For Beginners - Latest Insights &amp; Guides | Career Upskilling Blogs<\/title>\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.upskillcampus.com\/blog\/c-programming-tutorial\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"C Programming Language - Complete C Tutorial For Beginners - Latest Insights &amp; Guides | Career Upskilling Blogs\" \/>\n<meta property=\"og:description\" content=\"Learning C, with its basics like variables, control statements, and loops, provides a strong foundation in computer science, making it valuable for both beginners and experienced developers in various industries.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/\" \/>\n<meta property=\"og:site_name\" content=\"Latest Insights &amp; Guides | Career Upskilling Blogs\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-22T15:03:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-16T10:03:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.theiotacademy.co\/assets\/images\/socialicons\/bars-solid-icon-new.svg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"14 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/#\/schema\/person\/53299d25f01528dd106c128db9251a11\"},\"headline\":\"C Programming Language &#8211; Complete C Tutorial For Beginners\",\"datePublished\":\"2024-01-22T15:03:19+00:00\",\"dateModified\":\"2026-05-16T10:03:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/\"},\"wordCount\":2498,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.theiotacademy.co\/assets\/images\/socialicons\/bars-solid-icon-new.svg\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/\",\"url\":\"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/\",\"name\":\"C Programming Language - Complete C Tutorial For Beginners - Latest Insights &amp; Guides | Career Upskilling Blogs\",\"isPartOf\":{\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.theiotacademy.co\/assets\/images\/socialicons\/bars-solid-icon-new.svg\",\"datePublished\":\"2024-01-22T15:03:19+00:00\",\"dateModified\":\"2026-05-16T10:03:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/#primaryimage\",\"url\":\"https:\/\/www.theiotacademy.co\/assets\/images\/socialicons\/bars-solid-icon-new.svg\",\"contentUrl\":\"https:\/\/www.theiotacademy.co\/assets\/images\/socialicons\/bars-solid-icon-new.svg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.upskillcampus.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"C Programming Language &#8211; Complete C Tutorial For Beginners\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/#website\",\"url\":\"https:\/\/www.upskillcampus.com\/blog\/\",\"name\":\"Latest Insights &amp; Guides | Career Upskilling Blogs\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.upskillcampus.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/#organization\",\"name\":\"Latest Insights &amp; Guides | Career Upskilling Blogs\",\"url\":\"https:\/\/www.upskillcampus.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.upskillcampus.com\/blog\/wp-content\/uploads\/2025\/02\/upskill-campus-logo.png\",\"contentUrl\":\"https:\/\/www.upskillcampus.com\/blog\/wp-content\/uploads\/2025\/02\/upskill-campus-logo.png\",\"width\":300,\"height\":116,\"caption\":\"Latest Insights &amp; Guides | Career Upskilling Blogs\"},\"image\":{\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/#\/schema\/person\/53299d25f01528dd106c128db9251a11\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/af615012e47fb46f753324ae6be7640f155bf27b583328f36862d4e5a1a55b83?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/af615012e47fb46f753324ae6be7640f155bf27b583328f36862d4e5a1a55b83?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/af615012e47fb46f753324ae6be7640f155bf27b583328f36862d4e5a1a55b83?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/www.upskillcampus.com\/blog\"],\"url\":\"https:\/\/www.upskillcampus.com\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"C Programming Language - Complete C Tutorial For Beginners - Latest Insights &amp; Guides | Career Upskilling Blogs","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.upskillcampus.com\/blog\/c-programming-tutorial\/","og_locale":"en_US","og_type":"article","og_title":"C Programming Language - Complete C Tutorial For Beginners - Latest Insights &amp; Guides | Career Upskilling Blogs","og_description":"Learning C, with its basics like variables, control statements, and loops, provides a strong foundation in computer science, making it valuable for both beginners and experienced developers in various industries.","og_url":"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/","og_site_name":"Latest Insights &amp; Guides | Career Upskilling Blogs","article_published_time":"2024-01-22T15:03:19+00:00","article_modified_time":"2026-05-16T10:03:03+00:00","og_image":[{"url":"https:\/\/www.theiotacademy.co\/assets\/images\/socialicons\/bars-solid-icon-new.svg","type":"","width":"","height":""}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"14 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/#article","isPartOf":{"@id":"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/"},"author":{"name":"admin","@id":"https:\/\/www.upskillcampus.com\/blog\/#\/schema\/person\/53299d25f01528dd106c128db9251a11"},"headline":"C Programming Language &#8211; Complete C Tutorial For Beginners","datePublished":"2024-01-22T15:03:19+00:00","dateModified":"2026-05-16T10:03:03+00:00","mainEntityOfPage":{"@id":"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/"},"wordCount":2498,"commentCount":0,"publisher":{"@id":"https:\/\/www.upskillcampus.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/#primaryimage"},"thumbnailUrl":"https:\/\/www.theiotacademy.co\/assets\/images\/socialicons\/bars-solid-icon-new.svg","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/","url":"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/","name":"C Programming Language - Complete C Tutorial For Beginners - Latest Insights &amp; Guides | Career Upskilling Blogs","isPartOf":{"@id":"https:\/\/www.upskillcampus.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/#primaryimage"},"image":{"@id":"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/#primaryimage"},"thumbnailUrl":"https:\/\/www.theiotacademy.co\/assets\/images\/socialicons\/bars-solid-icon-new.svg","datePublished":"2024-01-22T15:03:19+00:00","dateModified":"2026-05-16T10:03:03+00:00","breadcrumb":{"@id":"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/#primaryimage","url":"https:\/\/www.theiotacademy.co\/assets\/images\/socialicons\/bars-solid-icon-new.svg","contentUrl":"https:\/\/www.theiotacademy.co\/assets\/images\/socialicons\/bars-solid-icon-new.svg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.upskillcampus.com\/blog\/c-programming-tutorial\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.upskillcampus.com\/blog\/"},{"@type":"ListItem","position":2,"name":"C Programming Language &#8211; Complete C Tutorial For Beginners"}]},{"@type":"WebSite","@id":"https:\/\/www.upskillcampus.com\/blog\/#website","url":"https:\/\/www.upskillcampus.com\/blog\/","name":"Latest Insights &amp; Guides | Career Upskilling Blogs","description":"","publisher":{"@id":"https:\/\/www.upskillcampus.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.upskillcampus.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.upskillcampus.com\/blog\/#organization","name":"Latest Insights &amp; Guides | Career Upskilling Blogs","url":"https:\/\/www.upskillcampus.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.upskillcampus.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.upskillcampus.com\/blog\/wp-content\/uploads\/2025\/02\/upskill-campus-logo.png","contentUrl":"https:\/\/www.upskillcampus.com\/blog\/wp-content\/uploads\/2025\/02\/upskill-campus-logo.png","width":300,"height":116,"caption":"Latest Insights &amp; Guides | Career Upskilling Blogs"},"image":{"@id":"https:\/\/www.upskillcampus.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.upskillcampus.com\/blog\/#\/schema\/person\/53299d25f01528dd106c128db9251a11","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/af615012e47fb46f753324ae6be7640f155bf27b583328f36862d4e5a1a55b83?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/af615012e47fb46f753324ae6be7640f155bf27b583328f36862d4e5a1a55b83?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/af615012e47fb46f753324ae6be7640f155bf27b583328f36862d4e5a1a55b83?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/www.upskillcampus.com\/blog"],"url":"https:\/\/www.upskillcampus.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.upskillcampus.com\/blog\/wp-json\/wp\/v2\/posts\/87","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.upskillcampus.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.upskillcampus.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.upskillcampus.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.upskillcampus.com\/blog\/wp-json\/wp\/v2\/comments?post=87"}],"version-history":[{"count":9,"href":"https:\/\/www.upskillcampus.com\/blog\/wp-json\/wp\/v2\/posts\/87\/revisions"}],"predecessor-version":[{"id":670,"href":"https:\/\/www.upskillcampus.com\/blog\/wp-json\/wp\/v2\/posts\/87\/revisions\/670"}],"wp:attachment":[{"href":"https:\/\/www.upskillcampus.com\/blog\/wp-json\/wp\/v2\/media?parent=87"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.upskillcampus.com\/blog\/wp-json\/wp\/v2\/categories?post=87"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.upskillcampus.com\/blog\/wp-json\/wp\/v2\/tags?post=87"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}