answersLogoWhite

0

Subjects>Science>Engineering

What is VOWC?

User Avatar

Anonymous

∙ 12y ago
Updated: 9/26/2022

violence against women

User Avatar

Wiki User

∙ 12y ago
Copy

What else can I help you with?

Continue Learning about Engineering

Write a c program to find vowels in a character array?

#include <stdio.h> #include <stdlib.h> #include <string.h> main (int argc,char **argv) { char *a,*b,c; int t,e; if (argc<2) return(0); a=argv[1]; b=a; e=strlen(b); for (t=0;t<=e;t++) { c = *b; if (c>='A'&&c<='Z') c -= 'A'-'a'; if (c=='a'c=='e'c=='i'c=='o'c=='u') b++; else *a++ = *b++; } printf ("%s\n",argv[1]); return(0); }


Related Questions

Write a c program to find vowels in a character array?

#include <stdio.h> #include <stdlib.h> #include <string.h> main (int argc,char **argv) { char *a,*b,c; int t,e; if (argc<2) return(0); a=argv[1]; b=a; e=strlen(b); for (t=0;t<=e;t++) { c = *b; if (c>='A'&&c<='Z') c -= 'A'-'a'; if (c=='a'c=='e'c=='i'c=='o'c=='u') b++; else *a++ = *b++; } printf ("%s\n",argv[1]); return(0); }


Trending Questions
Why are structures built the way they are? What is a phase out policy? What factors affect the workability of a concrete mix? Why contents of a program counter change? Which search algorithm is best? What is an arabesque design? What is the demagnetizing component of armature reaction? Is PVC pipe ok to use in NYC? How kirchhoff laws will differ for AC circuit? What is a process invention or method to interact with society the environment or material objects? Why does technology make us smarter? Why scr is used as a rectifier? What are line voltage and phase voltage? What is java ide? How can you flush clean existing copper water lines? Who was the inventor of beta max? Class of statements usaually produces no executable code when compiled? What are suggested ways by which you can enhance your life skills? How long does a game tester work? Java null pointer exceptions?

Resources

Leaderboard All Tags Unanswered

Top Categories

Algebra Chemistry Biology World History English Language Arts Psychology Computer Science Economics

Product

Community Guidelines Honor Code Flashcard Maker Study Guides Math Solver FAQ

Company

About Us Contact Us Terms of Service Privacy Policy Disclaimer Cookie Policy IP Issues
Answers Logo
Copyright ©2026 Infospace Holdings LLC, A System1 Company. All Rights Reserved. The material on this site can not be reproduced, distributed, transmitted, cached or otherwise used, except with prior written permission of Answers.