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

what does the following code fragment print int n=50

Creepy Crane answered on October 19, 2020 Popularity 2/10 Helpfulness 3/10

Contents


More Related Answers

  • 28.What is the output of the following C++ fragment code? int a = 6, b = 8; int x = 2, y = 4; int c = (x > y? (a--, x) (b--, y)); cout<<"a= "<<a; cout<<" b= "<<b; cout<<" c= "<<c; O a. a = 5 b = 7 C = 2 O b. a = 6 b = 7 C = 4 O c. a = 6 b=8 C = 4 O d. a =
  • 28.What is the output of the following C++ fragment code? int a = 6, b = 8; int x = 2, y = 4; int c = (x > y? (a--, x) (b--, y)); cout<<"a= "<<a; cout<<" b= "<<b; cout<<" c= "<<c; O a. a = 5 b = 7 C = 2 O b. a = 6 b = 7 C = 4 O c. a = 6 b=8 C = 4 O d. a =

  • what does the following code fragment print int n=50

    0
    Popularity 2/10 Helpfulness 3/10 Language whatever
    Source: www.chegg.com
    Link to this answer
    Share Copy Link
    Contributed on Oct 19 2020
    Creepy Crane
    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.