Answer Posted / uma maheswari
run a part of a programme till the specified condition is
satisfied
instead of doing each&every time for printing some values
we use loop,so time saving
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Should I learn c before c++?
What is self-referential structure in c programming?
What is a const pointer in c?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Write a program to reverse a linked list in c.
How do you define structure?
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.
How can I write a function analogous to scanf?
How many types of operators are there in c?
Why do we use int main?
please explain every phase in the "SDLC" in the dotnet.
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Do you know pointer in c?