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
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...
Can you define which header file to include at compile time?
What are enumerated types?
When should the const modifier be used?
What is getch?
Did c have any year 2000 problems?
a c code by using memory allocation for add ,multiply of sprase matrixes
What does sizeof int return?
What is static memory allocation? Explain
What is the purpose of macro in C language?
Can i use “int” data type to store the value 32768? Why?
What is the general form of function in c?
Is it better to bitshift a value than to multiply by 2?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Where can I get an ansi-compatible lint?