What happens when you attempt to compile and run the following code?
#include
#include
#include
#include
#include
using namespace std;
void myfunction(int i) {
cout << " " << i;
}
int add (int a, int b) { return a+b; }
int main() {
int t[] = { 10, 5, 9, 6, 2, 4, 7, 8, 3, 1 };
vector
set
deque
d1.resize(s1.size());
transform(s1.begin(), s1.end(), v1.begin(), d1.begin(), add);
for_each(d1.begin(), d1.end(), myfunction);
return 0;
}
Program outputs:
Danilo
10 months agoMarvel
10 months agoBarrett
10 months agoTora
11 months agoJuan
11 months agoRosina
11 months agoCathrine
11 months agoKathrine
11 months agoShawn
11 months agoLatrice
11 months ago