Question from the Objective-C test

What is the output of the following Objective-C code? int main(int argc, const char * argv[]) { int a = 1; int b = 2; int c = a + b; NSLog(@"%d", c); return 0; }

Medium

What is the value of i in the following operation: int i = 125%8/4

Author: Smart&SoftStatus: PublishedQuestion passed 16 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!