input/code.cpp:6:15: error: 'c' was not declared in this scope
char vier[7]={c,f,g,q,w,x,z};
^
input/code.cpp:6:17: error: 'f' was not declared in this scope
char vier[7]={c,f,g,q,w,x,z};
^
input/code.cpp:6:19: error: 'g' was not declared in this scope
char vier[7]={c,f,g,q,w,x,z};
^
input/code.cpp:6:21: error: 'q' was not declared in this scope
char vier[7]={c,f,g,q,w,x,z};
^
input/code.cpp:6:23: error: 'w' was not declared in this scope
char vier[7]={c,f,g,q,w,x,z};
^
input/code.cpp:6:25: error: 'x' was not declared in this scope
char vier[7]={c,f,g,q,w,x,z};
^
input/code.cpp:6:27: error: 'z' was not declared in this scope
char vier[7]={c,f,g,q,w,x,z};
^
input/code.cpp: In function 'int main()':
input/code.cpp:28:14: warning: the address of 'int suomi()' will always evaluate as 'true' [-Waddress]
if (suomi) cout<<"10-4\n";...