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...
No Answer is Posted For this Question
Be the First to Post Answer
Explain about block scope in c?
What is the difference between a function and a method in c?
What does typeof return in c?
What is the best way of making my program efficient?
Who is the founder of c language?
How can I trap or ignore keyboard interrupts like control-c?
advantages of pointers?
If fflush wont work, what can I use to flush input?
What are the scope of static variables?
How do you declare a variable that will hold string values?
What is the use of linkage in c language?
Is it possible to pass an entire structure to functions?