What will be printed during compilation and execution of the following code?
#include <iostream>

void func(int a) {
   std::cout << a*1;
}

void abcbcdcde(int a) {
   std::cout << a*2;
}

void functionThatPrintsSquaredValue(int a) {
   std::cout << a*a;
}

int main(int argc, char * argv[]) {

f\
u\
n\
c\
(11);

abc\
bcd\
cde\
(1\
2);

function\
That\
Prints\
Squared\
Value\
(13);

}

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести