Pages

Tuesday, July 16, 2024

What are the different types of linkages

 There are three different types of linkages

  1. External linkage - global, non static variables and functions
  2. Internal linkage - static variables and functions with file scope
  3. No linkage - local variables 

No comments:

Post a Comment

What is anti- Debugging

  Anti- debugging is how we can stop somebody from debugging our system and getting all the information out of your subsystem.