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

int a=10,b=20,c=30; int x,y; x=(a,b,c); y =a,b,c; Find the values of x and y ? Output x=30 Y =10

Busy Bison answered on July 15, 2021 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • int* x vs int *x in c
  • int i =0 &&
  • int x = 3 & 5
  • fun math(a: Int, b: Int) { val c = (a * b) return c } math(5, 10)
  • What will the following code display? int numbers[] = {99, 87, 66, 55, 101); cout << numbers[3] << end1;
  • What will be the values of variables p, q and i at the end of following loop? int p = 5; int q = 18; for(int i=1;i&lt;5;i++) p++; --q;
  • int a=0; int b=30;
  • Int a ,b,z; a=1;b=4;while(a<b) { a=2*a; b=b 1; } z=b;
  • Does int *p=&x; is same as these two statements(int *p; p=&x; ) ?
  • in c language x=-3 + 4 % 6 / 5; would be
  • Int a ,b,z; a=1;b=4;while(a<b) { a=2*a; b=b 1; } z=b;
  • int a =0, b =10, c = 19; a = - - c % b++;
  • bitwise not 10 value of int in c
  • int a=0; int b=30;
  • (int i=0;
  • You need to take one integer value as input and tell if the value is positive or negative or zero. See the sample input and output for more clarification. in C programming
  • int solution(int n) { // your code here int result = 0; if (n < 0){ return 0; } else { for (int i = 0; i < n; i++){ if (i % 3 == 0 || i % 5 == 0){ result = result + i; } } } return result; } give me the most opt
  • Problem Statement For an integer n, let S(n) be the sum of digits in the decimal notation of n. For example, we have S(123) = 1 + 2 + 3 = 6 Given two 3-digit integers A and B, find the greater of S(A) and S(B). Constraints • All values in input are inte
  • x = [1, 4, 6, 2] n = len(x) for x_val in x: y = sum(10*x_val) print(y) correct the code
  • Int a ,b,z; a=1;b=4;while(a<b) { a=2*a; b=b 1; } z=b;

  • int a=10,b=20,c=30; int x,y; x=(a,b,c); y =a,b,c; Find the values of x and y ? Output x=30 Y =10

    0
    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Jul 15 2021
    Busy Bison
    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.