Question: Write a C program to check if there are two even numbers adjacent to each other in a string. Then, you have to delete the
Write a C program to check if there are two even numbers adjacent to each other in a string. Then, you have to delete the second even number from the string. You have to do the operation in-place and do not use another string For example: Sample Input: "ab24356126357" Sample Output: "ab235612357
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
