Answers for "char array compare in cpp"

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