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
What is the value of uninitialized variable in c?
What are the differences between Structures and Arrays?
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
Define VARIABLE?
biggest of two no's with out using if condition statement
write a string copy function routine?
Explain what is output redirection?
What is property type c?
write a program to display the frequency of each element in a given array in c language
What is the use of sizeof () in c?
write a method for an array in which it can display the largest n next largest value.
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789