Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
C Program for REMOVING CHAR WHICH U WANT
void main()
{
int i,j;
char a[100],r;
clrscr();
for(i=0;i<100;i++)
a[i]=0;
i=0;
printf("\N ENTER THE STRING: ");
do{
a[i++]=getchar();
}while(a[i-1]!='\n');
a[i]='\0';
printf("\N ENTER THE CHAR U WANT TO REMOVE? ");
scanf("%c",&r);
for(i=0;a[i]!='\0';i++)
if (a[i]==r)
a[i]=a[i+1];
i++;
}
} a[i]='\0';
puts(a); getch();
Encapsulation and Data Hiding The property of being a self-contained unit is known as encapsulation. The idea that the encapsulated unit can be used without knowing how it work
I have an exercise with 2 problems. One that is partially completed except with read problems with memory overwrite, and the other problem. I have enclosed the instructions documen
describe how identifiers of different data type are defined using this notaion?
AFL TO DLL..
Problem : (a) What do you understand by the term ‘constructor' in Java? Explain with an appropriate example. (b) Describe the differences between an object and a class usi
#questio A charitable organization wants to design a special ATM machine to be used by needy people. The association supplies the needy person with a pin number to be able to use
please provide me the assignment help. What is the difference between a copy constructor and an overloaded assignment operator?
What is an algorithm and write an algorithm to calculate the simple interest
Ask question asdasasas#Minimum 100 words accepted#
Problem 1 What is the difference between function declaration and function definition? 2 Write a recursive function to find sum of even numbers from 2 to 10. 3 List some
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +91-977-207-8620
Phone: +91-977-207-8620
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd