MCQs > IT & Programming > DotNet Using C# > Which of the listed characteristics is found in the following code sample? [DllImport('msvcrt.dll')] public static extern int puts([MarshalAs(UnmanagedType.LPStr)] string m);

DotNet Using C# MCQs

Which of the listed characteristics is found in the following code sample?
[DllImport("msvcrt.dll")]
public static extern int puts([MarshalAs(UnmanagedType.LPStr)]  string m);

Answer

Correct Answer: It provides sufficient information so the Platform Invoke functionality can  be used to call the function in the msvcrt.dll

Explanation:

Note: This Question is unanswered, help us to find answer for this one

DotNet Using C# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

DotNet Using C# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it