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 are the back slash character constants or escape sequence charactersavailable in c?
Why is %d used in c?
how we can make 3d venturing graphics on outer interface
What is the total generic pointer type?
What does void main return?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What are types of preprocessor in c?
What is the argument of a function in c?
what is the height of tree if leaf node is at level 3. please explain
a program that can input number of records and can view it again the record
formula to convert 2500mmh2o into m3/hr
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
what are # pragma staments?
What is a void * in c?