Displaying  Source Code(s)  
 

 
Program to display all vowels in a i/p line of text.

--------------------------------------------------------------------------------

#include <stdio.h>
#include <conio.h>
void main()
{
char line[80],c;
int i;
clrscr();
printf("
Enter string:-");
printf("
String will be terminated if you press ENTER");
printf("
STRING:-");
gets(line);
for (i=0;(i<=80 && line[i]!='
 

 

 

Contribute content or training reports / feedback / Comments
job placement papers
All rights reserved © copyright 123ENG