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

printf(\nConstant values are %d and %.2f/n,x,PI); means in c

Turyamubona jackson answered on July 24, 2022 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • print 0 1 2 3 4 in c
  • printf sign of the int in c
  • %i in printf in C
  • printf("%d", 10 ? 0 ? 5:1:1:12) what will print
  • #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);
  • int a, b, c, d, e, sum, avg; printf("Enter three numbers:"); scanf("%d", &a); printf("b: "); scanf("%d", &b); printf("c: "); scanf("%d", &c); printf("d: "); scanf("%d", &d); printf("e: "); scanf("%d", &e); sum=a
  • %c in printf in c
  • %i in printf in C
  • printf("%d", 10 ? 0 ? 5:1:1:12) what will print

  • printf(\nConstant values are %d and %.2f/n,x,PI); means in c

    0
    Popularity 1/10 Helpfulness 1/10 Language whatever
    Tags: c whatever
    Link to this answer
    Share Copy Link
    Contributed on Jul 24 2022
    Turyamubona jackson
    0 Answers  Avg Quality 2/10

    Closely Related Answers



    0
    Popularity 1/10 Helpfulness 1/10 Language whatever
    Tags: c whatever
    Link to this answer
    Share Copy Link
    Contributed on Jul 24 2022
    Turyamubona jackson
    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.