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
What is #include cctype?
I came across some code that puts a (void) cast before each call to printf. Why?
Explain what is meant by 'bit masking'?
What does typeof return in c?
In C language what is a 'dangling pointer'?
What do you mean by c what are the main characteristics of c language?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
What is pointer to pointer in c?
What does char * * argv mean in c?
What is the difference between class and object in c?
Why do we write return 0 in c?
how do you execute a c program in unix.
How can I do serial ("comm") port I/O?