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...
Explain what is the difference between text files and binary files?
Explain what are the different data types in c?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
What does sizeof int return?
In which area global, external variables are stored?
Who developed c language?
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
What is void main ()?
how to find sum of 5 digits in C?
In a switch statement, what will happen if a break statement is omitted?
What is context in c?
Differentiate between a structure and a union.