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]);
# include stdio.h> # include conio.h> # include string.h> void main() { int i=0,j=0; char a[100],temp; clrscr();
A: No. While realloc() need to copy the allocation, this uses a bitwise copy operation, that will tear several C++ objects to shreds. C++ objects must be allowed to copy t
Project Description: Design and prepare software that can navigate a mobile robot using SLAM technique using vision sensor (camera). Skills required are C Programming, Engine
WAP TO PRINT THE LARGEST NUMBER FROM ANY 10 NUMBERS #include stdio.h> #include conio.h> void main() { int a[10],i,max;
wap to cheak if a number is palindrom
#question.to determine the area of a triangle,rectangle and trapezium
#compiler design limit the instruction#
1) Factorial (for this question just provide an answer for each part) 1.1 Debug the following program to calculate N! #include using namespace std; main()
program area under the curve y=f(x) between x=a & y=b, integrate y=f(x) between the limits of a & b Solution: #include float start_point, /* GLOBAL V
What's a six-letter word that has an e as its first, third, and fifth letter? Can you find an anagram of pine grave. Or how about a word that starts and ends with ant (other than a
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