সোমবার, 28 অক্টোবর, 2024 তারিখে পোস্ট করা হয়েছে
1বছর
ENFJ
বৃশ্চিক
#include <ctype.h> #include <stdio.h> #include <stdlib.h> int main() { char alph1; printf("enter a letter "); while(1){ scanf(" %c", &alph1); if (alph1=='0'){ break; } alph1 = tolower(alph1); if(alph1=='a'){ printf("A for apple"); printf("\n"); } else if (alph1=='b') { printf("B for ball"); printf("\n"); } else if (alph1=='c') { printf("C for cat"); printf("\n"); } else if (alph1=='d') { printf("D for dog"); printf("\n"); } else if (alph1=='e') { printf("E for Elephant"); printf("\n"); } else if (alph1=='f') { printf("F for football"); printf("\n"); } else if (alph1=='g') { printf("G for girl"); printf("\n"); } else if (alph1=='h') { printf("H for Hen"); printf("\n"); } else if (alph1=='i') { printf("I for Iron"); printf("\n"); } else if (alph1=='j') { printf("J for jungle"); printf("\n"); } else if (alph1=='k') { printf("K for kolkata"); printf("\n"); } else if (alph1=='l') { printf("L for lion"); printf("\n"); } else if (alph1=='m') { printf("M for mango"); printf("\n"); } else if (alph1=='n') { printf("N for network"); printf("\n"); } else if (alph1=='o') { printf("O for what... I don't know"); printf("\n"); } else if (alph1=='p') { printf("P for I think program"); printf("\n"); } else if (alph1=='q') { printf("Q for quick brown fox?"); printf("\n"); } else if (alph1=='r') { printf("R for random access memory"); printf("\n"); } else if (alph1=='s') { printf("S for science"); printf("\n"); } else if (alph1=='t') { printf("T for text"); printf("\n"); } else if (alph1=='u') { printf("U for ultra wide angle"); printf("\n"); } else if (alph1=='v') { printf("V for vacum cleaner"); printf("\n"); } else if (alph1=='w') { printf("W for world wide web"); printf("\n"); } else if (alph1=='x') { printf("X for X-men"); printf("\n"); } else if (alph1=='y') { printf("Y for your name"); printf("\n"); } else if (alph1=='z') { printf("Z for? nothing"); printf("\n"); } else { printf("you have not entered any English alphabet!\n"); printf("\n"); } } return 0; }
3
3
Programming কমিউনিটি
programming সম্প্রদায়, চ্যাট, এবং আলোচনা।
1.2 লা সোওল
নতুন মানুষদের সাথে পরিচিত হন
5,00,00,000+ ডাউনলোড হয়েছে
