Sunday, February 25, 2018

C program to print alternate letters of a word entered from keyboard



#include<stdio.h>

int main()
{
    char str[100];
    char c='a';
    int i=0;
    printf("type a word \n");

    while(c != '\n')
    {
        c = getchar();
        str[i]=c;
        i++;
    }
    for (int j=0;j<=i;j++)
    {
        printf("%c ",str[j]);
        j++;
    }
return 0;
}

Thanks
Happy computing !

No comments:

Post a Comment

इश्क में ग़ैरत-ए-जज़्बात ने रोने ना दिया - सुदर्शन फ़ाकिर

 इश्क में ग़ैरत-ए-जज़्बात ने रोने ना दिया वरना क्या बात थी किस बात ने रोने ना दिया आप कहते थे कि रोने से ना बदलेंगे नसीब उमर भर आप की इस बात...