Source Code For Sign up and Sign in in C

Yadav Abhinav

Yadav Abhinav

@yadav-XHcwKB Oct 26, 2024

May anyone tell me whats wrong with this code i am beginner

#include<stdio.h>

#include<conio.h>

#include<string.h>

main()

{

    char username[1000][2000];

    char password[1000][2000];

    int i;

    printf("Hello What You Want to do: \n 1.REGESRTER \n 2.LOG IN \n 3.Exit ");

    scanf("%d",&i);

    if(i==1)

     {

     printf("Hello New User Enter Your password:");

     scanf("%s",&username[0][1000]);

     printf("Enter a password For your User name");

     scanf("%s",&password[0][1000]);

     

         

     }

     

     else if(i==2)

     {

                  printf("Enter Your User name:");

             scanf("%s",&username);

             printf("Enter Your Password:");

              scanf("%s",&password);

              

             else if (strcmp(username,username[0][1000])==0 && strcmp(password,password[0][1000])==0)

              {

                  printf("Wellcome Back Master %s",username)

              }

     }

     else

     {

        printf("For Exit Hit ENTER button");

        

    }

return 0;

}

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Oct 23, 2018

    What error message are you getting? 

  • Yadav Abhinav

    Yadav Abhinav

    @yadav-XHcwKB Oct 24, 2018

    else without if.. 

  • Yadav Abhinav

    Yadav Abhinav

    @yadav-XHcwKB Oct 24, 2018

    or it just run sometime but show file stop working. 

  • Gopal Dole

    Gopal Dole

    @gopal-VHGuSr Oct 24, 2018

    Hii may help pliz micro projects in drawing pliz brother.. 



  • Yadav Abhinav

    Yadav Abhinav

    @yadav-XHcwKB Oct 24, 2018

    i didn't  understand what are you saying  about???