For an API of software named Teamcenter I need to pass arguments to function in following format.
function(const char **str1, const char ** str2)
So, I have to initialize const char **str.
function(const char **str1, const char ** str2)
So, I have to initialize const char **str.
Comment