Answer Posted / amol p.deokar
When Continue is encountered inside any loop,control automatically passes to the beginning of the loop.
A cont.. is usually associated with an if
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a code on reverse string and its complexity.
What is volatile variable in c with example?
What is double pointer?
to find the closest pair
Why doesn't C support function overloading?
What is volatile, register definition in C
What is the maximum no. of arguments that can be given in a command line in C.?
Why doesnt that code work?
What is && in c programming?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
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 does 2n 4c mean?
what is ur strangth & weekness
What is malloc return c?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above