Sunday, February 14, 2021

 #include <stdio.h>

#include <string.h>
int main()
{
    
    char str[2];
    char st[4543] = "whats the problem";
    char sr[4543] = "internet";
    char ste[4543] = "router";
    char sty[4543] = "stfu";
    char stee[4543] = "try another input";
    printf("type hi :" , str);
    scanf("%s" , str);

    if (!strcmp(str"hi"))
    {
        printf("%s \n %s \n %s"stsrste);
    }
    else 
    {
        printf("%s"sty);
    }
    
       

    return 0;
}

No comments:

HackCache ’26: A 48-Hour Online Hackathon Open to Every Student

  Hackathons are often associated with computer science students, experienced developers, and teams that already know exactly what they are...

Popular Posts