Answers for "warning: incompatible pointer types passing 'char [500][20]' to parameter of type 'char **' [-Wincompatible-pointer-types]"

C
1

incompatible pointer types passing 'string *' (aka 'char **') to parameter of type 'const char *'; dereference with * [-werror,-wincompatible-pointer-types]

argv[1] // use this where you need the string
Posted by: Guest on June-04-2021

Code answers related to "warning: incompatible pointer types passing 'char [500][20]' to parameter of type 'char **' [-Wincompatible-pointer-types]"

Code answers related to "C"

Browse Popular Code Answers by Language