123 Eng

Engineering the engineers™


Latest Jobs   Forum Map

 


Home
Source Codes
Engineering Colleges

Training  Reports
Seminar Reports
Placement Papers

Forums

   Computer Science / IT
   Electronics
   Electrical
   Mechanical
   Chemical
   Civil

   CAT / MBA

   GMAT / Foreign MBA
Latest Jobs

Engineering Jobs / Technical Jobs
Management Jobs

Sitemap
Terms of use

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