Answers for "memset’ was not declared in this scope memset(dp,0,sizeof(dp));"

C++
0

error: ‘memset’ was not declared in this scope in cpp

C: #include <string.h>

C++: #include <cstring>

NOTE: inclusion of above headers works fine
Posted by: Guest on June-05-2020

Code answers related to "memset’ was not declared in this scope memset(dp,0,sizeof(dp));"

Browse Popular Code Answers by Language