100% SWITCH ఉదాహరణ

//  program to demonstrate the use of Switch in choosing department
#include <stdio.h>
void main()
{
 char choice;
 printf("\n enter M for mech, E for EEE, C for Civil, I for IT");
 scanf("%c", &choice);
 switch(choice)
 {
   case'M': printf("\n Do all problems in Engg mechanics by Bansal ");
            break;
   case'E': printf("\n Do all problems in Thereja book");
            printf("\n understand how VTPS & KTPS works");
            break;
   case'I': printf("\n whatever subject u choose, be a master of it");
            break;
   case'C': printf("\n visit Nagarjuna sagar project");
           // break;  // break is not required in the last 'case'
  } // end of switch
}//end of main

ఔట్పుట్ ఈ కింద ఉన్నది 
enter M for mech, E for EEE, C for Civil, I for IT E
E

 Do all problems in Thereja book
 understand how VTPS & KTPS works

కామెంట్‌లు

ఈ బ్లాగ్ నుండి ప్రసిద్ధ పోస్ట్‌లు

100% C prog to write content into a file and then read it back onto the console

Spic macay

శ్రీరస్తు.. రామలింగ 18-1-24 (సూరసాని వారి ఆహ్వానము)