[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Program Discussion :: Strings

Home > Programs > Strings

59 / 60

Write a program to enter the string then delete the vowels from string.

Answer:

#include 
#include 
#include 
using namespace std;
int check_vowel(char);
int main()
{
  char s[100], t[100];
  int i, j = 0; 
cout

Asked In :: IBM

Post Your Answer Here:

Language:

Post Your Reply Here:



Language:

Post Your Reply Here:



Language:

Post Your Reply Here:



Language:

Post Your Reply Here:



Language:

Post Your Reply Here: