Timer
Choose correct option(2-marks)
What is the output of the C Program.? int main() { int a=0; a = 14%-5 - 2; printf("%d", a); return 0; }
OPTIONS
0
-4
-2
2
Answers
Answered by
0
Answer:
0 output of the c program
Similar questions