Answer Posted / hr@tgksolutions.com
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
find out largest elemant of diagonalmatrix
Differentiate between declaring a variable and defining a variable?
What is the code in while loop that returns the output of given code?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is extern keyword in c?
Describe the modifier in c?
Explain the difference between null pointer and void pointer.
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
what is the difference between class and unio?
What are the functions to open and close file in c language?
What are data structures in c and how to use them?
What is this infamous null pointer, anyway?
can anyone please tell about the nested interrupts?
Explain how can I read and write comma-delimited text?
What is #define used for in c?