While(1)
{
}
when this loop get terminate is it a infinite loop?
Answer Posted / vignesh1988i
only break statement can do it
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
When should a far pointer be used?
What is the difference between union and structure in c?
What is a nested formula?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is the best organizational structure?
What do you understand by normalization of pointers?
Is array name a pointer?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is data type long in c?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Using which language Test cases are added in .ptu file of RTRT unit testing???
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What is printf () in c?
Explain which function in c can be used to append a string to another string?