What will be printed as a result of code execution:
#include "stdio.h"

int foo(int a, int b)
{
     int c;
     c=a+b;
}

int main()
{
    printf("ret=%d", foo(5,6));
    return 1;
}

Слідкуй за CodeGalaxy

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

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