Computer Science, asked by dindacitato2661, 8 months ago

What is the value of var variable after the execution of the following snippet of the code

Answers

Answered by gauravarduino
1

Explanation:

Quiz or mock test on Variables and Scope programming language. ... Which of the following statements is correct ... #include <stdio.h> extern int var; int main() { var = 10; printf("%d ", var); return ...

Similar questions