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

Which language is best, C, C++, Python or Java?
If you want to learn any languages C#, Java, ect. then must to learn C, C++ language as these are base or language to be strong in language skills. C++ is improved version of C language. C#, Java, J# and etc. which are improved version of C++.
Sribaghya
0 0
6
What is the use of semicolon at the end of every statement?
Computer languages are just like our normal communication languages. Hindi, eng etc. Enable to communicate us with each other. Similarly computer language helps us to communicate with computer. As a full...
Krishna
Why should I learn Python over C or C++?
There are definite differences. C++ is a strongly typed language and Python is not. There's no need to declare variables. ... (I generally don't like languages to be dependent on any kind of formatting,...
Sajini
If I want to learn Java, is it necessary to know about C language?
Obviously it is not necessary, though both languages share a lot of similar syntax. If you know any other language then you will probably get advantage to learn Java. If not, then also its fine. You can start a fresh with Java.
Nitesh
0 0
7
Can a function defined inside another function?
No, you can call other function(s) inside a function but you cannot define a new function in it.
Kamal
0 0
8

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

Ask a Question

Related Lessons


Some interview questions and answers for fresher level on Pointers
What is a void pointer? Void pointer is a special type of pointer which can reference or point to any data type. This is why it is also called as Generic Pointer. As a void pointer can point to...

C for Begginers
C is an procedure oriented programming language. For any begginer the word program is new. Program: Set of instructions to be followed by machine or computer. Instruction Examples: Arithmetic instruction...


Set 0 To Kth Bit In A Variable
The following code snippet Set 0 to Kth Bit in an variable #include int UnsetBitValue(int n, int k);int main(){ printf("%d\n\n",UnsetBitValue(255,6)); return 0;}// Set kth bit to zeroint UnsetBitValue(int...

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