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

Can you apply link and association interchangeably?

0 Answers   InterGraph,


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

0 Answers   TCS,


whether itis a structured language?

1 Answers   Microsoft,


int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????

1 Answers  


What are the three constants used in c?

0 Answers  


Which is the best website to learn c programming?

0 Answers  


What does it mean when a pointer is used in an if statement?

0 Answers  


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

0 Answers  


Define recursion in c.

0 Answers  


what is uses of .net

0 Answers  


Using which language Test cases are added in .ptu file of RTRT unit testing???

0 Answers  


How can I trap or ignore keyboard interrupts like control-c?

0 Answers  


Categories