Question du test Objective-C

Quel est le résultat du code Objective-C suivant ? int main(int argc, const char * argv[]) { int a = 1; int b = 2; int c = a + b; NSLog(@"%d", c); return 0; }