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