September 2018 1 14 Report

Piszcie ile kto umie.

Chodzi tu o c++.

1) Do czego służy funkcja putback(znak)? podaj przykład

2) Scharakteryzuj konwersje typów z uwzględnieniem operatora rzutowania. podaj przykład

3) Masz fragment programu:

main()

{ int tab[100];

for(int i=0; i<10; i++)

{ cin >> tab[i];

cout << tab[i]++;}

}

Jaki będzie wynik programu?!

Zestaw 2

1) Jaki jest efekt działania funkcji peak()? podaj przyklad

2) Nadawanie wartości elementom tablicy. Wyjaśnij

3) Masz fragment programu:

main()

{

int tab[100];

for (int i=0;i<10;i++)

cin>>tab[i];

cout<<tab[i]++;

}

Jaki jest efekt programu?

Zapisz en program przy użyciu intrukcji while.


Recommend Questions



Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.