Physics, asked by Moazzam4538, 1 year ago

Differentiate between an internal static and external static variable?

Answers

Answered by ashish17817
1
An internal static variable is declared inside a block with static storage class whereas an external static variable is declared outside all the blocks in a file. An internal static variable has persistent storage, block scope and no linkage.
Similar questions