logo

Crowdly

What will be the output of the program ? #include<stdio.h> #include<coni...

✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.

  • What will be the output of the program ?

    #include<stdio.h>

    #include<conio.>

    int main()

    {

    char sentence[80];

    int i;

    printf("Enter a line of text\n");

    gets(sentence);

    for(i=strlen(sentence)-1;

    i >=0; i--)

    putchar(sentence[i]);

    return 0;

    }
Більше питань подібних до цього

Хочете миттєвий доступ до всіх перевірених відповідей на moodle.medtech.tn?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!