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

int main() { setlocale( 0, "ru" ); srand( ( unsigned )time( NULL ) ); const int n = 10; int x[n] = { 0 }; int i, min1; for( i = 0; i < n; ++i ) x[i] = rand() % 100 - 50; for( i = 0; i < n; ++i ) cout << x[

kakaya raznica answered on July 1, 2022 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • What will the following code display? int numbers[] = {99, 87, 66, 55, 101); cout << numbers[3] << end1;
  • int* p = new int; *p = 25; cout << *p << endl; int* q; q = p; cout << *q;
  • int a[ ]={4,8,3,2}; a[0] = 23; a[3]= a[1]; a[2]=12; for(int i=0; i<a.length; i++) System.out.println(a[i]);

  • int main() { setlocale( 0, "ru" ); srand( ( unsigned )time( NULL ) ); const int n = 10; int x[n] = { 0 }; int i, min1; for( i = 0; i < n; ++i ) x[i] = rand() % 100 - 50; for( i = 0; i < n; ++i ) cout << x[

    0
    Popularity 1/10 Helpfulness 1/10 Language cpp
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Jul 01 2022
    kakaya raznica
    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.