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!
#include stdio.h>
#include conio.h>
#include string.h>
void del(char[],char *);
main()
{
char str[30],ch,*pp;
clrscr();
puts("ENTER THE STRING: ");
gets(str);
printf("ENTER ANY CHARACER WHICH U WNAT TO DELETE: ");
ch=getchar();
pp=&ch;
del(str,pp);
getch();
}
void del(char c[],char *pp)
int l,i;
l=strlen(c);
for(i=0;i { if(c[i]==*pp) c[i]=' '; else printf("%c",c[i]); } }
if(c[i]==*pp)
c[i]=' ';
else
printf("%c",c[i]);
* * * * * * * * *
get coding for padovan string
Why PHP is also known as scripting language? PHP is fundamentally a general purpose language, which is used to write scripts. Scripts are normal computer files which comprises
Class Templates In addition to function templates, C++ also supports the method of class templates. By definition, a class template is a class definition that explains a fam
Write a program to find the area under the curve y = f(x) between x = a and x = b, integrate y = f(x) between the limits of a and b. #include float start_poin
exemples of many to many
how to get plus asterisk pattern
to compute the net pay of an emplyee, given his/her pay rate, number of hours and tax rate
please send code for inverted index file
Structures A structure is a user-defined data type, which may have different data types as its members. Creating a structure is a two-part process. First, a structure template
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