Announcement

Collapse
No announcement yet.

Unconfigured Ad Widget

Collapse

What is "LOOP" in C ++

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • What is "LOOP" in C ++

    loop Definition
    A sequence of {instructions} that the {processor} repeats, either until some condition is met, or indefinitely. In an {structured language} (e.g. {C}, {Pascal}, {BASIC}, or {Fortran}), a loop is usually achieved with {for loop}, {while loop} or {repeat loop} constructs. In other languages these constructs may be synthesised with a {jump} ({assembly language}) or a {GOTO} (early Fortran or BASIC).
    Visit My Early PS Work
    You Are Welcome To Comment

  • #2
    Re: What is "LOOP" in C ++

    Loop:
    Visit My Early PS Work
    You Are Welcome To Comment

    Comment


    • #3
      Re: What is "LOOP" in C ++

      what is C++?

      A high-level programming language developed by Bjarne Stroustrup at Bell Labs. C++ adds object-oriented features to its predecessor, C. C++ is one of the most popular programming language for graphical applications, such as those that run in Windows and Macintosh environments.
      Visit My Early PS Work
      You Are Welcome To Comment

      Comment

      Working...
      X