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  

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

Can include files be nested?
one line can only include one directory. No nesting is applicable.
Himangi
0 0
7
Is it valid to address one element beyond the end of an array?
No, array is a fixed size memory allocation for variables. It is illegal to access elements beyond the allocated space.
Shivani
Does a civil engineer need to learn the C language?
C language is a common subject in the first year of engineering irrespective of the branch. It may not be helpful for your civil engineering career but you definitely need to pass for B.Tech graduation.
Sandeep
0 0
5
Which is older - Java or C?
C is older than JAVA
Baby
What is the fee for learning C Language?
In C lang course ,there is not only basics it also having whole package to complete the task and course.cost may be it's depends upon the institute n teaching level
Sk.

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

Ask a Question

Related Lessons

Programing Languages Learning Tricks
You want to learn that new language or library or framework as soon as possible, right? That’s understandable. Fortunately, there are a handful of tips that can help you to better retain all of that...

Harshal G.

0 0
0

What Would Be Life Cycle Of A Fresher After Campus In An IT Company?
1. Basic Technical Training: Since freshers are not subject matter experts so gone through 3 - 6 months basic technical training within Organization. 2. Technical Assessment: HR sends freshers to various...

10 Tips to improve your learning
1. Have a quick revision of topics that you have read in past three days before you start studying a new topic. 2. Make your own notes containing the summary of the topic. 3. Allot proper timing for...

C Program-Prime Number
/*WAP to print a number entered by the user is prime or not*/ //Header files #include<stdio.h>#include<conio.h> //Main function void main(){ int num,i; //Function for clearing screen clrscr();...

C Program-String Comparison
// WAP to compare strings entered by the user //Header files #include<stdio.h>#include<conio.h>#include<string.h> //Main function void main(){ char str1; char str2; int comp; //Function...

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