UrbanPro

Learn C Language from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

How can I write a program in c which invert a string in a function like this, Count, 3,man will be coumannt?

Asked by Last Modified  

2 Answers

Learn C Language

Follow 1
Answer

Please enter your answer

Science Teacher

Do you want to invert or insert? The example you have provided has the string "man" inserted at index 3 in the string "Count". Also, the C in the input has been converted to c in the output i.e. uppercase to lowercase conversion. Insert_and_change_case(input string, index at which insertion will happen,...
read more
Do you want to invert or insert? The example you have provided has the string "man" inserted at index 3 in the string "Count". Also, the C in the input has been converted to c in the output i.e. uppercase to lowercase conversion. Insert_and_change_case(input string, index at which insertion will happen, string to be inserted){ make new empty string with length which will be the sum of both input srtings; read less
Comments

Advance Excel And VBA Training

By what I understand from your question is that you want to insert the second string (“man” in this case) after the given/specified position into the first string. (I’m assuming that the ‘C’ and ‘c’ means the same and makes no difference to what you seek) The following is the code #include...
read more
By what I understand from your question is that you want to insert the second string (“man” in this case) after the given/specified position into the first string. (I’m assuming that the ‘C’ and ‘c’ means the same and makes no difference to what you seek) The following is the code #include "iostream.h" void stringProcessing(char a[], int pos, char b[]); int main() { char c[100]={"count"}; char x[100]= {"man"}; int n=3; stringProcessing(c,n,x); } void stringProcessing(char a[], int pos, char b[]) { //initialize required stuff int i=0,j=0; int sizeOfB=0, sizeOfA=0; //find size of A and B for(i=0; a[i]!='\0'; i++) sizeOfA++; for(i=0; b[i]!='\0'; i++) sizeOfB++; //Shift right elements in A by the size of B for(i=sizeOfA+sizeOfB,j=sizeOfA; i>pos; i--) a[i]=a[j--]; //insert B in A for(i = pos,j=0; jread less
Comments

Related Questions

How do I start learning C programming and finish it in one month?
Please follow the book "C Programming" by Detal & Detal. Its an applied book easy to understand compare to others. U may also learn through online free tutorial.
Pallavi
0 0
8
Can a functions return more than one value at a time?
With the use of pointers a function can return multiple values.
Lamaan
0 0
7
How do I trace C programs in Turbo C?
First of all goto C drive then program files then turbo c folder then open bin folder and search what program u want
Orange
0 0
6
What is the difference between compile time error and run time error?
Compile error is the error when you check for syntax error while run time error comes when you do execution of the program.
Varada
0 0
6

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Recommended Articles

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for C Language Classes?

The best tutors for C Language Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn C Language with the Best Tutors

The best Tutors for C Language Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more