LCP longest common prefix C program code | ezy way | hindi |

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • if you understand well and good and if you don't plz tell me in the comment section thanks for watching and code file is below: -
    www.mediafire....

Комментарии • 2

  • @ketonesgaming1121
    @ketonesgaming1121 Год назад

    solution.c: In function ‘main’
    Line 41: Char 13: warning: format ‘%s’ expects argument of type ‘char *’, but argument 2 has type ‘char (*)[10]’ [-Wformat=] [solution.c]
    scanf("%s" , &name1);
    ~^ ~~~~~~
    Line 44: Char 13: warning: format ‘%s’ expects argument of type ‘char *’, but argument 2 has type ‘char (*)[10]’ [-Wformat=] [solution.c]
    scanf("%s" , &name2);
    ~^ ~~~~~~
    solution.c: At top level
    Line 57: Char 5: error: redefinition of ‘main’ [solution.c]
    int main(int argc, char *argv[]) {
    ^~~~
    It is throwing this error, i tried to fix but it didnt work

  • @__udoyhhh__3330
    @__udoyhhh__3330 11 месяцев назад

    must improve yourself.