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 MERGE TWO STRINGS
main()
{
char a[100],b[100];
int i=0,j,k=0;
clrscr();
printf("ENTER THE FIRST STRING: ");
gets(a);
printf("ENTER THE SECOND STRING: ");
gets(b);
for(i=0;a[i]!='\0';i++);
for(j=0;b[j]!='\0';j++,i++)
a[i]='\0';
printf("\n%s",a);
getch();
}
OUTPUT :
ENTER THE 1 STRING: KAMLESH
ENTER THE 2 STRING: MENGAR
KAMLESH MENGAR
I want MODI method''s coding in c++ using all concepts of c++..please help me its my project work...
Write a ''C'' program to accept any 3 digit integer number from the keyboard and display the word equivalent representation of the given number
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
Mixed Mode Expressions and Implicit type Conversions A mixed mode expression is one in which the operands are not of the similar type. In this case, the operands are converted
What is constructor or ctor?
Two numbers to be subtracted using bitwise operations
For this program you will add and test 2 new member functions to the IntSLList class posted on the website. The two member functions are: insertByPosn(int el, int pos) Assuming t
develop an algorithm using pseudocode for computing cos(x) and sin(x). use a sentinel controlled while loop. use the series definition of e^+-jx
Program to show the ascii value of characters: int main() { int one_char; cout one_char = getch();
how many values we can return from pointer to function?
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