I am confused in static and extern keywords
When we declare static variable i in one file a.cpp
and then use extern THAT VARIABLE i in b.cpp
than what operations can we perform on i in b.cpp
1.Can we directly use that value of i?
2.can we declare declare new variable with same name?
Any other you want to sepcify in this context would heplp me
Thanks
Last edited on