C# Unsafe Code
Introduction to C# unsafe code in Hindi
C# pointers in Hindi
Example of C# unsafe code in Hindi
Introduction to C# Unsafe Code
C# में जो code memory को directly access करता है वह unsafe code कहा जाता है। Unsafe code की वजह से program में memory leaks create होते है। Memory leaks की वजह से आपकी application attacks और threats के प्रति सुरक्षित नहीं रहती है।
Unsafe code
No comments:
Post a Comment