Answer Posted / glibwaresoftsolutions
break: Exits the loop entirely.
continue: Skips the current iteration and proceeds to the next.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program to print factorial of given number without using recursion?
Whats s or c mean?
simple program of graphics and their output display
Explain how do you determine a file’s attributes?
What is the difference between volatile and const volatile?
What are external variables in c?
Can include files be nested?
Explain bit masking in c?
Is c is a middle level language?
Why C language is a procedural language?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
How can a program be made to print the line number where an error occurs?
What is scope of variable in c?
Explain how can I remove the trailing spaces from a string?
What is the difference between malloc() and calloc() function in c language?