Which of the following is not an infinite loop ?
a.while(1){
....
}
b.for(;;){
...
}
c.x=0;
do{
/*x unaltered within theloop*/
...
}while(x==0);
d.# define TRUE 0
...
while(TRUE){
....
}
Post New Answer View All Answers
how to introdu5ce my self in serco
What is string function c?
How will you delete a node in DLL?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is the difference between new and malloc functions?
What are the two forms of #include directive?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
plz let me know how to become a telecom protocol tester. thank you.
What do header files do?
to find the closest pair
What are derived data types in c?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
How do you view the path?
Explain how do you print only part of a string?
Why header file is used in c?