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]);
You are to write a C++ program which will compute the gross pay, Social Security Tax, Income Tax and net pay for an employee. The program needs to prompt for and read the employ
pls say code for this above..
C Program for EVEN & ODD NO IN ANY MATRICES #include stdio.h> #include conio.h> void main() { int a[100][100]; int i=0,j=0,r,c,even=0,odd=0;
smugglers are becoming very smart day by day. Now they have developed a new technique of sending their messages from one smuggler to another. In their new technology, they are send
Luminous Jewels - The Polishing Game Byteland county is very famous for luminous jewels. Luminous jewels are used in making beautiful necklaces. A necklace consists of various lum
How can I handle a constructor that fails?
Problem : Change to palindrome A palindrome is a string that reads the same from both the ends. Given a string S convert it to a palindrome by doing character replacement. Your ta
Study the following table used to compute the tax payable by employees in certain organization Gross Pay Fewer than Three Three
When copy constructors called?
what is a variable
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: +1-415-670-9521
Phone: +1-415-670-9521
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd