Skip to main content

Understanding For-loop in C Language

FOR LOOP.

It allowed specifying three things about a loop is a single line:

  Ø  Setting a loop counter to an initial value.

  Ø  Testing the loop counter to determine whether its value has reached the number of repetitions desired.

  Ø  Increasing the value of loop counter each time the program segment has been executed.


General form of FOR LOOP statement:

It can be seen that three stapes are required for the loop construct have now been incorporated in the FOR LOOP statement:

  Ø  Initialization

  Ø  Testing

  Ø  Incrementation


Execution of FOR LOOP statement:

  Ø  When for statement is executed for the first time, the value of count set to an initial value 1.

  Ø  Now the condition “count<=3” tested. Since count is 1, the condition is satisfied and body of the loop is executed for the first time.

  Ø  Upon reaching the closing brace of for, a computer sends the control back to the for the statement, where the value of count gets incremented by 1.

  Ø  Again the test is performed to check whether the new value of count exceeds 3.

  Ø  The body of the FOR LOOP statement continuous to get executed till count doesn’t exceed the final value 3.

  Ø    When count reach the value 4, the control exits from the loop and is transfer to the statement immediately after the body for FOR LOOP.

 

Comments

Popular posts from this blog

4 Easy Steps Best Learning Plan For Programming

  4 Easy Steps Best Learning Plan For Programming in this article, we plan how to learn and practice programming in C language. in the program, we try to cover all the topics of basic C language like pointers, array, loops, if-else statements etc. we work on the following strategy... 1) learn the theory of programming. in this section, we are trying to cover all the important topics of basic C. here are some following topics which are cover in upcoming articles. table of content...... 1.variable constant and keywords. 2.instructions and operators. 3.conditional instructions. 4.loop control instructions. 5.functions and recursions. 6.pointers. 7.array. 8.strings. 9.structures. 10.file input/output. 11.dynamic memory allocations. 2) complete a practice set. we have written these practice sheets and source code for you. in these sheets we are trying to cover all the topics of the theory part 3) solve programming questions. in this section homework questions for you. 4) creating sof...

How to Attract People By Search Engine Marketing

How to Attract People By Search Engine Marketing: Any business that can come online must come online !! But it is not that you have created your website and people will just start coming to it. Search engine is the best way to call people to your website. Now the search engine is also many, whose user in India is something like this. Google 97.65% Bing 1.39% Yahoo 0.89% DuckDuckGO 0.03% (According to IndianMarketer) Everyone knows that Google is the most famous search engine, There are two ways to get traffic or logo from Google Search engine optamization (SEO) Search engine marketing (SEM) What is SEARCH ENGINE MARKETING? Search engine marketing or SEM is the best way to rank on Google in any category. Nowadays everyone wants to increase your bussiness, in such a situation where big companies have made their place on the first page of Google, the same SEM gives us the chance that we too can spend above money by coming to those websites. When we come above SEM, it is called inorgan...

How To Know Best Tools For Social Media Marketing Part 2

  Best Tools For Social Media Marketing Part 2 Today we will tell you about social media marketing tools Part 2. in this article remaining 6 tools, which are helping in a social media campaign. Unsplash: - It is very important to have amazing images while having high-quality textual content. Unsplash provides a database of high-resolution, great images that you can use with your posts, the fact that a good image has its own unique significance cannot be denied. Each image is properly tagged so that you can find the most appropriate image for your post. Marin: - If your agency runs a social media advertising campaign (campaign), then this social media management tool will be useful for you. Marin offers a range of features that promise to increase your ROI by up to 30% compared to native equipment. One of its cool features is called auto-split which helps your audience in the micro-segment. Nimble: - As your customer list grows, a powerful CRM is needed to automate data manag...