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 purpose of fflush(stdin) function
What should be keep precautions while using the recursion method?
What is function and its example?
What is the difference between test design and test case design?
What is c basic?
6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
difference between function & structure
what is use of malloc and calloc?
How can you check to see whether a symbol is defined?
when to use : in c program?
What is a #include preprocessor?