What happens when you attempt to compile and run the following code?
#include
#include
#include
#include
using namespace std;
template
ostream & out;
Out(ostream & o): out(o){}
void operator() (const T & val ) { out< }; bool Compare(char a, char b) { return tolower(a) < tolower(b);} int main() { char s[]={"qwerty"}; char t1[]={"ert"}; char t2[]={"ERT"}; sort(s, s+6); cout< return 0; } Program outputs:
Evangelina
15 days agoMagnolia
16 days agoLizbeth
18 days agoGerald
24 days agoGoldie
2 days agoJade
27 days agoMartina
13 days agoRickie
2 months agoSkye
2 months agoRickie
2 months ago