Question: Write a program in C language using main function with suitable string functions, to perform the following operations with the given strings. [

Write a program in "C" language using main function with suitable string functions, to perform the following operations with the given strings.[Don't
use separate function for every string function]
Given: String1="WELCOME"; String2="COMPUTER PROGRAMMING"; String3="TO BITS";
i) Print the characters in odd positions of string 2
ii) Concatenate two Strings 1 and 2
iii) Copy the String 3 to 2
iv) Check whether the present character is alphabetic or not.
(5 M)
Write a program in " C " language using main

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!