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
Explain what is the concatenation operator?
Can we change the value of static variable in c?
Can we declare function inside main?
What is the total generic pointer type?
Why is a semicolon (;) put at the end of every program statement?
What is wrong with this statement? Myname = 'robin';
What is the difference between class and object in c?
What is abstract data structure in c?
What are the __date__ and __time__ preprocessor commands?
What do you mean by dynamic memory allocation in c?
How can I find the modification date of a file?
What is the sizeof () a pointer?
Why we not create function inside function.
Who developed c language and when?
What is typeof in c?