This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Showing posts with label A.B.C QAIDA. Show all posts
Showing posts with label A.B.C QAIDA. Show all posts

A.B.C QAIDA

#include<stdio.h> #include<conio.h> void main() { char ch; clrscr(); printf("\n\n\n\tEnter the Character..."); scanf("%c",&ch); if(ch=='a'||ch=='A') printf("\n\tA for APPLE"); else if(ch=='b'||ch=='B') printf("\n\tB for Bag"); else if(ch=='c'||ch=='C') printf("\n\tC for Cat"); else if(ch=='d'||ch=='D') printf("\n\tD for Driver"); else if(ch=='e'||ch=='E') printf("\n\tE for Egg"); else if(ch=='f'||ch=='F') printf("\n\tF for Flag"); else if(ch=='g'||ch=='G') printf("\n\tG for Got"); else if(ch=='h'||ch=='H') printf("\n\tH for Hen"); else...