While(1)
{

}
when this loop get terminate is it a infinite loop?

Answer Posted / mahi

it is infinite loop.and it will terminate if we will call
break statement in loop.

Is This Answer Correct ?    11 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In C programming, how do you insert quote characters (‘ and “) into the output screen?

875


How can you avoid including a header more than once?

553


What is the explanation for prototype function in c?

556


The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none

692


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1239






a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

669


Where we use clrscr in c?

684


Where can I get an ansi-compatible lint?

628


What is strcmp in c?

586


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

654


Describe explain how arrays can be passed to a user defined function

589


Explain that why C is procedural?

642


What is wrong in this statement?

591


what is bit rate & baud rate? plz give wave forms

1501


What is the difference between printf and scanf in c?

734