answersLogoWhite

0

while (2*2==4) printf ("Still running\n");

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Why it is necessary to avoid infinite loops in program design in C programming?

Infinite loops in any programming language are infinite. As in, they don't stop, unless they are told so somewhere INSIDE the loop. If a loop is allowed to continue infinitely (e.g while(true){} is a valid, truly infinite loop), they will hang up (freeze) the program, or even the computer running it, eating excessive resources, and requiring your user to manually terminate (sigterm, sigkill, task manager, alt+f4) the process.


What is the difference between static and dynamic programming?

in static programming properties, methods and object have to be declared first, while in dynamic programming they can be created at runtime. This is usually due to the fact that the dynamic programming language is an interpreted language.


What is an infinite loop in c plus plus?

An infinite loop is one sequence of commands that just repeats over and over again forever. When it comes to creating an infinite loop you can use the: for do while and do statements. using the keywords 'true'


What are the example of programming?

Virtually any software used by a computer is an example of programming. While the user will interact with an interface most of the time, the developer will create the entire thing using many, many lines of code.


What does infinite and finite mean?

Infinite means never ending while finite means it ends.


Why c is call structured programming?

Because you can use programming structures, namely: sequence, selection (if, switch) and repetition (while, for, do-while)


What is the difference between infinite and finite sequence?

infinite is never ending while finite means it canend


In object oriented programming when does memory for the class is allocated and why?

While it depends on the specific language, memory for a class is usually allocated when an object of that class is created.


How can you create infinite instances of the same class using Python?

try using a never ending looping statement (I know that I need a while/for loop, but I don't know how to assign variables to a randomly generated string)


What programming language is used for www.threadless.com?

HTML and javascript. While viewing www.threadless.com or any site for that matter. If you are using Internet Explorer, Click View->Source.


How do you mask an object in programming?

Masking an object in programming typically involves creating a representation that selectively displays or processes certain aspects of that object while hiding others. This can be achieved using techniques such as encapsulation in object-oriented programming, where private properties are not accessible outside the object, or by applying filters in data processing to exclude unwanted information. Additionally, in graphics programming, masking can involve using a mask image or shape to define which parts of an object are visible or affected by operations.


What is multiprogaming?

Its a form of programming while multitasking