#include <iostream> using namespace std; extern int i; int main() { i=10; cout<<"the value of i is"<<i<<endl; }
c++ extern
c++ ×1
extern ×1