answersLogoWhite

0

Loops are very important part of a C-language.

If we have to run our programe multiple time then we use Loops of C.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Where do you get loop the loop straws?

C, for loops, while loops, and do while loops are control structures forFor example, the following programs are functionally identical: While loop


To print the multiples of a given number using loops in c?

Yes, it is possible to do that.


How can you debug a C program in Unix?

You can debug C programs using gdb on Unix.


What is the importance of using functions in a c program?

C programs do not function without functions.


How do you perform programs on c programing language?

Using IDE environment


Program codes in turbo c that will display border on the console screen using for loops?

There is not one that I know off but you could write it.


What are loops in C?

In very simple terms, Loops in any language are used to perform a task repetitively.


How does C plus plus endeavor to represent the loop paradigm?

Iterative loops in C/C++ are represented by for(), while() and do...while() code blocks. Recursive loops are represented by functions calling themselves.


What are loops in c language?

In very simple terms, Loops in any language are used to perform a task repetitively.


Is the dual core processor reliable to make programs using turbo c?

A dual core processor is reliable to make programs using Turbo C. It is best however if you go for a more substantial processor such as a Quad Core.


What are the uses of a loop?

Loops are used to repeat one statement or set statements more than one time. Most real programs contain some construct that loops within the program, performing repetitive actions on a stream of data or a region of memory. There are several ways to loop in C.


Which programming language is used to create UI windows from scratch in Linux?

Most programs in Linux are written using C or C++.