answersLogoWhite

0

Subjects>Science>Engineering

What is VOWC?

User Avatar

Anonymous

∙ 13y ago
Updated: 9/26/2022

violence against women

User Avatar

Wiki User

∙ 13y 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
What voltage power tools can you use in Mauritius? Difference between thick and thin film integrated circuits? The minimum number of bits required to store the hexadecimal number FF is? How can you tell if an engineer is an extrovert? Why should you use frame to create a Web Page? Can coal be replaced by a renewable energy resource? What are the uses of technology and livelihood education in every day life? What is transformer ratios? What aspect of nature inspired the invention of Velcro? Who invented the washing mashine? What do you call a person who works with hydrodynamics? What is difference between project engineer and site engineer? Some solutions for strip mining? What is the best way to vent an added room for air conditioning that has no attic? Has a pen been made with a pen on one side and whiteout on the other? Who built the largest pyramid? What is effective value? Did inventor Mary Anderson go to school? What is the difference between cc plus plus and java? What idea did Charles mitchell invent in the 1920?

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.