January 2019 1 67 Report
Objaśnij kod języka C




#include
#include

#define n 30

int main()
{

char imie[n];


printf("Podaj swoje imie:");



gets(imie);
printf("Twoje imie sklada sie z %d znakow\n", strlen(imie));
getch();
return 0;
}

Proszę o pomoc.
Pozdrawiam.

Recommend Questions



Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.