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
How much seats are available for CBSE and ICSE student in medical university in Gujarat? How do you get anything out of dried concrete? Can InetAddress be used with inet6 in java? How many states in 8 bit Johnson counter? What are the circumstances of user level thread better than kernel level thread? At what voltage do you need to use double locknuts on Rigid Metal Conduit? How is fuse rating done? What is definite loop? Pebble hill university recognized US? Which DC polarity will provide the deepest penetration? What is the difference between compilar and interpreter? How many numbers are there between 200 and 300 in which 9 occurs only once? What is the best value of coefficient of performance? What are the steps in product life cycle management? What is a display operator? Transformers works on the Principle of? What is the mass of metal cast into a mold and ready for recasting? Why woman wash the dishes script? Can a dc motor generates ac current? Who is the inventor of the erasable pen?

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.