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

Explain what is the difference between text files and binary files?

0 Answers  


Explain what are the different data types in c?

0 Answers  


hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?

0 Answers   HCL,


What does sizeof int return?

0 Answers  


In which area global, external variables are stored?

3 Answers  






Who developed c language?

0 Answers  


int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?

4 Answers   TCS,


What is void main ()?

0 Answers  


how to find sum of 5 digits in C?

4 Answers  


In a switch statement, what will happen if a break statement is omitted?

0 Answers  


What is context in c?

0 Answers  


Differentiate between a structure and a union.

0 Answers   Zensar,


Categories