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 wrong with this statement? Myname = 'robin';
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
why we are using semicolon at the end of printh statment
What is a newline escape sequence?
Is null a keyword in c?
What is anagram in c?
Is main() function predfined or userdefined?
What is 2c dna?
List some basic data types in c?
What is equivalent to ++i+++j?