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
5 months agoMarvel
5 months agoBarrett
5 months agoTora
5 months agoJuan
5 months agoRosina
6 months agoCathrine
6 months agoKathrine
6 months agoShawn
6 months agoLatrice
6 months ago