what will be the output of this programm?#include <stdio.h> extern int var; int main() { var = 10; printf("%d ", var); return 0; }
Not registered? Create an account
Forgot Password?
Already a registered user? Login