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();
how to write the pgogram?
An employee’s total weekly pay equals the hourly wage multiplied by the total number of regular hours plus any overtime pay. Overtime pay equals the total overtime hours multiplied
question c
how we use the cin command and why we use this command????
an algorithm and flowchart of finding the product of any two numbers
Implement a menu driven real estate catalogue system that allows users to perform various catalogue maintenance and search tasks. You are only allowed to use the C programming la
Study the following class diagram, additional information and answer the questions that follow: MovieTicket movieName: string TicketPrice: doub
Project Description: My project is about telephone billing system. This project was my project in my college life. The project is quite easy, i needed C++ programming language..
Imagine that the server program is a setuid program owned by the root, then after you penetrate the program with a shell running, you become the ROOT and you can remove the whole f
Byteland county is very famous for luminous jewels. Luminous jewels are used in making beautiful necklaces. A necklace consists of various luminous jewels of particular colour. Nec
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