We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Same problem.! Getting Compilation Error :( "Check the compiler output. fix the eror and try again".
Compile Message says
solution.cs(88,36): error CS0214:Pointers and fixed size buffers may only be used in any unsafe context
solution.cs(88,36): error CS0193: The * or -> operator must be applied to a pointer Compilation failed: 2 error(s), 0 warnings.
Coding language is : C#
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Insert a node at the head of a linked list
You are viewing a single comment's thread. Return to all comments →
Same problem.! Getting Compilation Error :( "Check the compiler output. fix the eror and try again". Compile Message says solution.cs(88,36): error CS0214:Pointers and fixed size buffers may only be used in any unsafe context solution.cs(88,36): error CS0193: The * or -> operator must be applied to a pointer Compilation failed: 2 error(s), 0 warnings.
Coding language is : C#