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

int x = 5; if (x = 0) printf(Case 1); else if(x == 0) printf(Case 2); else printf(Case 3);

Ill Impala answered on November 25, 2021 Popularity 2/10 Helpfulness 1/10

Contents


More Related Answers

  • printf integer
  • printf sign of the int in c
  • #include<stdio.h> main () { int a; printf("Enter the number:"); scanf("%d",&a); printf("the number was:",a); return 0; }
  • printf("%d", 10 ? 0 ? 5:1:1:12) what will print
  • how to printf n+1 infinitely in c
  • #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"); }
  • printf(\nConstant values are %d and %.2f/n,x,PI); means in c
  • printf(\nConstant values are %d and %.2f/n,x,PI); means in c
  • out put of below program i = 0 while i < 5: print(i) i += 1 if i == 3: break else: print(0)
  • printf("%d", 10 ? 0 ? 5:1:1:12) what will print
  • #include int main(){ int i,j; i=j=2,3; while(--i&&j++) printf(%d %d,i,j); return 0; }

  • int x = 5; if (x = 0) printf(Case 1); else if(x == 0) printf(Case 2); else printf(Case 3);

    0
    Popularity 2/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: int whatever
    Link to this answer
    Share Copy Link
    Contributed on Nov 25 2021
    Ill Impala
    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.