Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

if(and == 'a'); { printf("You Are Correct:"); } else if ( and=='b'); { printf("Your Wrong"); }

Said HR answered on February 10, 2022 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • printf("")
  • format using printf
  • #include <stdio.h> int main() { int x = 5; if (x = 0) printf("Case 1"); else if(x == 0) printf("Case 2"); else printf("Case 3"); }
  • int x = 5; if (x = 0) printf(Case 1); else if(x == 0) printf(Case 2); else printf(Case 3);
  • main(){printf(“edyst”+2);}
  • #include <stdio.h> int main() { int a,b,c; scanf("%d %d%d", &a, &b ,&c); if (a == b && b==c) { printf("No\n"); } else if{a!=b && b!==c && c!==a) printf("No\n"); }else{ printf("Yes"); } return 0; } fix
  • printf("")
  • printf()

  • if(and == 'a'); { printf("You Are Correct:"); } else if ( and=='b'); { printf("Your Wrong"); }

    0
    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: whatever
    Link to this answer
    Share Copy Link
    Contributed on Feb 10 2022
    Said HR
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.