100% C program to illustrate use of 'switch'

नमस्कार / నమస్కారము /ನಮಸ್ಕಾರ/ வணக்கம்/ নমস্কাৰ/ નમસ્તે/ ସୁପ୍ରଭାତ/ നമസ്കാരം


// Online C compiler to run C program online
#include <stdio.h>

void main()
{
    int i,n;
    printf("\n enter 1 or 2 or 3:");
    scanf("%d",&n);
    switch (n)
    {
        case 1:
                printf("\n okaTi");
                break;
        case 2:
                printf("\n renDu");
                break;
        case 3:
                printf("\n mooDu");
                break;
    }
      printf("\n out of switch");
}


// written by विक्रम कुमार

ఔట్పుట్  స్క్రీన్  ఈ  క్రింద ఉన్నది
enter 1 or 2 or 3:2
renDu
 out of switch

కామెంట్‌లు

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

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

Spic macay

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