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

Post New Answer

More C Interview Questions

Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.

1 Answers   College School Exams Tests, Wipro,


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

0 Answers  


What is the meaning of int *x[]();?

1 Answers  


A program to write a number of letters and numbers, such as counting and display

0 Answers  


What is the 'named constructor idiom'?

0 Answers  






What extern c means?

0 Answers  


What are external variables in c?

0 Answers  


Without Computer networks, Computers will be half the use. Comment.

0 Answers  


What does the c in ctime mean?

0 Answers  


write a progam to display the factors of a given number and disply how many prime numbers are there?

2 Answers  


write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised

3 Answers  


Explain modulus operator. What are the restrictions of a modulus operator?

0 Answers  


Categories