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]);
What are P r im a r y D a t a T y p es? Integer can be defined according to the size of the data and it can be modified further by using keyword unsigned and si
Objective: Construct a C program that controls the UART, and is capable of displaying strings. Echo characters received on the UART to the LCD screen Outcome: A mess
Write a Program that illustrate union declaration? A C program encloses the following union declaration: union id { char color[12]; int size; } shirt, blouse; At this
how to convert a general tree into binary tree with example
code of this game
i need to do my home work
A: This will turn o_ "name mangling" for func so that one can connect to code compiled by a C compiler.
Program to check even and odd numbers: int main() { int your_number; cout cin >> your_number;
What is copy constructor?
Explain the Bitwise-Inclusive-OR Operator: |? The bitwise-inclusive-OR operator (|) contrast each bit of its first operand to the corresponding bit of its second operand and if
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