Answers for "how to check char array equality in c++"

C++
0

how to check char array equality in c++

#include <string.h>

if( !strcmp( charTime, buf ))
Posted by: Guest on April-04-2021

Browse Popular Code Answers by Language