Answer Posted / sharath
yes u are right
there is no condition and the result is an infinite loop which continues till the stack overflow after that it may hang..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to find anagram without using string functions using only loops in c programming
C program to find all possible outcomes of a dice?
What does int main () mean?
What is the difference between null pointer and wild pointer?
What is a char c?
What are near, far and huge pointers?
How many types of operator or there in c?
what value is returned to operating system after program execution?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Tell us bitwise shift operators?
How can I get back to the interactive keyboard if stdin is redirected?
Explain how do you determine whether to use a stream function or a low-level function?
What is const keyword in c?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
What are different storage class specifiers in c?