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

What is a void main() in the C programming language?
Void main () is the entry point for execution in C program. The void is a keyword that represents function will not return anything but a void value. Main is the name of the function and () represents...
Ambar
0 0
5
Can a file other than a .h file be included with #include?
Yes. user defined header file ex:#include "nim.c"
Pankaj
0 0
7
in c : i want run time input: data=[name:raj,age:20] output: value[0]=raj value[1]=20 i want c code
Make use of Command line argument and access using argv,argc.
Vanaraj

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

Ask a Question

Related Lessons

Creating First Program Using C Language
Step 1: Install and setup Turbo C compiler on your computer. Step 2: Open Turbo C from your Desktop or Programs menu. Select “File” from menu bar and select option “New”. Step...

Basics Of C And C++
C++ is powerful, highly flexible, and adaptable programming language that allows software engineers to organise and process information quickly and effectively. But this high-level language is relatively...

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...

Recursion in C Programming
The process of calling a function by itself is called recursion and the function which calls itself is called recursive function. Syntax of Recursive Function returntype recursive_func () { statements; ...
R

Ravindra Yadav

2 0
0

C Program-The Odd Loop Demo
/* WAP to print square value of the number entered by user using odd loop*/ //Header Files #include<stdio.h>#include<conio.h> //Main Function void main(){ char another='y'; int num,sq; //...

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