What is the output of this C code? int main() { int a = 4, n, i, result = 0; scanf("%d", n); for (i = 0;i < n; i++) result += a; }
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option C
Explanation :
None.
Be The First To Comment