#define COMPARE ((strlen(str)==sizeof(str))?true:false) bool fun(char* str ) { // write code here return (COMPARE); }