Programs
1. Write a program to print vowel the wrong entry to print not vowel
1. Write a program to print vowel the wrong entry to print not vowel
=> #include<stdio.h>
#include<conio.h>
void main()
{
char c;
clrscr( );
printf("Enter charter");
scanf("%c"&c);
if(c=='y'||c=='w'||c=='y'||c=='w')
{
printf("semi vow");
}
else
printf("Not semi vow");
}
getch( );
}


0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home