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
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
how logic is used
suppose there are five integers write a program to find larger among them without using if- else
write a c programme for add of two numbers with out use of arthematic operators
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
How many types of functions are there in c?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
to convert a string without using decrement operater and string functions
What is the use of sizeof?
Who developed c language and when?
which operator is known as dummy operator in c?
What does the error message "DGROUP exceeds 64K" mean?