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
Зарегистрируйся сейчас
или Подпишись на будущие тесты